From 8a7ef58b2de372d3789bcbe7bd81f8040f398451 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 2 Mar 2021 09:49:17 +0100 Subject: manpage: video-rotate supports arbitrary steps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 90° step limitation must be a leftover from old behavior since any value between 0 and 359 works now. --- DOCS/man/options.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 1a56e2b843..b5be296e9e 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1484,11 +1484,10 @@ Video This option is disabled if the ``--no-keepaspect`` option is used. ``--video-rotate=<0-359|no>`` - Rotate the video clockwise, in degrees. Currently supports 90° steps only. - If ``no`` is given, the video is never rotated, even if the file has - rotation metadata. (The rotation value is added to the rotation metadata, - which means the value ``0`` would rotate the video according to the - rotation metadata.) + Rotate the video clockwise, in degrees. If ``no`` is given, the video is + never rotated, even if the file has rotation metadata. (The rotation value + is added to the rotation metadata, which means the value ``0`` would rotate + the video according to the rotation metadata.) ``--video-zoom=`` Adjust the video display scale factor by the given value. The parameter is -- cgit v1.2.3