From 9e6b9d8a982eb07a05fd059a92f1d6b2f01460a0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Sep 2016 21:04:55 +0200 Subject: vo_image: move to global options This is a bit "special", because the config tree wants unique m_sub_options pointers in the whole thing. --- DOCS/man/vo.rst | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index b521f51f00..f9d02ec98b 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -381,7 +381,9 @@ Available video output drivers are: Output each frame into an image file in the current directory. Each file takes the frame number padded with leading zeros as name. - ``format=`` + The following global options are supported by this video output: + + ``--vo-image-format=`` Select the image file format. jpg @@ -399,24 +401,24 @@ Available video output drivers are: tga Truevision TGA. - ``png-compression=<0-9>`` + ``--vo-image-png-compression=<0-9>`` PNG compression factor (speed vs. file size tradeoff) (default: 7) - ``png-filter=<0-5>`` + ``--vo-image-png-filter=<0-5>`` Filter applied prior to PNG compression (0 = none; 1 = sub; 2 = up; 3 = average; 4 = Paeth; 5 = mixed) (default: 5) - ``jpeg-quality=<0-100>`` + ``--vo-image-jpeg-quality=<0-100>`` JPEG quality factor (default: 90) - ``(no-)jpeg-progressive`` + ``--vo-image-jpeg-progressive=`` Specify standard or progressive JPEG (default: no). - ``(no-)jpeg-baseline`` + ``--vo-image-jpeg-baseline=`` Specify use of JPEG baseline or not (default: yes). - ``jpeg-optimize=<0-100>`` + ``--vo-image-jpeg-optimize=<0-100>`` JPEG optimization factor (default: 100) - ``jpeg-smooth=<0-100>`` + ``--vo-image-jpeg-smooth=<0-100>`` smooth factor (default: 0) - ``jpeg-dpi=<1->`` + ``--vo-image-jpeg-dpi=<1->`` JPEG DPI (default: 72) - ``outdir=`` + ``--vo-image-outdir=`` Specify the directory to save the image files to (default: ``./``). ``wayland`` (Wayland only) -- cgit v1.2.3