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
541d7002
Commit
541d7002
authored
Jan 13, 2021
by
Julius Künzel
Committed by
Jean-Baptiste Mardelle
Jan 13, 2021
Browse files
Set range for zoome of avfilter.zoompan to 1-10 (effect doesn’t support
value < 1)
#919
parent
4c03c972
Pipeline
#47535
canceled with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_zoompan.xml
View file @
541d7002
...
...
@@ -3,7 +3,7 @@
<name>
Zoom Pan
</name>
<description>
Apply Zoom and Pan effect
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.z"
default=
"1"
min=
"
0
"
max=
"10"
decimals=
"2"
>
<parameter
type=
"constant"
name=
"av.z"
default=
"1"
min=
"
1
"
max=
"10"
decimals=
"2"
>
<name>
Zoom
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.x"
default=
"0"
min=
"0"
max=
"%width"
factor=
"1"
>
...
...
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