Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2026 20:10:35 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Cc:        Marcel Weissenbach <mweissenbach-freebsd@ikaros.space>
Subject:   git: d0d8468afe - main - handbook/multimedia: Improve wording in the mpv section
Message-ID:  <6a7398bb.3df71.69567c0c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d0d8468afe231ff68e26dc3cce8053a840c14e18

commit d0d8468afe231ff68e26dc3cce8053a840c14e18
Author:     Marcel Weissenbach <mweissenbach-freebsd@ikaros.space>
AuthorDate: 2026-08-05 20:07:38 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 20:09:43 +0000

    handbook/multimedia: Improve wording in the mpv section
    
    Reviewed by:            ziaee
    Differential Revision:  https://reviews.freebsd.org/D57963
---
 .../content/en/books/handbook/multimedia/_index.adoc     | 16 +++++++++-------
 1 file 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a7398bb.3df71.69567c0c>