summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-30 22:53:32 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-30 22:53:32 +0000
commitda8975ee8e1c111f0fc19b3e8c760521365e7418 (patch)
tree6f1571d3382ff137a26a2fbdb8e9e86f54a56a23 /DOCS
parente7f9c836a1b25ae45da4c41a7e97dc602c9938f3 (diff)
downloadmpv-da8975ee8e1c111f0fc19b3e8c760521365e7418.tar.bz2
mpv-da8975ee8e1c111f0fc19b3e8c760521365e7418.tar.xz
new video filter: denoise3d - temporal&spatial noise reduction
patch by Daniel Moreno <comac2k@terra.es> mpi/stride corrections and some bugfix by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9180 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index 09f0084af7..2902c51aa9 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -220,3 +220,13 @@ Current plugins:
-vop perspective=x0:y0:x1:y1:x2:y2:x3:y3:t
x0,y0,... coordinates of the topleft, topright, bottomleft, bottomright corners
t 0-> linear, 1->cubic resampling
+
+-vop denoise3d=[luma:chroma:time]
+ luma spatial luma strength (default = 4)
+ chroma spatial chroma strength (default = 3)
+ time temporal strength (default = 6)
+ This filter aims to reduce image noise producing smooth images and
+ making stills realy still. (it should enhance compressibility)
+ Can be given from 0 to 3 parameters. Parameters not given will be
+ infered from the given ones. (ie: providing only one of them acts as an
+ "scale factor")