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
c28f7a53
Commit
c28f7a53
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.kirsch
parent
bc1f6359
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_kirsch.xml
0 → 100644
View file @
c28f7a53
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.kirsch"
id=
"avfilter.kirsch"
>
<name>
Kirsch
</name>
<description>
Apply kirsch operator.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.scale"
min=
"0"
max=
"65535"
default=
"1"
decimals=
"0"
>
<name>
Scale
</name><comment>
Set value which will be multiplied with filtered result.
</comment>
</parameter>
<parameter
type=
"animated"
name=
"av.delta"
min=
"-65535"
max=
"65535"
default=
"0"
decimals=
"0"
>
<name>
Delta
</name><comment>
Set value which will be added to filtered result.
</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