summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-12 15:52:00 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-12 15:52:00 +0300
commitfdb2f3c8ab4714d9da3189623133e5d3d639f701 (patch)
tree55819bb3fbd03df6e0442c5930397ee83bd0a11d /DOCS/man
parentbb6c06d17f661ff99edb0eb1dc9c0a12770f887f (diff)
parent5671f4329ee4f5503651377acb78ca90236c66e7 (diff)
downloadmpv-fdb2f3c8ab4714d9da3189623133e5d3d639f701.tar.bz2
mpv-fdb2f3c8ab4714d9da3189623133e5d3d639f701.tar.xz
Merge svn changes up to r29417
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/mplayer.120
1 files changed, 20 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index cc1672c546..e321da4c19 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7285,6 +7285,26 @@ Percentage of the pixels that have to be below the threshold (default: 98).
Threshold below which a pixel value is considered black (default: 32).
.RE
.
+.TP
+.B gradfun[=strength[:radius]]
+Fix the banding artifacts that are sometimes introduced into nearly flat
+regions by truncation to 8bit colordepth.
+Interpolates the gradients that should go where the bands are, and
+dithers them.
+.sp 1
+This filter is designed for playback only.
+Do not use it prior to lossy compression, because compression tends
+to lose the dither and bring back the bands.
+.RSs
+.IPs <strength>
+Maximum amount by which the filter will change any one pixel.
+Also the threshold for detecting nearly flat regions (default: 1.2).
+.IPs <radius>
+Neighborhood to fit the gradient to.
+Larger radius makes for smoother gradients, but also prevents the filter
+from modifying pixels near detailed regions (default: 16).
+.RE
+.
.
.
.SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"