Encoding

alt

Understanding the Economics of Transcoding

A real-world comparison of the cost per stream and OPEX associated with different transcoding techniques.

Whether your business model is FAST or subscription-based premium content, your success depends upon your ability to deliver a high-quality viewing experience while relentlessly reducing costs. Transcoding is one of the most expensive production-related costs and the ultimate determinant of video quality, so obviously plays a huge role on both sides of this equation. This article identifies the most relevant …

Read More »

Comparing CPUs, GPUs, and ASICs for High-Volume Transcoding

ASIC was the overall cost and performance leader.

This case study compares CAPEX, power consumption, and co-location costs for GPU, CPU, and ASIC-based transcoding.  This case study was derived from Ilya Mikhaelis‘ recent talk at NETINT’s symposium on Building Your Live Streaming Cloud. Images have been consolidated and modified slightly. You can view Ilya’s talk and download his slides here: bit.ly/vovs.   Ilya Mikhaelis is the streaming backend tech …

Read More »

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 »

The Correct Way to Choose an x264 Preset

To choose the optimal x264 preset, you have to balance encoding and distribution costs. This article shows you how.  Over the last few years, I’ve used the first chart below to represent the tradeoffs associated with different presets and help readers (or listeners) choose a preset. To create the chart, you encode your test files to standard parameters using all …

Read More »

A Guide to VVC Deployment

Below are six video presentations and downloadable PDFs relating to VVC deployment from a session at Streaming Media East in 2023, all from recognized experts from companies developing and deploying VVC. The session was sponsored by Access Advance.  The sessions begin with an in-depth exploration of VVC and how it compares to other codecs such as H.264, HEVC, and AV1. …

Read More »

Encode on-Premise or in the Cloud

Deciding whether to encode on-premise or in the cloud is one of the most critical decisions facing any streaming publisher. Two recent articles provide both strong opinions and insights on this decision and are worthy of review. Our take? Do the math and make your own decision. The first article is “Why we’re leaving the cloud,” by David Heinemeir Hannson. …

Read More »

Running FFmpeg on Windows Subsystem for Linux

Choosing the Linux distro.

This post details how to install, update and add FFmpeg to Windows Subsystem for Linux so you can run Linux in Windows with minimal muss or fuss. Here’s why you might want to install WSL in the first place. I recently taught a session at Streaming Media East on using variables with FFmpeg (download handout here – note that free …

Read More »

Defining Transcoder, VPU, and VCU

An image of a chalkboard defining VPU as a device that decodes, encodes, scales, overlays, and has AI capabilities.

A woman walks into a bar and asks, “I’ll have two video transcoders, please.” Bartender says, “We don’t carry transcoders; we have VPUs. Will they do?” The woman scratches her head and says, “hmm, I don’t know.” Do you? If not, you’re in the right place. This short article will briefly define transcoder, VPU, and VCU, and get you in …

Read More »

New Articles on Streaming Media Magazine

Two free learning resources are available on the Streaming Media website; How to Produce VVC With FFmpeg and How to Script for FFmpeg Using PowerShell and BASH. They’re tutorials in the Streaming Media Sourcebook, an annual production containing useful articles and collections. Learn Variables and For Loops Here’s the abridged intro: Most FFmpeg users start by creating a simple static command …

Read More »