Search Results for: x265

alt

How to Optimize x264 and x265 Quality in FFmpeg

Agenda for talk on optimizing x265 and x265 quality with FFmpeg

This blog includes the video and handout from my talk on “How to Produce x264 and x265 Video at Maximum Quality and Maximum Efficiency” at NAB 2023 (thanks to Dan Rayburn). Here’s the description. This research-based session explores configuration options like presets, threads, color depth, and others that impact output quality and encoding efficiency. Balancing encoding cost and streaming bandwidth, …

Read More »

Ozer to Present on x265 Encoding and Packaging at Mile-High Video

You can download the presentation handout here (download). I’ll add the video once it becomes available.  I’m thrilled to speak at Mile-High Video in Denver, which runs from May 7 – 10 2023. My presentation is on Sunday, May 7, entitled, “Encoding and Packaging x265/HDR with FFmpeg, Bento4 and mp4box.” The description is, “this introductory session will cover the basics …

Read More »

Choosing an x265 Preset: an ROI Analysis

This post presents a return on investment view of choosing an x265 preset that delivers the optimal blend of encoding cost and storage and bandwidth savings. The first chart, x265 Encoding Time/Quality Tradeoff, is from a lesson in my course Streaming Media 101: Technical Onboarding for Streaming Media Professionals.  Given the bandwidth and storage savings that higher-quality x265 presets deliver, …

Read More »

AV1 Now Only 2X Slower Than x265

AV1 encoding on Windows is now only 2x slower than x265. With a properly compiled version of FFmpeg, encoding performance is slightly faster than the Alliance for Open Media’s encoder, though output quality is very slightly lower. Congrats to AOM for delivering on their promise to get encoding times down. Thanks for all the help I got from multiple sources, …

Read More »

Telestream Helps Launch Open Source x265/HEVC Project

This week, Telestream announced the availability of an open source H.265 (HEVC) encoder, co-founded and managed by MulticoreWare Inc. I had a chance to speak with Telestream CTO Shawn Carnahan about the venture.

Read More »

Streaming Summer Bootcamp Session 2: Producing H.264

Announcing session 2 of Streaming Summer Bootcamp: Learn to Produce H.264 Video. Thu, Jul 11, 2024, 11:00 AM – 12:30 PM. The session is to be produced on LinkedIn Live: Click to register. The free webinar will cover: • What H.264 is and its origins • What x264 is and why it’s important • How x264 compares to other H.264 …

Read More »

Simplify Your Workflow: Command-Line Variables in FFmpeg Batch Files

Creating batch files with variables is one of the more efficient ways to run FFmpeg. However, most producers build their batch files with variables inserted directly into the batch file, which means that you have to customize each batch file for different source files or encoding parameters. This is particularly inefficient when you’re encoding multiple files to different encoding parameters; …

Read More »

Streaming Learning Center to Host Streaming Summer Bootcamp Series

Jan Ozer here. I’m hosting a series of free webinars this summer covering streaming fundamentals, encoding with H.264, HEVC, AV1, VVC, LCEVC, and encoding and transcoding for live streaming. The classes should benefit newbies and experienced compressionists alike. By way of background, I’m updating my book, Video Encoding by the Numbers. When I wrote the first edition, I backed all …

Read More »

The Quality Cost of Low-Latency Transcoding

Figure shows the different components to live streaming latency.

While low-latency transcoding sounds desirable, low-latency transcode settings can reduce quality and may not noticeably impact latency. Reducing latency has been a major focus for many live producers, and appropriately so, particularly for events that viewers can watch via other media, like sporting events available through satellite or cable TV. However, it’s important to understand that transcoding latency contributes minimally …

Read More »

Five Codec-Related Techniques to Cut Bandwidth Costs

Rating techniques that cut bandwidth costs.

The mandate for streaming producers hasn’t changed since we delivered RealVideo streams targeted at 28.8 modems; that is, we must produce the absolute best quality video at the lowest possible bandwidth. With cost control top of mind for many streaming producers, let’s explore five codec-related options to cut bandwidth costs while maintaining quality. For each, I’ll consider the factors summarized …

Read More »