From 960aca3386af6a74ea5d59a2f630bab891fc9abf Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Feb 2014 17:38:55 +0100 Subject: manpage: document --aspect special values Use of these is "discouraged", but they're there to select these special cases with the "aspect" property. They really should use some sort of choice option type, but since it would be some work to make these work with float values, the simple and dumb alternative was picked. --- DOCS/man/en/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index dee44acef0..f36c598a9c 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -103,6 +103,13 @@ OPTIONS Override movie aspect ratio, in case aspect information is incorrect or missing in the file being played. See also ``--no-aspect``. + Two values have special meaning: + + :0: disable aspect ratio handling, pretend the video has square pixels + :-1: use the video stream or container aspect (default) + + But note that handling of these special values might change in the future. + .. admonition:: Examples - ``--aspect=4:3`` or ``--aspect=1.3333`` -- cgit v1.2.3