summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-17 19:52:08 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-17 19:52:08 +0000
commit02ec5aa12e155383b76c5c4a1f7b1c51f6fb0da5 (patch)
treec9f81dee470bc3d2a3da4b1773ad4e8f8d2d03fa /DOCS/man/en
parent8989e914a88edfe70989be556f92f34ba0f0520b (diff)
downloadmpv-02ec5aa12e155383b76c5c4a1f7b1c51f6fb0da5.tar.bz2
mpv-02ec5aa12e155383b76c5c4a1f7b1c51f6fb0da5.tar.xz
more sensible names for denoiser options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21659 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.18
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index d9748e087d..496d2c5a94 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5598,14 +5598,14 @@ mix random noise with a (semi)regular pattern
.PD 1
.
.TP
-.B denoise3d[=luma:chroma:time]
+.B denoise3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]
This filter aims to reduce image noise producing smooth images and making still
images really still (This should enhance compressibility.).
.PD 0
.RSs
-.IPs <luma_spc>
+.IPs <luma_spatial>
spatial luma strength (default: 4)
-.IPs <chroma_spc>
+.IPs <chroma_spatial>
spatial chroma strength (default: 3)
.IPs <luma_tmp>
luma temporal strength (default: 6)
@@ -5615,7 +5615,7 @@ chroma temporal strength (default: luma_tmp*chroma_spc/luma_spc)
.PD 1
.
.TP
-.B hqdn3d[=luma:chroma:time]
+.B hqdn3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]
High precision/\:quality version of the denoise3d filter.
Parameters and usage are the same.
.