File: avfilter_photosensitivity.xml

package info (click to toggle)
kdenlive 25.12.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 125,932 kB
  • sloc: cpp: 206,733; xml: 11,858; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.photosensitivity" id="avfilter.photosensitivity">
    <name>Photosensitivity Filter</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>Threshold</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>