summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-30 11:12:41 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-30 11:12:41 +0000
commitdcb3e27eebf4c7b701c3dbe3039436b212dea7ed (patch)
treef486612bba884f95f9ef198cb3454988ba2c026d /DOCS
parent549464a883b8f52ee5dc904f4de41437fecab8cf (diff)
downloadmpv-dcb3e27eebf4c7b701c3dbe3039436b212dea7ed.tar.bz2
mpv-dcb3e27eebf4c7b701c3dbe3039436b212dea7ed.tar.xz
unsharp filter doc
patch by Rimi Guyomarch <rguyom@pobox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7977 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index fc808f26cd..139484c331 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -173,3 +173,14 @@ Current plugins:
given on the command line, and the eq filter is controllable
interactively just like with normal hardware equalizer controls.
+-vop unsharp=l|cWxH:amount[:l|cWxH:amount]
+ unsharp mask / gaussian blur.
+ l apply effect on luma component
+ c apply effect on chroma components
+ WxH width and height of the matrix, odd sized in both directions
+ min = 3x3, max = 13x11 or 11x13
+ usually you will use somthing between 3x3 and 7x7
+ amount relative amount of sharpness / blur to add to the image
+ amount < 0 = blur, amount > 0 = sharpen
+ usually you will use something between -1.5 and 1.5
+ MPI: DR (if possible) or TEMP, accepts stride