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
3a334140
Commit
3a334140
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.scroll
parent
fe2b1986
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_scroll.xml
0 → 100644
View file @
3a334140
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.scroll"
id=
"avfilter.scroll"
>
<name>
Scroll
</name>
<description>
Pick median pixel from certain rectangle defined by radius.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.h"
min=
"-1"
max=
"1"
default=
"0"
decimals=
"3"
>
<name>
Horizontal scrolling speed
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.v"
min=
"-1"
max=
"1"
default=
"0"
decimals=
"3"
>
<name>
Vertical scrolling speed
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.hpos"
min=
"0"
max=
"1"
default=
"0"
decimals=
"3"
>
<name>
Initial horizontal position
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.vpos"
min=
"0"
max=
"1"
default=
"0"
decimals=
"3"
>
<name>
Initial vertical position
</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