Page 1 of 1

Encoding video with more than 3072 kbits bitrate?

Posted: 10 Dec 2005 18:01
by tsiMental
Is it possible to encode video with VLC using more than 3072 kbits bitrate?

Posted: 15 Dec 2005 09:02
by dirkucs
Yes, i did it without problems, but you need bandwidth!
In the GUI (i use XPpro) you can put in eg. 4096 in the drop down field, or just change the vb parameter in the command line.

:sout=#transcode{vcodec=mp4v,vb=4096,scale=1}

Dirk

Posted: 26 Jan 2006 15:57
by Guest
Yes, i did it without problems, but you need bandwidth!
In the GUI (i use XPpro) you can put in eg. 4096 in the drop down field, or just change the vb parameter in the command line.

:sout=#transcode{vcodec=mp4v,vb=4096,scale=1}

Dirk
Have you actually TRIED this streaming to a file? Every time I do, vb=4096 gives the same exact resulting output file as vb=3072. No matter what >3072 rate I try, I always get same output file as with vb=3072.

Prof