summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/vop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech/vop.txt')
-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")