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
bcc479fb
Commit
bcc479fb
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.monochrome
parent
d5886799
Pipeline
#211949
canceled with stage
in 4 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_monochrome.xml
0 → 100644
View file @
bcc479fb
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.monochrome"
id=
"avfilter.monochrome"
>
<name>
Monochrome
</name>
<description>
Convert video to gray using custom color filter.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.cb"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Chroma blue spot
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.cr"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Chroma red spot
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.size"
default=
"1"
min=
"0.1"
max=
"10"
decimals=
"3"
>
<name>
Color filter size
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.high"
default=
"0"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Highlights strength
</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