AWarpsharp2/aWarp
From Avisynth wiki
(Difference between revisions)
(Created page with "== aWarp == {{Template:FuncDef|aWarp(edge_mask_clip, int "depth", int "chroma")}}") |
m |
||
Line 1: | Line 1: | ||
− | == | + | '''Back to [[aWarpSharp2#Filters|aWarpSharp2]]''' |
− | + | == Description == | |
− | {{Template:FuncDef|aWarp(edge_mask_clip, int "depth", int "chroma")}} | + | A warp-sharpening filter. |
+ | == Syntax and Parameters == | ||
+ | :{{Template:FuncDef|aWarp(edge_mask_clip, int "depth", int "chroma")}} | ||
+ | <br> | ||
+ | ::{{Par|edge_mask_clip| |}} | ||
+ | <br> | ||
+ | ::{{Par|depth|int|3}} | ||
+ | :::Range: -128 to 127<br> | ||
+ | ::::Strength of the final warping. Negative values result in warping in opposite direction. | ||
+ | <br> | ||
+ | ::{{Par|chroma|int|1}} | ||
+ | :::Processing mode for chroma planes (U and V): | ||
+ | ::::* 0 : fill with zeroes | ||
+ | ::::* 1 : don't care, default for aSobel and aBlur | ||
+ | ::::* 2 : copy | ||
+ | ::::* 3 : process | ||
+ | ::::* 4 : guide by luma - default for aWarpSharp, aWarp, and aWarp4 only | ||
+ | ::::* 5 : same as 3, but don't process luma | ||
+ | ::::* 6 : same as 4, but don't process luma |
Revision as of 13:24, 9 November 2013
Back to aWarpSharp2
Description
A warp-sharpening filter.
Syntax and Parameters
- aWarp(edge_mask_clip, int "depth", int "chroma")
- edge_mask_clip =
- edge_mask_clip =
- depth int = 3
- Range: -128 to 127
- Strength of the final warping. Negative values result in warping in opposite direction.
- Range: -128 to 127
- depth int = 3
- chroma int = 1
- Processing mode for chroma planes (U and V):
- 0 : fill with zeroes
- 1 : don't care, default for aSobel and aBlur
- 2 : copy
- 3 : process
- 4 : guide by luma - default for aWarpSharp, aWarp, and aWarp4 only
- 5 : same as 3, but don't process luma
- 6 : same as 4, but don't process luma
- Processing mode for chroma planes (U and V):
- chroma int = 1