From d6b221655984f00c9cf8d5a62dbb78396e2eaf18 Mon Sep 17 00:00:00 2001 From: Sam Richards Date: Sun, 29 Oct 2023 15:12:46 -0700 Subject: [PATCH] Change log link (#52) * Adding a link to the changelog. Signed-off-by: Sam.Richards@taurich.org * Remove markdownnotes. Signed-off-by: Sam.Richards@taurich.org * Removed a duplicate list of codecs. Signed-off-by: Sam.Richards@taurich.org * Adding links to ffmpegInputs. Signed-off-by: Sam.Richards@taurich.org --------- Signed-off-by: Sam.Richards@taurich.org Co-authored-by: Sam.Richards@taurich.org --- Encoding.md | 16 ++++------------ Quickstart.md | 4 ++-- _config.yml | 9 ++++++++- index.md | 2 -- 4 files changed, 14 insertions(+), 17 deletions(-) diff --git a/Encoding.md b/Encoding.md index 8aba2e5..7b474a6 100644 --- a/Encoding.md +++ b/Encoding.md @@ -14,21 +14,10 @@ We are going to focus on codecs that match one of the following conditions: * Supported by common web browsers. * Have good compression ratios with good color fidelity. * Supported by common apps, e.g. Resolve, RV, AVID. + * Commonly requested as a delivery format by studios or clients. ## Encoding - -A good starting point for encoding options is here: [https://trac.ffmpeg.org/wiki/Encode/VFX](https://trac.ffmpeg.org/wiki/Encode/VFX) - - -We have encoding guides for the following: -1. [h264](Encodeh264.html) -2. [Prores](EncodeProres.html) -3. [DNxHD](EncodeDNxHD.html) -4. [AV1](EncodeAv1.html) -5. [VP9](EncodeVP9.html) -6. [HEVC/H265](EncodeHevc.html) - ## Codecs reviewed | Codec Family | ffmpeg codec | Bit depth | Pixel format supported | Web Support | HDR | @@ -103,3 +92,6 @@ See: TODO: * Figure out the missing metadata so that ffmpeg can correctly decode a quicktime to still. * + +### See Also + * Another good reference for encoding options is here: [https://trac.ffmpeg.org/wiki/Encode/VFX](https://trac.ffmpeg.org/wiki/Encode/VFX) although the page is a little out of date. diff --git a/Quickstart.md b/Quickstart.md index 147b263..bf88c87 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -12,7 +12,7 @@ This document is based on results from ffmpeg 4.4, we have not tested with 5.0 y # H264 Encoding from an image sequence for Web Review -If you are encoding from an image sequence (e.g. imagefile.0000.png imagefile.0001.png ...) to h264 using ffmpeg, we recommend: +If you are encoding from an [image sequence](FfmpegInputs.html) (e.g. imagefile.0000.png imagefile.0001.png ...) to h264 using ffmpeg, we recommend: