[MEncoder-users] Mencoder FLV assistance

Jan Knutar jknutar at nic.fi
Mon Jan 29 11:46:40 CET 2007


On Sunday 28 January 2007 21:37, Robert Stanley wrote:

> mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts
> vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf

>
>
> The avi is 18Mb but the output .flv file is 25Mb.  Is this usual or
> can I scale this any better?

The resulting file size is approximately video+audio bitrate * time.
So with your 25megabyte file, 500000+56000 bits per second,
the file is probably somewhere around 377 seconds long.
For 18megabyte size, you get a total bitrate of 
(25*1024*1024*8) / 377 = 400517 bits per second. Or roughly
400kbit/s. By dropping vbitrate to 344 (400-56), you might
end up closer to the original filesize..



More information about the MEncoder-users mailing list