[Mplayer-cvslog] CVS: main/DOCS/tech vop.txt,1.26,1.27

Arpi of Ize arpi at mplayerhq.hu
Thu Jan 30 23:54:05 CET 2003


Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv29067/DOCS/tech

Modified Files:
	vop.txt 
Log Message:
new video filter: denoise3d - temporal&spatial noise reduction
patch by Daniel Moreno <comac2k at terra.es>
mpi/stride corrections and some bugfix by me


Index: vop.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/vop.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- vop.txt	1 Jan 2003 15:15:34 -0000	1.26
+++ vop.txt	30 Jan 2003 22:53:08 -0000	1.27
@@ -220,3 +220,13 @@
 -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")



More information about the MPlayer-cvslog mailing list