From b18f02d1ad5e5ce4031438f1cd0f1f3aaaf83003 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 1 Dec 2013 00:12:10 +0100 Subject: options: add options that set defaults for af/vf/ao/vo There are some use cases for this. For example, you can use it to set defaults of automatically inserted filters (like af_lavrresample). It's also useful if you have a non-trivial VO configuration, and want to use --vo to quickly change between the drivers without repeating the whole configuration in the --vo argument. --- DOCS/man/en/vo.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man/en/vo.rst') diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index fd14c6a128..3d6bc0095f 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -10,6 +10,12 @@ syntax is: If the list has a trailing ',', mpv will fall back on drivers not contained in the list. Suboptions are optional and can mostly be omitted. +You can also set defaults for each driver. The defaults are applied before the +normal driver parameters. + +``--vo-defaults=`` + Set defaults for each driver. + .. note:: See ``--vo=help`` for a list of compiled-in video output drivers. -- cgit v1.2.3