diff --git a/source/docs/en/latest/table-of-contents.markdown b/source/docs/en/latest/table-of-contents.markdown index c0588a40..baae92d5 100644 --- a/source/docs/en/latest/table-of-contents.markdown +++ b/source/docs/en/latest/table-of-contents.markdown @@ -131,6 +131,7 @@ Table of contents - Video - [Video codecs](technical/video-codecs.html)draft - [10/12-bit encoding](technical/video-bit-depth.html)draft + - [HDR10 encoding](technical/hdr10.html)draft - [Constant quality versus average bit rate](technical/video-cq-vs-abr.html)draft - [Presets and tunes](technical/video-presets-tunes.html)draft - [Profiles and levels](technical/video-profiles-levels.html)draft diff --git a/source/docs/en/latest/technical/hdr10.markdown b/source/docs/en/latest/technical/hdr10.markdown new file mode 100644 index 00000000..7008d8f1 --- /dev/null +++ b/source/docs/en/latest/technical/hdr10.markdown @@ -0,0 +1,35 @@ +--- +Type: article +Title: HDR10 encoding. +Project: HandBrake +Project_URL: https://handbrake.fr/ +Project_Version: Latest +Language: English +Language_Code: en +Authors: [ Nomis101 ] +Copyright: 2021 HandBrake Team +License: Creative Commons Attribution-ShareAlike 4.0 International +License_Abbr: CC BY-SA 4.0 +License_URL: https://handbrake.fr/docs/license.html +--- + +HDR10 encoding +=================== + +## Supported Encoders + +All encoders that support 10-bit encoding are also capable of HDR10 encoding. The follow encoders support higher than 8-bit. + +| Encoder | +|---------------------| +| x264 | +| x265 | +| Intel QuickSync | +| Apple Video Toolbox | + +HandBrake will automatically passthru mastering display metadata and content light metadata from the source video to to final encode. For x265 encodings, HandBrake will also set the hdr-opt flag for you. + +### Limitations + +HandBrake will only handle HDR10 metadata. HDR10+ and Dolby Vision is currently not supported. + diff --git a/source/docs/en/latest/technical/system-requirements.markdown b/source/docs/en/latest/technical/system-requirements.markdown index d0388e38..e0406759 100644 --- a/source/docs/en/latest/technical/system-requirements.markdown +++ b/source/docs/en/latest/technical/system-requirements.markdown @@ -103,7 +103,7 @@ See [Where to get HandBrake](../get-handbrake/where-to-get-handbrake.html), [Bui ### Mac -HandBrake is supported on recent versions of macOS[^apple-eol]. +Since version 1.4.0 HandBrake for macOS is shipped as a Universal Binary 2 (x86_64 / arm64). HandBrake is supported on recent versions of macOS[^apple-eol]. | macOS Version | Status | Last Compatible Version | Notes | |--------------------|---------------------|-------------------------|------------------------------------|