Skip to content

Commit

Permalink
Indexfix (#73)
Browse files Browse the repository at this point in the history
* Fix HDR link.

Signed-off-by: [email protected] <[email protected]>

* Fix bad hyper link.

Signed-off-by: [email protected] <[email protected]>

* Add a link.

Signed-off-by: [email protected] <[email protected]>

---------

Signed-off-by: [email protected] <[email protected]>
Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
richardssam and SamRichardsDisney authored Jan 13, 2024
1 parent 5630a42 commit 89390c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EncodeAv1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion enctests/HDR_Encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 89390c2

Please sign in to comment.