mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
manpage: video-rotate supports arbitrary steps
The 90° step limitation must be a leftover from old behavior since any value between 0 and 359 works now.
This commit is contained in:
parent
d1be8bb606
commit
8a7ef58b2d
@ -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=<value>``
|
||||
Adjust the video display scale factor by the given value. The parameter is
|
||||
|
Loading…
Reference in New Issue
Block a user