LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Tovid .30 ffmpeg video = arse? (https://www.linuxquestions.org/questions/linux-desktop-74/tovid-30-ffmpeg-video-%3D-arse-529452/)

athens101 02-15-2007 06:26 PM

Tovid .30 ffmpeg video = arse?
 
Ok, I just installed the new Tovid and noted that is was using ffmpeg for video encoding. Cool since it's faster but even with the --quality set to 9 or 10 it looks like arse. Pixels abound etc etc... Even on my SDTV

I went back to .28 and grated it's slower but now the DVD output looks like DVD not a telesync KVCD. Am I doing something wrong here?

David the H. 02-16-2007 02:05 PM

The format for ffmpeg's bitrate argument seems to have changed recently, because I was having similar problem the other day when using ffmpeg standalone.

Even though I was entering the bitrate command as I usually did, such as "-b 700", the final file instead had the default bitrate (200k for mpeg1), and the shell output as it was encoding would show the bitrate as zero! But I finally figured it out with some Googling and a careful reading of the man file. It turns out that the -b option is now being read as bits per second, instead of kilobits, and since the bitrate I gave was now too low for the format, it instead was falling back to the default. Changing the command to "-b 700k" fixed it.

I don't know exactly when this behavior changed, but it must be pretty new. The Tovid wiki changelog shows that versions from 0.29 up support the "k" suffix. So perhaps your trouble is kind of the reverse of mine. If you're using an older version of ffmpeg that's still expects the old style, then Tovid 0.30 would be handing it a bitrate option it can't recognize, forcing it to fall back to the default. So make sure you're using the newest versions of both ffmpeg and Tovid.


All times are GMT -5. The time now is 09:22 AM.