From 3201a40234e89590d1b8a7f65dcd08a71691e644 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 Dec 2013 23:25:49 +0100 Subject: vf_dsize: use option parser Mostly backwards compatible, we don't change much because we just want to get rid of the legacy option string handling. You can't pass an aspect as first argument anymore. --- DOCS/man/en/vf.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index 7c5b524875..8f5ebc3885 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -156,7 +156,7 @@ Available filters are: :0: Disable accurate rounding (default). :1: Enable accurate rounding. -``dsize[=aspect|w:h:aspect-method:r]`` +``dsize[=w:h:aspect-method:r:aspect]`` Changes the intended display size/aspect at an arbitrary point in the filter chain. Aspect can be given as a fraction (4/3) or floating point number (1.33). Alternatively, you may specify the exact display width and @@ -205,6 +205,9 @@ Available filters are: Rounds up to make both width and height divisible by ```` (default: 1). + ```` + Force an aspect ratio. + ``format[=fmt[:outfmt]]`` Restricts the color space for the next filter without doing any conversion. Use together with the scale filter for a real conversion. -- cgit v1.2.3