Hi,
Im trying work out the bit rate of a video with only this data:
480 x 360 Resolution
15 frames per second
16 bits to encode each pixel
Would anyone know of a formula to help me find out the bit rate of the video?
Any help would be much appreciated
+ Reply to Thread
Results 1 to 13 of 13
-
-
Here's what you think you are asking: Assuming the most direct and shortest path on land possible, what's the distance between New York and Los Angeles?
Here's what you are really asking: What's the distance between Los Angeles and ______________ ? And you never specify what ___________ is.
Your question is just as impossible to answer as my 2nd example because the key information is missing to even make a guess. None of the information you have provided is relevant to calculating the bit rate. -
bitrate=filesize/time
As jman says, nothing in the information you have provided is relevant.
Theoretically your UNCOMPRESSED bitrate COULD be 480*360*16*15 but that's really a meaningless, nonsense answer. -
Basic maths says that to obtain one value from three variables then you must already know two of them.
In your example you do not even know one of them. -
Depends on which codec use. Example for H264 (2-pass) for optimum quality (24-bit):
For H264: ((480 * 360 * 15 * 0.110) / 1000) = 285 kbps
-
Of course it depends on the codec, but your "optimum" is based on the FALSE assumption that all videos have the same image complexity (both inter- and intra-).
I think the rest of us are all on the same page: neither you nor the OP can make a blanket statement like this (without looking like a fool) because there is WAY TOO MUCH missing info.
Scott -
No, this values tried many times and get good results. 0.110 QF is optimum quality factor for most video types, if videos has not much noise (also action films). If your codec configurations is good, than results is most quality and file size is smallest. If videos has still images/dark scenes or CGI, than this factor may little less, if has much noise than little high, or highest (depend how much noise).
-
-
-
Simple if all you are trying to do is assign a static BPP for every pixel in the video, regardless of colordepth, complexity, quality or codec, and only want a CBR output.
Scott -
-
Oh I agree, sticking to the letter of the request. But as we both know, often the spirit of the request is much different.
Scott
Similar Threads
-
What should slide show bit rate and frame rate be in video editor?
By johnharlin in forum Video ConversionReplies: 0Last Post: 11th Sep 2012, 21:00 -
How do I calculate the size of the converting video?
By s_joy09 in forum Newbie / General discussionsReplies: 4Last Post: 14th Aug 2010, 09:45 -
How to achieve the maximum bit rate in variable bit rate mode ?
By Sxn in forum Newbie / General discussionsReplies: 42Last Post: 3rd Dec 2009, 12:53 -
How to calculate the sample size of wmv Video file
By asifjavaid in forum Video ConversionReplies: 3Last Post: 13th Apr 2009, 08:33 -
How to calculate size of video file after encoding?
By vid83 in forum Newbie / General discussionsReplies: 3Last Post: 31st Dec 2008, 01:56