# HG changeset patch # User diego # Date 1043983838 0 # Node ID e15cd4f30ee6442475db05abf2a6c1ef19a96315 # Parent 67474c57719e4d2463aa9b28901146f9efac7488 denoise3d filter added. diff -r 67474c57719e -r e15cd4f30ee6 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Fri Jan 31 01:47:55 2003 +0000 +++ b/DOCS/mplayer.1 Fri Jan 31 03:30:38 2003 +0000 @@ -2061,6 +2061,18 @@ .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.