]> git.sesse.net Git - vlc/commit
transcode: change default videobitrate to 0
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 28 Jul 2009 10:39:21 +0000 (13:39 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 28 Jul 2009 11:01:07 +0000 (14:01 +0300)
commit84ae52a68f627f6863cfd59ffbbae8883cbb3cd0
tree2420c75cc5a4a88e36363f4d14128ec159f7e576
parent56dc82edfd2457c6b8a0f3596f62d3664a2385fe
transcode: change default videobitrate to 0

change from default 800 to zero, as nowdays most of bitrate transcoding
is for streaming, and 800 ain't good default for that either. Also
thisways it's easier on check different encoding modes (cbr/qp/etc) on
video encoder modules.

I did quick look on different modules, but didn't spot anything obvious
that would break. I'll look ffmpeg and x264 more closely next.
modules/stream_out/transcode.c