summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-04 16:42:17 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-04 16:42:17 +0000
commite78a59f10e69410d94ad5593d4ef3dfedc5627fb (patch)
tree7db8fc157c4b8f7865cccd94bf6048ca9ce900da /DOCS
parentd9142cf555ecb126abdf2adb642960a5b94c80ac (diff)
downloadmpv-e78a59f10e69410d94ad5593d4ef3dfedc5627fb.tar.bz2
mpv-e78a59f10e69410d94ad5593d4ef3dfedc5627fb.tar.xz
shape adaptive blur (slightly slow though)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8101 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 be94f2a894..103f7a834a 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -199,3 +199,8 @@ Current plugins:
radius size of the filter
power how often the filter should be applied
MPI: TEMP, accepts stride
+
+-vop sab=radius:prefilter:colorDiff[:radius:prefilter:colorDiff]
+ 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)