How do i calulate the bitrate of a avi to mpeg using TMPGEnc so i can get the my vcd under 800MB...Is there a calulator for this?
+ Reply to Thread
Results 1 to 6 of 6
-
-
a VCD is 10 MB /minute. But you can make XVCD or SVCD use then any svcd calculator http://www.vcdhelp.com/tools.htm#calc
-
If you want to calulate manually..
For example:
1 Byte = 8 Bit
1 KB = 1,024 Byte = 8,192 Bit
1 MB = 1,024 KB = 1,048,576 Byte = 8,388,608 Bit
----> Second, calculate how much data can fit on a CD:
Most CD holds 800 MB of data.
800 MB * 1,024 KB/MB * 8 bits/Byte = 6553600 kilobits (kbits)
----> Third, what data rate (kbits/sec) to use for encoding:
Let’s say you have a 30-minute video:
1) 30 min * 60 sec/min = 1800 sec
2) 6553600 kbits / 1800 sec = 3641 kbits/sec
Why is this important?
It simply tells you what video and audio data rate to set.
Video data rate: 3417 kbits/sec
Audio data rate: 224 kbits/sec
I hope this help
Similar Threads
-
Should i put average bitrate or max bitrate in 2pass encoding mode?
By tendra in forum Video ConversionReplies: 28Last Post: 11th Nov 2011, 07:38 -
Question about bitrate, spikes and Bitrate viewer
By sasuweh in forum Authoring (DVD)Replies: 3Last Post: 25th Oct 2010, 15:01 -
Using mutiple passes with lower bitrate vs single pass with high bitrate on
By jones24 in forum Newbie / General discussionsReplies: 15Last Post: 14th Aug 2009, 18:17 -
Most compatible codec, Lossless bitrate, and max bitrate
By sevenlayercookie in forum Video ConversionReplies: 2Last Post: 6th May 2009, 20:43 -
Low bitrate source to High bitrate target
By sameerdhiman in forum Newbie / General discussionsReplies: 2Last Post: 7th Nov 2008, 23:54