summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/vo.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2013-06-15 15:14:06 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2013-06-15 15:48:52 +0200
commit9b5a98676d18156d56fabae52dbc1d918e4401d4 (patch)
tree20ae40f29e87dd2238b9757b22c0d543fada22e1 /DOCS/man/en/vo.rst
parent3c12148668ac70366ec48af2c61777db744eba66 (diff)
downloadmpv-9b5a98676d18156d56fabae52dbc1d918e4401d4.tar.bz2
mpv-9b5a98676d18156d56fabae52dbc1d918e4401d4.tar.xz
image_writer: Add PNG filter option (default "mixed")
The use of filters prior to PNG compression can greatly improve compression ratio, with "mixed" (ImageMagick calls it "adaptive") typically achieving the best results.
Diffstat (limited to 'DOCS/man/en/vo.rst')
-rw-r--r--DOCS/man/en/vo.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index 251e71ce03..079e146f8a 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -708,6 +708,9 @@ image
png-compression=<0-9>
PNG compression factor (speed vs. file size tradeoff) (default: 7)
+ 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>
JPEG quality factor (default: 90)
[no-]jpeg-progressive