can someone help me with my bit rate calculation formula
i'm going to whip up a vb standalone.exe program to calculate in all different formats.
i was provided this information in the forum prior to this.
Bit conversions:
divx3~> 1 kbs = 1024 bit
divx4,5.x~> 1kbs = 1000bits
given 1bit = .125bytes; 1 byte = 0.0009765625 kilobytes;
1 kilobyte = 0.0009765625 mega byte
then
shouldn't this be accurate
the formula runs down the page sorry couldn't think of a more organized way to post it
-------------------------------------------------------------------------------
legend: * is multiplication, = is equals
-------------------------------------------------------------------------------
movie length
*
chosen bits per sec
*
codec specific bit conversion
*
0.125
*
0.0009765625
*
0.0009765625
=
mega bits per movie
-------------------------------------------------------------------------------
please do not get insulted by the simplicity of the formula. just wanted to prevent any confusion
do you also now convertion factor for wm8 and xvid (i'm assuming they would fall under the divx4,5.x)
thanks for any help this provides
i'm going to whip up a vb standalone.exe program to calculate in all different formats.
i was provided this information in the forum prior to this.
Bit conversions:
divx3~> 1 kbs = 1024 bit
divx4,5.x~> 1kbs = 1000bits
given 1bit = .125bytes; 1 byte = 0.0009765625 kilobytes;
1 kilobyte = 0.0009765625 mega byte
then
shouldn't this be accurate
the formula runs down the page sorry couldn't think of a more organized way to post it
-------------------------------------------------------------------------------
legend: * is multiplication, = is equals
-------------------------------------------------------------------------------
movie length
*
chosen bits per sec
*
codec specific bit conversion
*
0.125
*
0.0009765625
*
0.0009765625
=
mega bits per movie
-------------------------------------------------------------------------------
please do not get insulted by the simplicity of the formula. just wanted to prevent any confusion
do you also now convertion factor for wm8 and xvid (i'm assuming they would fall under the divx4,5.x)
thanks for any help this provides
Comment