Recent Posts

Download Free Chapter of Updated FFmpeg Book

I’m releasing the 2018 update to my book Learn to Produce Video with FFmpeg in 30 Minutes or Less, and you can download a chapter for free below. It’s Chapter 4 on bitrate control techniques which includes constant bitrate encoding (CBR), variable bitrate encoding (VBR), Constant Rate Factor (CRF), and Capped CRF. As with all chapters, there’s instruction to help you …

Read More »

Saving on Encoding and Delivery: Dynamic Packaging

This is the third in a five-part series on how to cut your encoding and streaming costs. The first article was on Adjusting Encoding Configurations to Increase Capacity, while the second was on Deploying Capped CRF Encoded videos. You can dramatically reduce net encoding and storage costs by implementing dynamic packaging for your live or VOD video. This article defines dynamic …

Read More »

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 »