From 7ee275095f519119bd13c3af8f35f9158741b547 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 21 Jul 2014 19:27:15 +0200 Subject: 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 --- DOCS/man/options.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 71e830b177..4d3c586bad 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1366,13 +1366,13 @@ OPTIONS example files or playlists loaded with the ``loadfile`` or ``loadlist`` commands. -``--mf=`` - Used when decoding from multiple PNG or JPEG files with ``mf://``. +``--mf-fps=`` + Framerate used when decoding from multiple PNG or JPEG files with ``mf://`` + (default: 1). - Available options are: - - :fps=: output fps (default: 1) - :type=: input file type (available: jpeg, png, tga, sgi) +``--mf-type=`` + Input file type for ``mf://`` (available: jpeg, png, tga, sgi). By default, + this is guessed from the file extension. ``--monitoraspect=`` Set the aspect ratio of your monitor or TV screen. A value of 0 disables a -- cgit v1.2.3