/usr/share/kdenlive/effects/sox_bass.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_bass" type="audio">
<name>Sox Bass</name>
<description>Sox bass audio effect</description>
<author>http://sox.sourceforge.net</author>
<parameter type="constant" name="gain" max="100" min="1" default="5">
<name>Gain</name>
</parameter>
<parameter type="constant" name="frequency" max="5000" min="1" default="100">
<name>Frequency</name>
</parameter>
</effect>
|