I want to find out the video bit rate of a movie. The problem is that I'm not sure how to find the overall bit rate, since it's split into several .vob files. If I open each file in MediaInfo the bit rate varies from 4280 to 5600 Kbps. The nominal bit rate is shown as 7800 on all.
How can I find the overall bit rate. I assume I'm not supposed to look at nominal bit rate, so what exactly is it? I tried to Google what it was, but it seems like the meaning varies. 7800 seems way too high to be the average, and I assume it's not peak bit rate either, since it's exactly the same on all files.
All these numbers, and what I want to find, is exclusively for the video of the movie, not audio.
+ Reply to Thread
Results 1 to 3 of 3
-
-
One way is to join the vobs e.g. vobmerge, or mpg2cut2, then use bitrate viewer, or gspot. This will give you combined audio & video. If you want just video, you can demultiplex it first into elementary video (.m2v) e.g. using dgindex. Then use one gspot or bitrate view on the video only
Another way to do it:
filesize = bitrate x running time
so you can calculate it backwards, by subtracting the audio bitrate first
The "nominal" bitrate as reported by mediainfo usually refers to what bitrate the encoder was set at. This doesn't necessarily correlate with max/min/or average. -
The nominal bitrate in this case is the max bitrate as set in the encoder. If you really want the overall bitrate (video, audio, subs, muxing overhead), then put the DVD in the DVD-ROM and use DVD Bit Rate Viewer on it.
If you want the average (and actual max) bitrate for just the video, open all the VOBs at once in DGIndex, go File->Preview, and be prepared to wait a bit. You can make it go faster by going Options->Playback Speed->Maximum.
Similar Threads
-
How to find the real bitrate for an mp3?
By solitaire in forum AudioReplies: 1Last Post: 21st Apr 2011, 07:21 -
How do I find out if my MPEG vidfile has variable bitrate audio?
By cwb in forum EditingReplies: 5Last Post: 22nd Nov 2010, 08:56 -
tool to determine video bitrate of a recorded DVD
By perfection in forum Newbie / General discussionsReplies: 2Last Post: 31st May 2008, 10:46 -
Need to find button leading to video with DVD-RB...
By hiimbored in forum DVD RippingReplies: 3Last Post: 28th Sep 2007, 19:17 -
ConvertXtoDVD does it find optimal mpeg bitrate for you?
By supaguy in forum Authoring (DVD)Replies: 3Last Post: 21st Sep 2007, 15:13