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
b010f5b8
Commit
b010f5b8
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.bilateral
parent
18294c0a
Pipeline
#211939
canceled with stage
in 4 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_bilateral.xml
0 → 100644
View file @
b010f5b8
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.bilateral"
id=
"avfilter.bilateral"
>
<name>
Bilateral
</name>
<description>
Apply bilateral filter, spatial smoothing while preserving edges.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.sigmaS"
min=
"0"
max=
"512"
default=
"0.1"
decimals=
"3"
>
<name>
Spatial sigma
</name><comment>
Set sigma of gaussian function to calculate spatial weight.
</comment>
</parameter>
<parameter
type=
"animated"
name=
"av.sigmaR"
min=
"0"
max=
"1"
default=
"0.1"
decimals=
"3"
>
<name>
Range sigma
</name><comment>
Set sigma of gaussian function to calculate range weight.
</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