mirror of https://github.com/mpv-player/mpv
Document -vop to avoid confusion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10090 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2ffadebd16
commit
85ab5a9c34
|
@ -2064,7 +2064,7 @@ try libavcodec's MPEG1/\:2 codec, then libmpeg2, then others
|
|||
.
|
||||
.TP
|
||||
.B \-vf <filter1[=options],filter2,...>
|
||||
Activate a comma separated list of video filters and their options.
|
||||
Setup a chain of video filters.
|
||||
|
||||
.I NOTE:
|
||||
.br
|
||||
|
@ -2577,6 +2577,10 @@ try XAnim codecs first
|
|||
.PD 1
|
||||
.
|
||||
.TP
|
||||
.B \-vop <...,filter3[=options],filter2,filter1> (OBSOLETE)
|
||||
Setup a chain of video filters, to be applied in reverse order.
|
||||
Deprecated in favor of \-vf.
|
||||
.TP
|
||||
.B \-x <x> (MPLAYER only)
|
||||
Scale image to x width (if sw/\:hw scaling available).
|
||||
Disables aspect calculations.
|
||||
|
|
Loading…
Reference in New Issue