I'm dealing with a very big issue about bit rate , ffmpeg provide the -b option for the bit rate and for adjustment it provide -minrate and -maxrate, -bufsize but it don't work proper. If i'm giving 256kbps at - b option , when the trans-coding finishes , it provide the 380kbps. How can we achieve the constant bit rate using ffmpeg. If their is +-10Kb it's adjustable. but the video bit rate always exceed by 50 - 100 kbps.
I'm using following command
ffmpeg -i "demo.avs" -vcodec libx264 -s 320x240 -aspect 4:3 -r 15 -b 256kb -minrate 200kb -maxrate 280kb -bufsize 256kb -acodec libmp3lame -ac 2 -ar 22050 -ab 64kb -y "output.mp4"
when trans-coding is done, the Media Info show overall bit rate 440kb (it should be 320kb).
Is their something wrong in the command. Or i have to use some other parameter? Plz provide your suggestion its very important
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
FFmpeg's Bitrate Tolerance Option...
By raymng in forum Video ConversionReplies: 1Last Post: 13th Mar 2012, 09:08 -
FFMPEG Bitrate specification
By adhawkins in forum Video ConversionReplies: 4Last Post: 3rd Aug 2011, 11:33 -
changing audio bitrate with ffmpeg
By wallywalters in forum Video ConversionReplies: 4Last Post: 11th Feb 2011, 04:45 -
Forcing a bitrate with FFMPEG
By boyer in forum Video ConversionReplies: 4Last Post: 3rd Mar 2010, 12:01 -
ffmpeg bitrate
By heruvim in forum Newbie / General discussionsReplies: 1Last Post: 8th Dec 2009, 07:10