/usr/share/kdenlive/effects/scratchlines.xml is in kdenlive-data 16.12.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <!DOCTYPE kpartgui>
<effect tag="lines" id="lines" type="video" unique="1">
<name>Scratchlines</name>
<description>Scratchlines over the picture</description>
<author>Marco Gittler</author>
<parameter type="double" name="line_width" max="100" min="0" default="2">
<name>Width of line</name>
</parameter>
<parameter type="double" name="num" max="100" min="0" default="5">
<name>Max number of lines</name>
</parameter>
<parameter type="double" name="darker" max="100" min="0" default="40">
<name>Max darker</name>
</parameter>
<parameter type="double" name="lighter" max="100" min="0" default="40">
<name>Max lighter</name>
</parameter>
</effect>
|