From 00230fab6ae04a5e1929a8d237fc27b47d231c3d Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Mar 2015 23:58:39 +0200 Subject: options: make --video-rotate use range 0-360 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include 360 in the range and don't stop at 359. This makes cycling through the range in 90° steps less awkward. --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index fed1d4ef52..32180b7cf0 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -628,7 +628,7 @@ Video This option is disabled if the ``--no-keepaspect`` option is used. -``--video-rotate=<0-359|no>`` +``--video-rotate=<0-360|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, -- cgit v1.2.3