summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-31 03:30:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-31 03:30:38 +0000
commit06acc137014d86be631ca65796787e7e358c2e97 (patch)
tree364f69167cfe501bf44c5b1915f3d5e594f1b779 /DOCS
parent3590d6c18d49d53a597cfe3ef25ce62df13f989c (diff)
downloadmpv-06acc137014d86be631ca65796787e7e358c2e97.tar.bz2
mpv-06acc137014d86be631ca65796787e7e358c2e97.tar.xz
denoise3d filter added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9186 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.112
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index d86a8ec047..55121d7b6e 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -2061,6 +2061,18 @@ h: high quality
.br
p: mix random noise with a (semi)regular pattern
.REss
+.IPs "denoise3d[=luma:chroma:time]"
+This filter aims to reduce image noise producing smooth images and making still
+images really still (This should enhance compressibility.).
+It can be given from 0 to 3 parameters. If you omit a parameter, a reasonable
+value will be inferred.
+.RSss
+luma: spatial luma strength (default = 4)
+.br
+chroma: spatial chroma strength (default = 3)
+.br
+time: temporal strength (default = 6)
+.REss
.IPs eq[=bright:cont]
Activates the software equalizer with interactive controls like the hardware
eq controls.