summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-04 20:39:27 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-04 20:39:27 +0000
commit9ec9ce9fb5c528c684bc5f2fcb309a21c869a89f (patch)
tree8df80dfefa9ff9215f916a47735690640b33996c /DOCS
parent772b91172cb83c58016dd76694551cd2a0fd1ba6 (diff)
downloadmpv-9ec9ce9fb5c528c684bc5f2fcb309a21c869a89f.tar.bz2
mpv-9ec9ce9fb5c528c684bc5f2fcb309a21c869a89f.tar.xz
smartblur
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8107 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index 103f7a834a..0b898c274b 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -204,3 +204,8 @@ Current plugins:
radius blur filter strength (~0.1-4.0) (slower if larger)
prefilter prefilter strength (~0.1-2.0)
colorDiff how different the pixels are allowed to be to be considered (~0.1-100.0)
+
+-vop smartblur=radius:stregth:threshold[:radius:stregth:threshold]
+ radius blur filter strength (~0.1-5.0) (slower if larger)
+ strength (0.0-1.0) -> blur, (-1.0-0.0) -> sharpen
+ threshold 0 -> filter all, (0-30) -> filter flat areas, (-30-0) -> filter edges