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
d5886799
Commit
d5886799
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.median
parent
c28f7a53
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_median.xml
0 → 100644
View file @
d5886799
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.median"
id=
"avfilter.median"
>
<name>
Median
</name>
<description>
Pick median pixel from certain rectangle defined by radius.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.radius"
min=
"1"
max=
"127"
default=
"1"
decimals=
"3"
>
<name>
Spatial sigma
</name><comment>
Median radius
</comment>
</parameter>
<parameter
type=
"animated"
name=
"av.radiusV"
min=
"0"
max=
"127"
default=
"0"
decimals=
"3"
>
<name>
Median vertical radius
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.percentile"
min=
"0"
max=
"1"
default=
"0.5"
decimals=
"3"
>
<name>
Median percentile
</name>
</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