From d8ef5f52f41dd0da3b3f32eebe62b3a9883005fb Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 5 Jun 2021 22:56:18 +0100 Subject: [PATCH] docs: Added initial technical document about video bit depth. --- .../docs/en/latest/table-of-contents.markdown | 1 + .../latest/technical/video-bit-depth.markdown | 48 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 source/docs/en/latest/technical/video-bit-depth.markdown diff --git a/source/docs/en/latest/table-of-contents.markdown b/source/docs/en/latest/table-of-contents.markdown index af83173a..c0588a40 100644 --- a/source/docs/en/latest/table-of-contents.markdown +++ b/source/docs/en/latest/table-of-contents.markdown @@ -130,6 +130,7 @@ Table of contents *How various settings affect encoding speed* - Video - [Video codecs](technical/video-codecs.html)draft + - [10/12-bit encoding](technical/video-bit-depth.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/video-bit-depth.markdown b/source/docs/en/latest/technical/video-bit-depth.markdown new file mode 100644 index 00000000..8b0b7dae --- /dev/null +++ b/source/docs/en/latest/technical/video-bit-depth.markdown @@ -0,0 +1,48 @@ +--- +Type: article +Title: 10 and 12bit encoding. +Project: HandBrake +Project_URL: https://handbrake.fr/ +Project_Version: Latest +Language: English +Language_Code: en +Authors: [ Scott (s55) ] +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 +--- + +10 and 12-bit encoding +=================== + +## Supported Encoders + +The follow encoders support higher than 8-bit. + +| Encoder | +|---------------------| +| x264 | +| x265 | +| Intel QuickSync | +| Apple Video Toolbox | + +Please note, you must select a "10-bit" or "12-bit" encoder from the "Video codec" dropdown on the "Video" tab to enable this feature. +For hardware encoders, the option will only be shown if the system supports it. + +### Limitations + +Some filters that ship with HandBrake, do not currently support higher than 8-bit. + +When these filters are enabled, HandBrake's pipeline will run at 8-bit rather than 10-bit or 12-bit. +This applies to the following filters: + +- Detelecine +- Decomb +- Comb Detect +- Denoise +- Nlmeans +- Chroma Smooth +- Lapsharp +- Unsharp +- Grayscale