From b6dd1341d2ac9ed29c97be2705b81c345a973d40 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(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index bfbf1b6ecd..86cfa965c2 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1388,13 +1388,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