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
e3d7397b
Commit
e3d7397b
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.chromanr
parent
168662fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_chromanr.xml
0 → 100644
View file @
e3d7397b
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.chromanr"
id=
"avfilter.chromanr"
>
<name>
Chroma Noise Reduction
</name>
<description>
Reduce chrominance noise.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.thres"
default=
"30"
min=
"1"
max=
"200"
>
<name>
Y+U+V Threshold
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.sizew"
default=
"5"
min=
"1"
max=
"100"
decimals=
"0"
>
<name>
Horizontal size
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.sizeh"
default=
"5"
min=
"1"
max=
"100"
decimals=
"0"
>
<name>
Vertical size
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.stepw"
default=
"1"
min=
"1"
max=
"50"
decimals=
"0"
>
<name>
Horizontal step
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.threy"
default=
"200"
min=
"1"
max=
"200"
decimals=
"0"
>
<name>
Y threshold
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.threu"
default=
"200"
min=
"1"
max=
"200"
decimals=
"0"
>
<name>
U threshold
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.threv"
default=
"200"
min=
"1"
max=
"200"
decimals=
"0"
>
<name>
V threshold
</name>
</parameter>
<parameter
type=
"list"
name=
"av.distance"
default=
"0"
paramlist=
"manhattan;euclidean"
>
<paramlistdisplay>
Manhattan,Euclidean
</paramlistdisplay>
<name>
Distance
</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