From 89390c20dc667fbb315f7bbf5991ba3fd90951bd Mon Sep 17 00:00:00 2001 From: Sam Richards Date: Sat, 13 Jan 2024 15:17:04 +0000 Subject: [PATCH] Indexfix (#73) * Fix HDR link. Signed-off-by: Sam.Richards@taurich.org * Fix bad hyper link. Signed-off-by: Sam.Richards@taurich.org * Add a link. Signed-off-by: Sam.Richards@taurich.org --------- Signed-off-by: Sam.Richards@taurich.org Co-authored-by: Sam.Richards@taurich.org --- EncodeAv1.md | 2 +- enctests/HDR_Encoding.md | 2 +- index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EncodeAv1.md b/EncodeAv1.md index ae8501d..211b72f 100644 --- a/EncodeAv1.md +++ b/EncodeAv1.md @@ -31,7 +31,7 @@ There are three encoders available via ffmpeg: ## Libsvtav1 -Libsvtav1 was originally developed by Intel with Netflix. In 2022 it was adopted by AOMedia as the basis of future development for AV1. +[SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1) was originally developed by Intel with Netflix. In 2022 it was adopted by AOMedia as the basis of future development for AV1. It has a more limited support for pix-formats currently only supporting: yuv420p yuv420p10le Supported pixel formats: yuv420p yuv420p10le diff --git a/enctests/HDR_Encoding.md b/enctests/HDR_Encoding.md index 7472270..67f147e 100644 --- a/enctests/HDR_Encoding.md +++ b/enctests/HDR_Encoding.md @@ -209,5 +209,5 @@ ffmpeg -sws_flags print_info+accurate_rnd+bitexact+full_chroma_int \ Further Reading: * [H.273 Specification.](https://www.itu.int/rec/T-REC-H.273-202107-I/en) - * https://www.lightillusion.com/what_is_hdr.html + * [What is HDR](https://www.lightillusion.com/what_is_hdr.html) * [HDR Color Bars - BT.2111](https://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2111-2-202012-I!!PDF-E.pdf) diff --git a/index.md b/index.md index 7f3cfa1..234d0e7 100644 --- a/index.md +++ b/index.md @@ -37,7 +37,7 @@ You can see the default ffmpeg conversion introduces a dramatic color shift that 3. [TV vs. Full range.](ColorPreservation.html#tvfull) 4. [RGB encode](ColorPreservation.html#rgbencode) 5. [Useful Ffmpeg Filters.](OtherFfmpegArgs.html) - 6. [HDR Encoding](HDR_Encoding.html) + 6. [HDR Encoding](enctests/HDR_Encoding.html) 7. [Adding Timecode and Editorial Workflow](EditorialWorkflow.html) 6. [Codec Comparsions](Encoding.html#encode) 1. [h264](Encodeh264.html)