summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-18 15:45:24 +0200
committerwm4 <wm4@nowhere>2017-06-18 15:45:24 +0200
commit078b275514d9f1ba89b386c12aa5a02a65633e9e (patch)
treea7b77f358b9c87a6538c62236a0df2b115c5c0b5 /DOCS
parent5ea851feae07e33dfd47b302a891f03b85393609 (diff)
downloadmpv-078b275514d9f1ba89b386c12aa5a02a65633e9e.tar.bz2
mpv-078b275514d9f1ba89b386c12aa5a02a65633e9e.tar.xz
image_writer, vo_image: change license to LGPL
image_writer.c has code originating from vf_screenshot.c, vo_jpeg.c, and potentially others. vo_image.c is based on a bunch of those VOs as well, and the intention was to replace them with a single codebase. vo_tga.c was written by someone who was not or not could be contacted, but it doesn't matter anyway, as no code from that initial patch was used. One rather old patch (57f77bb41a9) reordered by libjpeg patch API calls, and the author of the patch was not contacted. But at least with the smoothing_factor override removed, this pretty much exactly corresponds to the official libjpeg API example (and might even reflect a change to those - didn't dig deeper). This removes the -jpeg-smooth option. While we're at it, remove all the other dropped jpeg options from the manpage (which was forgotten in past changes).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index a282541519..20e8e0baf7 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -426,16 +426,8 @@ Available video output drivers are:
3 = average; 4 = Paeth; 5 = mixed) (default: 5)
``--vo-image-jpeg-quality=<0-100>``
JPEG quality factor (default: 90)
- ``--vo-image-jpeg-progressive=<yes|no>``
- Specify standard or progressive JPEG (default: no).
- ``--vo-image-jpeg-baseline=<yes|no>``
- Specify use of JPEG baseline or not (default: yes).
``--vo-image-jpeg-optimize=<0-100>``
JPEG optimization factor (default: 100)
- ``--vo-image-jpeg-smooth=<0-100>``
- smooth factor (default: 0)
- ``--vo-image-jpeg-dpi=<1->``
- JPEG DPI (default: 72)
``--vo-image-outdir=<dirname>``
Specify the directory to save the image files to (default: ``./``).