Encoding

alt

Playing AV1 in Firefox Nightly

I recently wrote an article for Streaming Media where I tested AV1 playback from YouTube in Chrome. I mentioned that I couldn’t make Firefox Nightly work, though it also should play the YouTube content. Some folks from Mozilla got in touch and detailed the steps to make it work. 1.  Download Firefox Nightly here. 2.  Go to about:config and click “I accept the …

Read More »

Protected: Segment-Based Encodes May Deliver Lower Quality than Complete File Encodes

There is no excerpt because this is a protected post.

Read More »

FFmpeg to the Rescue: Convert 60fps to 30fps

A recent consulting project involved computing the VMAF, SSIM, and PSNR scores of 30 fps 480p video encoded from a 60 fps 1080p source file. I’ve not performed measurements like this in the past and assumed that simply converting the 60 fps sources file to 30 fps via the “-r” option would convert from 60 fps to 30 fps and …

Read More »

First AV1 Hardware Acceleration at IBC

I’m not going to IBC, but if you are, please check out AV1 hardware encoding acceleration from Socionext. Here’s the blurb from the press release.  There will be a demonstration of the world’s first hardware-based implementation of an AV1 encoding system. AV1 is a new, advanced video data compression standard established by theAlliance for Open Media, a consortium that includes Socionext, …

Read More »

First Look of AV1 Up on Streaming Media

My first look of the AV1 codec is up on Streaming Media Magazine. Here’s the pithy summary.  “These tests revealed glimpses of very alluring quality as compared to existing codecs, but at a current encoding cost that’s far beyond what the vast majority of video publishers can afford to pay. How many devices will play AV1 without some form of …

Read More »

Saving Streaming Costs: Adding a New Codec

Number of hours of streaming required to recoup 60-minute encoding cost.  Author’s note: The author would like to acknowledge the shocking fact that he is not perfect and that this lack of perfection often reveals itself, quite embarrassingly, in spreadsheet-intensive articles. I did the best I could and checked every number and assumption multiple times, but if something doesn’t look right, …

Read More »

Save on Encoding Costs: Cut Cloud Encoding Charges

This is the fourth article in a series on saving encoding and delivery costs. The first three articles are: Saving on Encoding and Delivery: Dynamic Packaging Saving on Encoding and Streaming: Deploy Capped CRF Saving on Encoding: Adjust Encoding Configuration to Increase Capacity Cloud encoding is a great alternative for producers who don’t want to invest CAPX for their own …

Read More »

Ozer Updates FFmpeg Book

FOR IMMEDIATE RELEASE Media Contact: Jan Ozer 276-235-8542 [email protected] www.streaminglearningcenter.com OZER UPDATES LEARN TO PRODUCE VIDEO WITH FFMPEG IN 30 MINUTES OR LESS Adds instruction on packaging with Bento 4, encoding and packaging HEVC for HLS, and Live H.264, HEVC, and VP9 transcoding Galax, VA, August 10, 2018 — Doceo Publishing today announced the 2018 Edition of Jan Ozer’s book, …

Read More »

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 »