diff options
| -rw-r--r-- | documentation/content/en/books/handbook/multimedia/_index.adoc | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/documentation/content/en/books/handbook/multimedia/_index.adoc b/documentation/content/en/books/handbook/multimedia/_index.adoc index f2fc5b3697..25566c9310 100644 --- a/documentation/content/en/books/handbook/multimedia/_index.adoc +++ b/documentation/content/en/books/handbook/multimedia/_index.adoc @@ -478,16 +478,18 @@ hdr-compute-peak=yes hdr-peak-percentile=99.995 hdr-contrast-recovery=0.30 .... -<.> Use the new gpu-next video output. A lot of features need this and/or provide higher quality when enabled -<.> Wayland users should manually set this when seeing graphical glitches -<.> Automatically detect if GPU hardware decoding is available and uses it +<.> Uses the new gpu-next video output. A lot of features need this and/or provide higher quality when enabled +<.> Wayland users should manually set this when seeing graphical glitches or experience crashes +<.> Automatically detects if GPU hardware decoding is available and uses it <.> Best scaling algorithm. Disable if your hardware is not fast enough and videos start to skip frames <.> Example profile for long videos of recorded TTRPG sessions -<.> Only apply when the path contains ttrpg -<.> Use the builtin fast profile for lowest possible CPU/GPU usage -<.> Example profile for users with a slow iGPU that still want to enjoy HDR content +<.> Only applies when the path contains ttrpg +<.> Uses the builtin fast profile for lowest possible CPU/GPU usage +<.> Example profile for users with a slow iGPU who still want to enjoy HDR content -Example how a user with a iGPU would be able to watch HDR content with this sample config +Using this sample configuration, the TTRPG profile is automatically applied if the "Path contains ttrpg" condition is met. + +To watch a HDR Video on an iGPU, manually specify the profile using the following command: .... $ mpv --profile=hdr hdr_video.mkv |
