Search Results for: x265

alt

Five Star Review for AV1 Encoding Course

Just a quick note to celebrate the first review of my Encoding with the AV1 Codec course ($99.95). By way of background, I designed the course to help familiarize students with the confusing array of AV1 encoding parameters and to offer sample command strings that I have proven over weeks of testing. In other words, to save time, which is …

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 »

How to Create a New Video Encoding Command String in 11 Simple Steps

I’ve spent the last two months testing four AV1 codecs accessible via command-line arguments and I start testing VVC codecs next week. Trying to fairly and accurately test the capabilities of these codecs turned out to be a pretty grueling and messy task. The key challenge, of course, was creating the optimal video encoding command string for each codec. While …

Read More »

Webinar: Choose and Use the Best AV1 Codec

Jan Ozer here. I spent the last 2 months working with four AV1 codecs, benchmarking them against each other and x264 and x265. I’m presenting my findings in this for-fee 75-minute webinar ($149.99).  There are two parts; the first shares what I learned about the codecs, and the second details what I learned about encoding with them and creating the …

Read More »

Zeranoe Resolves AV1 Issue; Now Faster Than aomenc.

Previous tests presented here showed that a Windows version of FFmpeg compiled by Zeranoe was about four times slower than a version compiled by a colleague who works in an OTT organization. Since then, Miguel Perez contacted the FFmpeg organization and Zeranoe, who researched the issue, recompiled, and created a new download that resolves the problem.  To test the new …

Read More »

AV1 Is At Least 70% Faster Than I Thought

AV1 encoding is now only 2x slower than x265. See the latest results here.  Though FFmpeg took 50 minutes to produce a test file that both x264 and x265 encoded in about two minutes, the Alliance for Open Media’s aomenc encoder, running the same version of AV1 (version 2) produced the file in about 15 minutes. So FFmpeg’s slow AV1 …

Read More »

Promising Initial Results with AV1 Testing

AV1 encoding is now only 2x slower than x265. See the latest results here.  I began testing AV1 early this week. Briefly, my tests involve 16 ten-second clips in four genres (movies, sports, animations, gaming) and an “other” category (music video, nature video). I’ve completed the first set of tests with FFmpeg 4.3, benchmarking x264, x265, and the latest version …

Read More »

Choosing the Optimal Preset for AV1 Encoding (and Other Questions)

AV1 encoding is now only 2x slower than x265. See the latest results here.  I’m comparing AV1 encoders for Streaming Media Magazine. I plan to include codecs from: The Alliance for Open Media (hopefully versions 1.0/2.0) Visionular Intel Mozilla (Mozilla is out – didn’t respond to my inquiry). If there are any other codecs that should be considered, please get …

Read More »

Preliminary VMAF and PSNR Scores for New Xilinx Transcoding Appliances

Live streaming at scale is the perfect application for hardware transcoders that deliver highly-affordable encoding density. Xilinx just announced a series of transcoding appliances targeting these live streaming use cases built around the new Xilinx Real-Time (RT) Server reference architecture. I’ve been benchmarking output quality with two card-based encoders deployed in these appliances, the Alveo U30 and Alveo U50. The …

Read More »

Lesson of the Week: Codecs are Not Generic

I discuss the bandwidth savings delivered by VP9 and HEVC over H264 in my course Streaming Media 101: Technical Onboarding for Streaming Media Professionals. I wanted to illustrate this with my own tests, so I used FFmpeg to encode H.264, HEVC, and VP9 output using about 25 short test files. This felt like a good time to discuss the difference …

Read More »