/usr/share/kdenlive/effects/sox_stretch.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 | <!DOCTYPE kpartgui>
<effect tag="sox" id="sox_stretch" type="audio">
<name>Sox Stretch</name>
<description>Sox stretch audio effect</description>
<author>http://sox.sourceforge.net</author>
<parameter type="constant" name="factor" max="100" min="0" default="10" factor="10">
<name>Factor</name>
</parameter>
<parameter type="constant" name="window" max="100" min="1" default="20">
<name>Window</name>
</parameter>
</effect>
|