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
eba4508e
Commit
eba4508e
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.shear
parent
3a334140
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_shear.xml
0 → 100644
View file @
eba4508e
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.shear"
id=
"avfilter.shear"
>
<name>
Shear
</name>
<description>
Apply shear transform to input video.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.shx"
default=
"0"
min=
"-2"
max=
"2"
>
<name>
X shear factor
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.shy"
default=
"0"
min=
"-2"
max=
"2"
decimals=
"0"
>
<name>
Y shear factor
</name>
</parameter>
<parameter
type=
"color"
name=
"av.c"
default=
"black"
>
<name>
Background fill color
</name>
</parameter>
<parameter
type=
"list"
name=
"av.interp"
default=
"nearest"
paramlist=
"nearest;bilinear"
>
<paramlistdisplay>
Nearest,Bilinear
</paramlistdisplay>
<name>
Interpolation mode
</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