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
a89312ab
Commit
a89312ab
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.colorize
parent
3b4fb1a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_colorize.xml
0 → 100644
View file @
a89312ab
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colorize"
id=
"avfilter.colorize"
>
<name>
Color Overlay
</name>
<description>
Overlay a solid color on the video stream with mixing feature.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.hue"
default=
"0"
min=
"0"
max=
"360"
decimals=
"3"
>
<name>
Hue
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.saturation"
default=
"0.5"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Saturation
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.lightness"
default=
"0.5"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Lightness
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.mix"
default=
"1"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Mix
</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