From 6125ba613f019a011dcd0873f1b448e859c15634 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 24 May 2014 14:08:39 +0200 Subject: video: add --video-rotate option for controlling auto-rotation --- 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 9a24d3f01f..811fcf19dc 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2698,6 +2698,13 @@ OPTIONS 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.) + ``--video-unscaled`` Disable scaling of the video. If the window is larger than the video, black bars are added. Otherwise, the video is cropped. The video still -- cgit v1.2.3