Recent Posts

Encoding DV and Analog Footage in FFmpeg

There are two mostly vestigial problems that I didn’t address in Learn to Produce Video with FFmpeg in 30 Minutes or Less because so few people encounter them. These are deinterlacing and aspect ratio mismatches. Now I’m writing a textbook with a greater scope, so I had to learn how to deal with both in FFmpeg. These will make it …

Read More »

Saving on H.264 Encoding and Streaming: Deploy Capped CRF

This is the second in a five-part series on how to cut your encoding and streaming costs. The first article was Saving on Encoding: Adjust Encoding Configuration to Increase Capacity. Article summary: Capped CRF encoding is a single-pass encoding method that can save encoding costs compared to two-pass VBR. Capped CRF is also a simple per-title encoding method that can reduce …

Read More »

Saving on Encoding: Adjust Encoding Configuration to Increase Capacity

This is the first of five articles on how to cut your encoding and streaming costs. [dt_quote type=”pullquote” layout=”left” font_size=”big” animation=”none” size=”1″]This article discusses how you can cut x264 encoding costs by 73% without noticeable quality degradation and triple your x265 capacity while actually improving real world video quality. [/dt_quote] A key focus of my book Video Encoding by the Numbers …

Read More »