Re: [dvd::rip] incorrect bitrate calculation for divx4
|
Subject: |
Re: [dvd::rip] incorrect bitrate calculation for divx4 |
|
From: |
Thomas Oestreich <ostreich@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
|
Date: |
Sat, 19 Jan 2002 08:17:51 +0100 (CET) |
On Fri, 18 Jan 2002, Christian Lambert wrote:
>
> Noticed that your movies are a little undersized?
>
> The Divx4 codec assume that 1kbit = 1000 bits (not 1024 bits)
> so if you take this into account, the bitrate that transcode
> or dvdrip propose is always a little lower than what it should
> be and therefore result in slightly undersized movies.
Hi,
estimated bitrate (1kbit = 1000 bit) is:
(bitrate.c) bitrate = (video[MB]/time[s]) * ((double) (1024 * 1024 * 8))/
1000;
passed to divx4 as:
(export_divx4.c) divx->bitrate = bitrate*1000;
What's wrong with it?
Thomas.
>
> The divx3 codec assumed that 1kbit = 1024 bits.
>
> http://www.doom9.org/divx4calc.htm
>
> _______________________________________________
> dvdrip-users mailing list
> dvdrip-users@xxxxxxxxx
> http://lists.exit1.org/mailman/listinfo/dvdrip-users
>
-------------------------------------------------------
Dr. Thomas Östreich
Institute for Theoretical Physics
University of Göttingen
fone: +49 (0)551 397684 | fax: +49 (0)551 399263
e-mail: ostreich@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-------------------------------------------------------
|
|