"k" <> wrote in message
news:...
> Does any body know of a program or some way I could find out the video
> bit rate of my video clips?
If its AVI: use a program called "GSpot" available from
www.doom9.org
If its MPEG: use TMPGEnc & go to file > mpeg tools > demultiplex > load in
the MPEG & see what it says for the video
** If the MPEG if VBR, it will report back the bitrate that was specified
for MAX bitrate
To find it out doing some math, works for everything

:
Take the size of the file, in bytes, and divide it by the playing time of
the file, in seconds, then divide by 125 (this converts the bytes to bits &
converts the bits to kilobits...its from 1000/

, and subtract the bitrate
for the audio & then you have the video bitrate (average for VBR).
Example: 700MB file plays for 101min & has a 192kbps MP3 track with it.
700mb = 734,000,000 bytes (use the exact number of bytes not MB). 101 min =
6,060s. So, we get 121,122 bytes/sec, and then divide by 125 & we get
968kilobits/sec, with audio. So, 968-192=776kbps = video bitrate.