comparison DOCS/tech/vop.txt @ 9680:b5a95a489990

10l: There is only one luma component, noticed by Alex.
author diego
date Mon, 24 Mar 2003 18:13:52 +0000
parents beebca423182
children
comparison
equal deleted inserted replaced
9679:beebca423182 9680:b5a95a489990
181 This filter uses MMX only if available and all gamma == 1.0, otherwise 181 This filter uses MMX only if available and all gamma == 1.0, otherwise
182 LUT (look-up table) is being used. 182 LUT (look-up table) is being used.
183 183
184 -vf unsharp=l|cWxH:amount[:l|cWxH:amount] 184 -vf unsharp=l|cWxH:amount[:l|cWxH:amount]
185 unsharp mask / gaussian blur. 185 unsharp mask / gaussian blur.
186 l apply effect on luma components 186 l apply effect on luma component
187 c apply effect on chroma components 187 c apply effect on chroma components
188 WxH width and height of the matrix, odd sized in both directions 188 WxH width and height of the matrix, odd sized in both directions
189 min = 3x3, max = 13x11 or 11x13 189 min = 3x3, max = 13x11 or 11x13
190 usually you will use something between 3x3 and 7x7 190 usually you will use something between 3x3 and 7x7
191 amount relative amount of sharpness / blur to add to the image 191 amount relative amount of sharpness / blur to add to the image