/usr/share/kdenlive/effects/sox_band.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_band" type="audio">
<name>Sox Band</name>
<description>Sox band audio effect</description>
<author>http://sox.sourceforge.net</author>
<parameter type="constant" name="frequency" max="10000" min="1" default="3000">
<name>Center Frequency</name>
</parameter>
<parameter type="constant" name="width" max="5000" min="1" default="300">
<name>Width</name>
</parameter>
</effect>
|