File: strobe.xml

package info (click to toggle)
kdenlive 25.12.0-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 125,912 kB
  • sloc: cpp: 206,648; xml: 11,857; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (15 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="strobe" id="strobe">
    <name>Alpha Strobing</name>
    <description>Strobes the alpha channel to 0. Many other filters overwrite the alpha channel, in that case this needs to be last.</description>
    <author> Martin Sandsmark</author>
    <parameter type="bool" name="strobe_invert" default="0" min="0" max="1">
        <name>Invert</name>
        <comment>Whether to invert which frames are on and which is off</comment>
    </parameter>
    <parameter type="keyframe" name="interval" max="100" min="1" default="1">
        <name>Interval</name>
        <comment>Duration of strobe</comment>
    </parameter>
</effect>