Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
168662fd
Commit
168662fd
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.cas
parent
b010f5b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_cas.xml
0 → 100644
View file @
168662fd
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.cas"
id=
"avfilter.cas"
>
<name>
Contrast Adaptive Sharpen
</name>
<description>
Apply Contrast Adaptive Sharpen filter to video stream.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.strength"
min=
"0"
max=
"1"
default=
"0"
decimals=
"3"
>
<name>
Strenght
</name><comment>
Set the sharpening strength.
</comment>
</parameter>
<parameter
type=
"list"
name=
"av.planes"
default=
"1"
paramlist=
"0;1;2;3;4;5;6;7;"
>
<paramlistdisplay>
Alpha,Y,U,V,Red,Green,Blue,All,
</paramlistdisplay>
<name>
Planes
</name>
</parameter>
</effect>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment