Search Results for: x265

alt

B-Frames, Ultra Low-Latency Encoding, and Parking Lot Rules

One of my sweetest memories of bringing up our two daughters was weekly trips to the grocery store. Each got a $5.00 bribe for accompanying their father, which they happily invested in various tchotchkes that seldom lasted the week. When we exited the car, “parking lot rules” always applied, which meant that each daughter held one of Daddy’s hands for …

Read More »

Which is the Best AWS CPU for FFmpeg?

Figure 2. Cost per hour to produce a single 1080p stream using the x264 codec and FFmpeg. Graviton is clearly the most cost effective.

If you encode with FFmpeg on AWS, you probably know that you have three CPU options: AMD, Graviton, and Intel. Which is the best AWS CPU for FFmpeg? This article reveals all. For those in a hurry, it’s Graviton for x264 and AMD for x265, often by a significant margin. But the devil is always in the details, and if …

Read More »

Encoding Ladder: Choosing the Best Codec for Streaming Video

This is the first in a series of posts detailing what you need to know to create the perfect encoding ladder. It’s a high-level introductory series good for streaming novices, but too basic for most experienced streaming producers. This article details how to choose the best codec for streaming video.  What’s a codec? A compression technology that shrinks your video …

Read More »

Maximizing Quality and Throughput in FFmpeg Scaling

Maximizing Quality and Throughput in FFmpeg Scaling

The thing about FFmpeg is that there are almost always multiple ways to accomplish the same basic function. In this post, we look at four approaches to scaling. We found that if you’re scaling using the default -s function (-s 1280×720), you’re leaving a bit of quality on the table as compared to other methods. How much depends upon the …

Read More »

How to Build an Encoding Ladder: What You Need to Know

Learning how to build an encoding ladder is one of the most fundamental tasks for a streaming media professional. It’s astounding how much you need to know to get it right. By way of background, the original encoding ladder used by most professionals was from Apple Tech Note TN2224, long since replaced by Apple’s HLS Authoring Specifications. This H.264-only ladder …

Read More »

Key Lessons from YouTube’s ARGOS Encoding ASIC

ASICs vs. Software-Based Transcoding: An Analysis of YouTube's Argos Transcoder

Even in 2023, many high-volume streaming producers continue to rely on software-based transcoding, despite the clear CAPEX, OPEX, and environmental benefits of ASIC-based transcoding. At least part of this inertia relates to outdated concerns about the shortcomings of ASICs, including sub-par quality and lack of upgradeability. As a parent, I long ago concluded that there were no words that could …

Read More »

SVT-AV1 vs. LibAOM

SVT-AV1 vs. LibAOM

In August 2020, the Alliance for Open Media created a software working group to “use the Scalable Video Technology for AV1 (SVT-AV1) encoder developed by Intel…to create AV1 encoder implementations that deliver excellent video compression across applications in ways that remove computational complexity trade-offs for an ever-growing video delivery marketplace.” Testing published around that time indicated that SVT-AV1 had quite …

Read More »

NETINT Quadra vs. NVIDIA T4 – Benchmarking Hardware Encoding Performance

NETINT Quadra vs. NVIDIA T4 – Benchmarking Hardware Encoding Performance

This article is the second in a series about benchmarking hardware encoding performance. In the first article, available here, I delineated a procedure for testing hardware encoders. Specifically, I recommended this three-step procedure: Identify the most critical quality and throughput-related options for the encoder. Test across a range of configurations from high quality/low throughput to low quality/high throughput to identify …

Read More »

How to Compare Hardware Transcoders

How to Compare Hardware Transcoders

This article details a methodology for comparing hardware transcoders considering cost/stream, watt/stream, and output quality. If you’ve ever benchmarked software codecs, you know the quality/throughput tradeoff; simply stated, the higher the quality, the lower the throughput. In contrast, for many first-generation hardware encoders, throughput was prioritized, but the quality was fixed; you got what you got. Finding the Key Quality …

Read More »

Dense is good when it comes to transcoding

Dense is good when it comes to transcoding

Back in high school, if someone called you dense, it meant you were slow on the uptake, and it definitely wasn’t a compliment. For high-volume video transcoding, however, density is, without question, a major plus.   Some background. I now work with NETINT, a Canadian company that designs, develops, and sells ASIC-powered transcoders like the T408 and T432, which can output H.264 and …

Read More »