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
3770fe80
Commit
3770fe80
authored
Oct 03, 2020
by
Jean-Baptiste Mardelle
Browse files
Add xml for qtcrop filter
parent
5b848460
Pipeline
#36297
canceled with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
data/effects/CMakeLists.txt
View file @
3770fe80
...
...
@@ -141,6 +141,7 @@ tcolor.xml
tracker.xml
vignette.xml
vidstab.xml
qtcrop.xml
DESTINATION
${
DATA_INSTALL_DIR
}
/kdenlive/effects
)
...
...
data/effects/qtcrop.xml
0 → 100644
View file @
3770fe80
<!DOCTYPE kpartgui>
<effect
tag=
"qtcrop"
id=
"qtcrop"
type=
"video"
>
<name>
Crop by padding
</name>
<description>
This filter crops the image to a rounded rectangle or circle by padding it with a color.
</description>
<author>
Dan Dennedy
</author>
<parameter
type=
"animatedrect"
name=
"rect"
default=
"0 0 %width %height"
opacity=
"false"
>
<name>
Rectangle
</name>
</parameter>
<parameter
type=
"bool"
name=
"circle"
default=
"0"
>
<name>
Circle
</name>
</parameter>
<parameter
type=
"constant"
name=
"radius"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Radius
</name>
</parameter>
<parameter
type=
"color"
name=
"color"
default=
"0x00000000"
alpha=
"1"
>
<name>
Padding Color
</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