summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-05 21:04:55 +0200
committerwm4 <wm4@nowhere>2016-09-05 21:04:55 +0200
commit9e6b9d8a982eb07a05fd059a92f1d6b2f01460a0 (patch)
treed0e81a6d717e4ee841c855c97a4f9de407dd9b17 /DOCS
parent726ef35aa83907308587dda822c0f0fcd68fc07f (diff)
downloadmpv-9e6b9d8a982eb07a05fd059a92f1d6b2f01460a0.tar.bz2
mpv-9e6b9d8a982eb07a05fd059a92f1d6b2f01460a0.tar.xz
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.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst22
1 files changed, 12 insertions, 10 deletions
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=<format>``
+ The following global options are supported by this video output:
+
+ ``--vo-image-format=<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=<yes|no>``
Specify standard or progressive JPEG (default: no).
- ``(no-)jpeg-baseline``
+ ``--vo-image-jpeg-baseline=<yes|no>``
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=<dirname>``
+ ``--vo-image-outdir=<dirname>``
Specify the directory to save the image files to (default: ``./``).
``wayland`` (Wayland only)