1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 01:22:30 +00:00

manpage: remove unhelpful paragraph about video filter params

This makes it sound like -1 would work to set the default for any
parameter. But this is just a (crappy) convention, which doesn't work
always.
This commit is contained in:
wm4 2013-12-04 20:05:34 +01:00
parent 57b11ba706
commit f221d46a44

View File

@ -13,11 +13,6 @@ normal filter parameters.
``--vf-defaults=<filter1[=parameter1:parameter2:...],filter2,...>``
Set defaults for each filter.
Many parameters are optional and set to default values if omitted. To
explicitly use a default value, set a parameter to '-1'. Parameters ``w:h``
means width x height in pixels, ``x:y`` means x;y position counted from the
upper left corner of the bigger image.
.. note::
To get a full list of available video filters, see ``--vf=help``.