From 723055019128a4ab2016e88286d8ecaba64f8497 Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 1 Apr 2022 22:26:23 +0200 Subject: vf_format: support forwarding/stripping film grain metadata --- 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 c84aed05ca..94c789f4a9 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -40,6 +40,7 @@ Interface changes `--tone-mapping-desaturate-exponent`. - add `dolbyvision` sub-parameter to `format` video filter - `--sub-visibility` no longer has any effect on secondary subtitles + - add `film-grain` 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 69454c5cd2..10635811df 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -312,6 +312,10 @@ Available mpv-only filters are: Whether or not to include Dolby Vision metadata (default: yes). If disabled, any Dolby Vision metadata will be stripped from frames. + ```` + Whether or not to include film grain metadata (default: yes). If + disabled, any film grain 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