Displaying 1 result from an estimated 1 matches for "svn16645".
Did you mean:
svn16605
2009 Oct 22
1
usage of --two-pass parameter with ffmpeg2theora?
Hello,
So far I used this command to convert video files:
ffmpeg2theora.linux --optimize --no-upscaling --videoquality 5 --audioquality 1 --contact=http://navratil.cz a.mp4
Now I'm trying use --two-pass parameter
with ffmpeg2theora 0.25+svn16645 - Xiph.Org libtheora 1.1 20090822 (Thusnelda)
if I just add --two-pass, then I'm getting
Could not set up the first pass of two-pass mode.
Did you remember to specify an estimated bitrate?
if I add
--two-pass --speedlevel 0 -V 400
or
--two-pass --speedlevel 0 -V 300
size is the same and I...