[Google VP9] HDR Encoding with ffmpeg
Live Streaming
8 min read
548

[Google VP9] HDR Encoding with ffmpeg

Tháng Mười Một 9, 2019
0

High Dynamic Range (HDR) video is a maturing technology. There are today a number of gradually-harmonizing standards. For a maintained picture of HDR video evolution see the WikiPedia article High-dynamic-range video. FFmpeg can be used along with VP9 to both (1) compress HDR sources to Standard Dynamic Range (SDR) outputs or

Tiếp tục đọc
[Google VP9] Bitrate Modes in Detail
Live Streaming
18 min read
374

[Google VP9] Bitrate Modes in Detail

Tháng Mười Một 8, 2019
0

This document details other practical ways you can tailor VP9 bitrates to optimize for a variety of scenarios. The examples below use FFmpeg. Compression Video compression technologies such as VP9 aim to reduce the amount of data required to convey an intelligible picture and sense of motion to end users. One

Tiếp tục đọc
[Google VP9] Recommended Settings for VOD
Live Streaming
12 min read
350

[Google VP9] Recommended Settings for VOD

Tháng Mười Một 8, 2019
0

VP9 is a next-generation video compression format developed by the WebM Project. VP9 supports the full range of web and mobile use cases from low bitrate compression to high-quality ultra-HD, with additional support for 10/12-bit encoding and HDR. VP9 can reduce video bit rates by as much as 50% compared with

Tiếp tục đọc
Docker in Practice – Hướng dẫn chuyển đổi VM thành Docker image
Kiến thức cơ bản
5 min read
265

Docker in Practice – Hướng dẫn chuyển đổi VM thành Docker image

Tháng Mười Một 1, 2019
0

Trong đoạn trích từ Chương 3 của ‘Docker in Practice, Second Edition‘ các tác giả Ian Miell và Aidan Hobson Sayers bàn về cách thức và lý do sử dụng Docker như một VM gọn nhẹ, lightweight. Khi DevOps trở nên phổ biến trong các trung tâm dữ liệu cấp

Tiếp tục đọc