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
fe2b1986
Commit
fe2b1986
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.photosensitivity
parent
bcc479fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_photosensitivity.xml
0 → 100644
View file @
fe2b1986
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.photosensitivity"
id=
"avfilter.photosensitivity"
>
<name>
Photosensitivity
</name>
<description>
Filter out photosensitive epilepsy seizure-inducing flashes.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.f"
min=
"2"
max=
"240"
default=
"30"
decimals=
"0"
>
<name>
Frames to use
</name><comment>
Set how many frames to use.
</comment>
</parameter>
<parameter
type=
"animated"
name=
"av.t"
min=
"0.1"
max=
"10"
default=
"1"
decimals=
"3"
>
<name>
Theshold
</name><comment>
Set detection threshold factor, lower is stricter
</comment>
</parameter>
<parameter
type=
"animated"
name=
"av.skip"
min=
"1"
max=
"1024"
default=
"1"
decimals=
"0"
>
<name>
Skip
</name><comment>
Set pixels to skip when sampling frames
</comment>
</parameter>
<parameter
type=
"bool"
name=
"av.bypass"
default=
"0"
>
<name>
Bypass
</name><comment>
Leave frames unchanged
</comment>
</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