I like making money as much as the next guy, but the last three or four consulting clients all shared a problem so basic that I was almost embarrassed to take their money. Specifically, they came to me concerned about poor video quality, and the

The Essential Key to Producing High Quality Streaming Video

I like making money as much as the next guy, but the last three or four consulting clients all shared a problem so basic that I was almost embarrassed to take their money. Specifically, they came to me concerned about poor video quality, and the simple fact was that the data rate of their video was just too low. You’d feel guilty charging for that nugget of knowledge, too, wouldn’t you?

The problem is that while there are many factors that contribute to video quality, if the data rate is too low, video quality will be subpar. And there’s nothing that even a high-priced consultant can do about it.

Why? Briefly, all streaming video codecs are “lossy,” so the more you compress, the more quality you lose. There are two ways to control how much you compress; the assigned data rate and the resolution of the video. That is, a video data rate of 500 kbps could be great for video that’s 480×270 resolution, but would look awful at 720p or higher. You could mess with frame rate as well, but I recommend encoding at the native frame rate of your video, not at 12 or 15 frames per second.

So, when you’re encoding at different resolutions, how do you know the necessary data rate for acceptable quality? The secret is the bits-per-pixel value. This is shown in Figure 1, which is an analysis of a video file encoded by CNN, and the circled value is the bits per pixel in each video frame, or .091.

The tool, by the way, is MediaInfo, a free utility that runs on the Mac and Windows platforms and is installed on every single one of my computers (http://mediainfo.sourceforge.net/en/Download). You can watch a tutorial about MediaInfo and Bitrate Viewer, another tool I use a lot, here.

mediainfo.png
Figure 1. Bits per pixel as calculated by MediaInfo.

As the name suggests, the bits-per-pixel value is the amount of data allocated to each pixel in the video. The formula is the per-second data rate (510 kbps in Figure 1) divided by the number of pixels per second in the video, which is frame rate times width times height (29.97x576x324). Or, you can just analyze the file in MediaInfo like I do.

So, how much is enough? Well CNN distributes a lot of video, and if they say .091 is right for mostly talking-head news-type video, that’s good enough for me. Just for the record, ESPN streams their sports highlights at about .175, so the more motion in the video, the higher the bits-per-pixel value needs to be to produce acceptable quality video.

cover_small.jpgThe other variable is resolution. While the .091 for low motion and .175 for high motion are good rules of thumb at SD resolutions, the required values go down at higher resolutions. Why?  Simply stated, codecs get more efficient at higher resolutions, so the bits per pixel value typically goes down as the resolution goes up. By what amount? Microsoft’s Ben Waggoner, a respected compressionist, uses the power of .75 rule. Here’s a snippet of an email he sent to me explaining the rule.

Using the old “power of 0.75” rule, content that looks good with 500 Kbps at 640×360 would need (1280×720)/(640×360)^0.75*500=1414 Kbps at 1280×720 to achieve roughly the same quality.

In my book, Video Compression for Adobe Flash, Apple Devices and HTML5, I used this rule to create data rate tables for both 4:3 and 16:9 video produced at multiple resolutions at 24, 25 and 29.97 frames per second. Choose a resolution and I’ll tell you the data rate to use, or vice versa. If you’re not hip on how to calculate fractional exponents, you’ll find those tables very helpful.

There are also tables that detail the resolution, data rate and bits-per-pixel value used by media, business-to-business and business-to-consumer sites in the US and Europe. So, if you want a quick look at some relevant comparables, you have that too. You can see a sample of this in Table 1.

Table5_12a.png

Table 1. Bits per pixel value of European corporate sites.

In the meantime, if your video looks ugly, check the bits-per-pixel value. If it’s under .091 for low-motion video, or .175 for high-motion video (at around 640×480 resolution or below), don’t call a consultant. You either need to boost the data rate or reduce video resolution to increase the bits-per-pixel value and subjective video quality. Again, don’t try dropping the frame rate from 29.97 to 15, because you can introduce more problems than you solve.

At the other end of the spectrum, if you have low-motion video and your bits-per-pixel value is over .13, or high-motion video with a bits-per-pixel value of over .2, you should try encoding at lower data rates. You should get very similar quality, and will save bandwidth costs and make your video accessible to viewers with slower connections.

About Jan Ozer

Avatar photo
I help companies train new technical hires in streaming media-related positions; I also help companies optimize their codec selections and encoding stacks and evaluate new encoders and codecs. I am a contributing editor to Streaming Media Magazine, writing about codecs and encoding tools. I have written multiple authoritative books on video encoding, including Video Encoding by the Numbers: Eliminate the Guesswork from your Streaming Video (https://amzn.to/3kV6R1j) and Learn to Produce Video with FFmpeg: In Thirty Minutes or Less (https://amzn.to/3ZJih7e). I have multiple courses relating to streaming media production, all available at https://bit.ly/slc_courses. I currently work as www.netint.com as a Senior Director in Marketing.

Check Also

Take the Bitmovin Video Developer Survey

Contribute to the one of the most valuable sources of industry data by completing the …

Speech-to-text In Premiere Pro – Fast, Easy, Accurate, and Free

This video tutorial teaches you how to convert speech-to-text in Premiere Pro. I’ve been using …

Streaming Media 101: Training for App & Player Development/Testing Professionals

Leave a Reply

Your email address will not be published. Required fields are marked *