diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 18:34:33 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 18:34:33 +0000 |
commit | aa8abd204e323bfd1d909399c514b50711963d75 (patch) | |
tree | cc7cf4d8a51228d76cde3eb845ee13280bfb1bc2 /DOCS | |
parent | 1c9619e8f2908ccbe5edd17246217d7d1d5c8065 (diff) | |
download | mpv-aa8abd204e323bfd1d909399c514b50711963d75.tar.bz2 mpv-aa8abd204e323bfd1d909399c514b50711963d75.tar.xz |
document hqdn3d and dn3d's 4th parameter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21656 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index d9acb10570..d9748e087d 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -5603,12 +5603,14 @@ 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> +.IPs <luma_spc> spatial luma strength (default: 4) -.IPs <chroma> +.IPs <chroma_spc> spatial chroma strength (default: 3) -.IPs <time> -temporal strength (default: 6) +.IPs <luma_tmp> +luma temporal strength (default: 6) +.IPs <chroma_tmp> +chroma temporal strength (default: luma_tmp*chroma_spc/luma_spc) .RE .PD 1 . |