File: scratchlines.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,149 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="lines" id="lines" type="video" requires_in_out="1" unique="1">
    <name>Scratch Lines</name>
    <description>Scratch lines over the picture</description>
    <author>Marco Gittler</author>
    <parameter type="animated" name="line_width" max="100" min="0" default="2" suffix="px">
        <name>Width of Line</name>
        <comment><![CDATA[Width on the line in the clip]]></comment>
    </parameter>
    <parameter type="animated" name="num" max="100" min="0" default="5">
        <name>Max Number of Lines</name>
        <comment><![CDATA[Maximum number of lines in the clip]]></comment>
    </parameter>
    <parameter type="animated" name="darker" max="100" min="0" default="40">
        <name>Max Darker</name>
        <comment><![CDATA[Make image up to <em>n</em> values darker behind line]]></comment>
    </parameter>
    <parameter type="animated" name="lighter" max="100" min="0" default="40">
        <name>Max Lighter</name>
        <comment><![CDATA[Make image up to <em>n</em> values lighter behind line]]></comment>
    </parameter>
</effect>