Tag Archives: encoding review

Lesson of the Week: What’s the Optimal Data Rate for Mezzanine Files?

Read More »

Beginner’s Guide to Codecs

This post provides an introduction to video codecs. It’s an entry-level article designed to help streaming newbies understand what codecs are, what they do, how to compare them, and why they succeed or fail.  Video codecs are compression technologies that reduce the bitrate of digital video to manageable sizes. Video codecs are not only central to streaming, but they’re also …

Read More »

Analyzing Video Quality

Read More »

AV1 Encoding with aomenc.exe, libaom-AV1, SVT-AV1, and Aurora1

While 2018 was the year AV1 became known, 2020 will be the year that AV1 became interesting, primarily because of three developments. First, in early 2020, AV1-enabled smart TVs hit the market, right on the 2-year schedule announced back in 2018 by the Alliance for Open Media (AOMedia). Second, over the past two years, encoding times for the AOMedia AV1 …

Read More »

Encoding VVC with Fraunhofer’s VVenC

For this review, I took a first look at encoding VVC (Ver­sa­tile Video Coding). Specifically, I compared Fraunhofer HHI’s implementation of the VVC codec (Versatile Video Encoder; VV­enC) against the Alliance for Open Media’s (AO­Media) aom­enc codec and the x.264 and x.265 codecs in FF­mpeg. I found VVenC to be simple to use and much faster than expected. Its output …

Read More »

Encoding H.264-Advanced Topics

Recently I received a shortlist of compression-related questions from a consulting buddy; he’s always been gracious in answering my questions and I wanted to return the favor. Since he’s asking, I thought others might be curious as well; hence this blog post that largely incorporates my responses to his questions, all relating to encoding H.264 files. Here are the questions: …

Read More »

Video Quality Metrics: One Number Doesn’t Cut It

Read More »

Bash Scripting with Wildcards for FFmpeg on Ubuntu and Mac

Read More »

Lesson of the Week: Set I-frame Interval in Seconds not Frames

This lesson is derived from my book, Learn to Produce Videos with FFmpeg In 30 Minutes or Less ($34.95), and my course, FFmpeg for Adaptive Bitrate Production ($29.95)  (which includes a PDF copy of the book). Don’t just learn FFmpeg; become an expert in video compression.  Overview: Setting your I-frame interval in seconds rather than frames allows you to use …

Read More »

Lesson of the Week: Compute VMAF with FFmpeg on Windows

Note: This update details how to compute VMAF with FFmpeg on Windows. From my perspective, this feature has gotten progressively less usable and increasingly frustrating. Documentation is poor and the syntax is idiosyncratic and hard to use. If you have any alternative, like Moscow State University’s Video Quality Measurement Tool, I would spend the money and get something that works …

Read More »