From ee4a8f0d577974ddbf1fc2c4a0e0055fab783119 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 9 Feb 2020 14:14:14 +0100 Subject: vf_format: add w, h parameters Yes, this thing became vf_scale through the back door. --- DOCS/man/vf.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 463ce07cbc..50609f978a 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -321,6 +321,10 @@ Available mpv-only filters are: Set the rotation the video is assumed to be encoded with in degrees. The special value ``-1`` uses the input format. + ````, ```` + If not 0, perform conversion to the given size. Ignored if + ``convert=yes`` is not set. + ````, ```` Set the display size. Note that setting the display size such that the video is scaled in both directions instead of just changing the -- cgit v1.2.3