Mercurial > mplayer.hg
changeset 7976:d0d2108bf395
unsharp filter doc
patch by Rimi Guyomarch <rguyom@pobox.com>
author | arpi |
---|---|
date | Wed, 30 Oct 2002 11:12:41 +0000 |
parents | 6e03baea602f |
children | 0c660f21e0e4 |
files | DOCS/tech/vop.txt |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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