[MPlayer-users] Total movie-length
Georg Prager
georg.prager at wing.at
Fri May 31 18:54:19 CEST 2002
> The movie-length is so that I can calculate how high a video bitrate I can
> use. Is this formula correct?
>
> total_mb = (video_bitrate + audio_bitrate) * movie_length_in_seconds * fps
>
I think this is not correct!
total_mbyte = ((video_bitrate[bps] + audio_bitrate[bps]) / 8) *
movie_length_in_seconds / 1024 / 1024
without fps, cause the bitrate (audio+video) is per second! (bps=bitpersecond)
More information about the MPlayer-users
mailing list