diff options
| author | Marcel Weissenbach <mweissenbach-freebsd@ikaros.space> | 2026-08-05 20:07:38 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-08-05 20:09:43 +0000 |
| commit | d0d8468afe231ff68e26dc3cce8053a840c14e18 (patch) | |
| tree | ef12a57ce4ec443d7c2e399ce24aa2326b726491 | |
| parent | 90eb071d66e569e5a8248b6dfd754464c1979ef6 (diff) | |
handbook/multimedia: Improve wording in the mpv section
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D57963
| -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 |
