Make your own bit rate calc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • racerx509
    Junior Member
    Junior Member
    • Apr 2002
    • 2

    Make your own bit rate calc

    Hi all for my first post....

    For the final in my java programming class, we got to pick what we could write. I've decided to write a java based mpeg/divx4/divx5/svcd/vcd bit rate calculator. I've got the basic code and gui layed out, but I need to no compression rations for each. The variables that can be manipulated are length of movie, audio bit rate, video bit rate, and of course the codec used. I'm torn about putting in resoultion, but I only have a weeks time to code it and am somewhat of a beginner. Anyway, anyone know the compression ratios for Divx/Mpeg2(svcd)/Mpeg1(VCD), Divx4 and Divx 5? Any websites where I can find this info? Any other calc source code I can look at and get ideas from? If anyone wants, I'll send the source to you after I"m done.
  • khp
    The Other
    • Nov 2001
    • 2161

    #2
    Calculating bitrates are relativly simple, resolution isn't directly related to the bitrate, but using the bitrate and the resolution you can calculate the bits per pixel value, which is important when selecting the resolution.

    The wef posted the formulas he uses for GordianKnot in this thread

    Donate your idle CPU time for something usefull.
    http://folding.stanford.edu/

    Comment

    Working...