From 05ccc51d53424a771ece5bb818713d474d7874ce Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 7 Jan 2022 06:41:55 +0100 Subject: vf_format: add dolbyvision sub-option Useful to strip dolbyvision from the output, in cases where the user does not want it applied. Doing this as a video filter gives users the abiilty to easily toggle this stripping at runtime in a way that properly propagates to any (potentially stateful) VO. It also thematically fits the rest of the options in vf_format, which are similarly concerned with modifying the video image parameters. --- DOCS/interface-changes.rst | 1 + DOCS/man/vf.rst | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 48c5b62881..63a08071ec 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -38,6 +38,7 @@ Interface changes - add `--gamut-mapping-mode`, replacing `--gamut-clipping` and `--gamut-warning` - add `--tone-mapping-mode`, replacing `--tone-mapping-desaturate` and `--tone-mapping-desaturate-exponent`. + - add `dolbyvision` sub-parameter to `format` video filter --- mpv 0.34.0 --- - deprecate selecting by card number with `--drm-connector`, add `--drm-device` which can be used instead diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index d80a8aa988..69454c5cd2 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -308,6 +308,10 @@ Available mpv-only filters are: :709-1886: Scene-referred using the BT709+BT1886 interaction :gamma1.2: Scene-referred using a pure power OOTF (gamma=1.2) + ```` + Whether or not to include Dolby Vision metadata (default: yes). If + disabled, any Dolby Vision metadata will be stripped from frames. + ```` Set the stereo mode the video is assumed to be encoded in. Use ``--vf=format:stereo-in=help`` to list all available modes. Check with -- cgit v1.2.3