[MPlayer-users] [bug?] Libavcodec mpeg4 sync

D Richard Felker III dalias at aerifal.cx
Sun Mar 30 05:47:46 CEST 2003


On Sat, Mar 29, 2003 at 06:20:07PM -0600, christopher j bottaro wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> don't you have to do the "pass 0" inorder to calculate the bitrate needed for 
> a 700 mb cd?

No, you get out a calculator and divide the number of bits on a cd
(5898240000) by the length of the movie in seconds. That will give you
the total bitrate you can use for audio+video. Then subtract off
whatever you'll be using for audio (technically this is variable, but
you can use abr to specify the average bitrate you want, or just
estimate about 128 kbit/sec with q=6 or 7) and whatever you have left
is the video bitrate you should use.

Rich



More information about the MPlayer-users mailing list