mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
manpage: correct the --mf options
The MPlayer style syntax ("-mf fps=10:type=png") was removed a while ago, and now only the flat variants ("--mf-fps=10" etc.) work. CC: @mpv-player/stable
This commit is contained in:
parent
0248de84ea
commit
b6dd1341d2
@ -1388,13 +1388,13 @@ OPTIONS
|
||||
example files or playlists loaded with the ``loadfile`` or ``loadlist``
|
||||
commands.
|
||||
|
||||
``--mf=<option1:option2:...>``
|
||||
Used when decoding from multiple PNG or JPEG files with ``mf://``.
|
||||
``--mf-fps=<value>``
|
||||
Framerate used when decoding from multiple PNG or JPEG files with ``mf://``
|
||||
(default: 1).
|
||||
|
||||
Available options are:
|
||||
|
||||
:fps=<value>: output fps (default: 1)
|
||||
:type=<value>: input file type (available: jpeg, png, tga, sgi)
|
||||
``--mf-type=<value>``
|
||||
Input file type for ``mf://`` (available: jpeg, png, tga, sgi). By default,
|
||||
this is guessed from the file extension.
|
||||
|
||||
``--monitoraspect=<ratio>``
|
||||
Set the aspect ratio of your monitor or TV screen. A value of 0 disables a
|
||||
|
Loading…
Reference in New Issue
Block a user