ffmpeg not properly handling bitrate (-b) arguments
Hi. First post here - the threading may or may not work, as I'm responding to a message in the recent archives, not a received email. I joined the list to find an answer to this very question (what's up with the -b and -bt parameters?), but looking through the FFMPEG SVN logs I think I found it. It seems the units have changed from kilobits/second to bits/second, so you have to add a 'k' at the end (e.g. "-b 350k"). Looks like FFMPEG just ignores absurdly low bitrates like 0.35kbps. Note to the developers: warning messages and documentation are good. -Alan
Hi On Thu, Sep 28, 2006 at 06:10:10PM +0200, Alan wrote:
Hi. First post here - the threading may or may not work, as I'm responding to a message in the recent archives, not a received email. I joined the list to find an answer to this very question (what's up with the -b and -bt parameters?), but looking through the FFMPEG SVN logs I think I found it. It seems the units have changed from kilobits/second to bits/second, so you have to add a 'k' at the end (e.g. "-b 350k"). Looks like FFMPEG just ignores absurdly low bitrates like 0.35kbps. Note to the developers: warning messages and documentation are good.
send a patch [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In the past you could go to a library and read, borrow or copy any book Today you'd get arrested for mere telling someone where the library is
participants (2)
-
arolists@messagio.com -
michaelni@gmx.at