Hey all -- newbie here![]()
Looking at the bitrate calc page, I see the formula for manually calculating a bitrate is: (Size - (Audio x Length )) / Length = Video bitrate
I can get the same results (pretty close, at least) when I do the example 90 minutes both manually and via the Java calc -- but when I try to do a video length of 45 minutes at 224 audio, I get results no where close to each other.
The Java Calc gives me 9570, but doing it manually gives me a whopping 13353. That's a difference of 3783 bits! I know the online calc factors-in overhead, but a 3783 higher bitrate is *not* due to overhead.
What am I doing wrong?
TIA,
Maury
+ Reply to Thread
Results 1 to 18 of 18
-
-
Nothing wrong. My java bitrate calculator is for dvd and the max dvd bitrate is around 9800Kbits.
-
Originally Posted by Baldrick
The cap is about 9800 so can understand that, but the java calc doesn't yield that high -- it only yields 9570 using my numbers.
Again, I'm not questioning the Java Calc results, I'm just wondering why the manual formula gives such different results.
Do you have the Java Calc source available for viewing anywhere?
TIA,
Maury -
9570 + the audio bitrate = about 9800
you forgot to include the audio bite rate , the bit rate calc is correct"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650) -
Originally Posted by BJ_M
Again, I'm trying to figure out why the math gives different results -- I'm *not* disputing the Java Calc.
Maury -
I have another Bitrate calculation question: what formula would I use to try and find the max bitrate I could use to match a target final size? For example, if I want my final file size to be 2000MB, what formula can I use to obtain the bitrate that will result in a 2000MB file?
TIA,
Maury -
use the same formula , just use some algebra and work backwards , though it hurts my head ..
"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650) -
---> length * (video + audio) = size
Are you saying:
Minutes * (bitrate + audio) = bitrate size ...
If so, then are you saying that:
120 min. * (6000k + 224k) = 720224 bitrate ??
(note, I used to dable w/ bitrate calc's, but its ben a long
times since, and was one of the many things I lost in a
system crash some months ago) Sorry for my *DUMMY'NESS*
-vhelp -
Originally Posted by vhelp
length in seconds
video + audio in Kbps
size will be in Kilobits
now 120 minutes = 7200 seconds
so 7200 * 6224 = size = 44812800
now we must divide by 8192 (8 * 1024) to go from Kilobits (Kb) to MegaBytes (MB).
so 44812800 / 8192 = 5470MB
so we can say that:
Code:(length in seconds * combined bitrate in Kbps)/8192 = size in MB
If in doubt, Google it. -
Another way to figure out the bitrate for 2gb is set to advanced mode in the bitrate calculator and dvd custom size put in 2gb.
I think,therefore i am a hamster. -
Ok. Wait a second.
I'm confused. In the above that I posted ( and then your
response.. )
What are we getting for our goal here ?
bitrate for encoding ? ...or
Thanks for this thread, I'm throwing together a quick
spreadsheet w/ calculations to give me the answers
(quicly) that I want.
Mine are for my CBR encodes. (not vbr.. or does that
matter)
-vhelp -
Originally Posted by vhelp
length in seconds * combined bitrate in Kbps)/8192 = size in MB
To find out the combined bitrate we can use to hit a given size:
8192 * size in MB/length in seconds= (video + audio) in Kbps
Originally Posted by vhelpIf in doubt, Google it. -
Originally Posted by vhelp
TIA,
Maury -
Originally Posted by RAILheadDesign.com
present time. So far, It's working rather well. It's the "re-inventing" the
wheel that sometimes draws too much energy from me, but sometimes,
you just have to.
.. I lost most of my older codes from a prev crash, and that should
.. explain my re-inventing and what-nots)
Anyways. You can jump over here for a demonstration. It's more WYSIWYG
style, because I like to see things move as I go.., not wait for a green light
* Calculating mins from hrs, and other 'math' questions.
-vhelp 3056
Similar Threads
-
What is the best Bitrate Calculator ?
By Simmons in forum Video ConversionReplies: 6Last Post: 15th Jan 2011, 08:08 -
bitrate calculator for multiple audio?
By ecc in forum Video ConversionReplies: 4Last Post: 4th Sep 2008, 20:25 -
bitrate calculator
By pcb in forum Newbie / General discussionsReplies: 9Last Post: 1st May 2008, 11:34 -
videohelp bitrate calculator question
By mrgain in forum EditingReplies: 5Last Post: 24th Oct 2007, 15:56 -
Real media Bitrate calculator?
By ViB in forum Newbie / General discussionsReplies: 1Last Post: 1st Jun 2007, 13:34