# HG changeset patch # User arpi # Date 1035976361 0 # Node ID d0d2108bf395c2b919d8fc7d895d991c3b938c25 # Parent 6e03baea602fe9a91e4e56f5458fa9b812cd2b20 unsharp filter doc patch by Rimi Guyomarch diff -r 6e03baea602f -r d0d2108bf395 DOCS/tech/vop.txt --- a/DOCS/tech/vop.txt Wed Oct 30 09:05:02 2002 +0000 +++ b/DOCS/tech/vop.txt Wed Oct 30 11:12:41 2002 +0000 @@ -173,3 +173,14 @@ 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