[MEncoder-users] MPEG1 with constant bitrate
Rich Felker
dalias at aerifal.cx
Mon Jun 6 01:57:08 CEST 2005
On Sun, Jun 05, 2005 at 09:57:24PM +0200, Jan Paul Schmidt wrote:
> Hi there,
>
> I'm trying to get a MPEG1 video with constant bitrate with lavc. The
> lavc options are:
>
> vcodec=mpeg1video:vbitrate=600:vrc_maxrate=600:vrc_minrate=600
You forgot vrc_buf_size. Without specifying a buffer size, there's no
such thing as min/max rate. The concepts don't even make sense.
Rich
More information about the MEncoder-users
mailing list