Skip to content
GitLab
Menu
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
42c8bd8c
Commit
42c8bd8c
authored
Apr 24, 2022
by
Massimo Stella
Committed by
Jean-Baptiste Mardelle
Apr 25, 2022
Browse files
Add new mlt's Box_Blur ui. It was not working with the automatic one
parent
6ba4c16f
Changes
1
Show whitespace changes
Inline
Side-by-side
data/effects/box_blur.xml
0 → 100644
View file @
42c8bd8c
<!DOCTYPE kpartgui>
<effect
tag=
"box_blur"
id=
"box_blur"
>
<name>
BoxBlur
</name>
<description>
Box blur (separate horizontal and vertical blur)
</description>
<author>
Meltytech, LLC
</author>
<parameter
type=
"animated"
name=
"hradius"
max=
"1000"
min=
"0"
default=
"1"
suffix=
"%"
>
<name>
Horizontal multiplicator
</name>
</parameter>
<parameter
type=
"animated"
name=
"vradius"
max=
"1000"
min=
"0"
default=
"1"
suffix=
"%"
>
<name>
Vertical multiplicator
</name>
</parameter>
</effect>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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