This file is indexed.

/usr/share/kdenlive/effects/normalise.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
<!DOCTYPE kpartgui>
<effect tag="volume" id="normalise" type="audio">
	<name>Normalise</name>
	<description>Dynamically normalise the audio volume</description>
	<author>Dan Dennedy</author>
	<parameter type="constant" name="normalise" max="1000" min="0" factor="400" default="100" suffix="%">
		<name>Gain</name>
	</parameter>
	<parameter type="constant" name="max_gain" max="3000" min="0" factor="100" default="1000" suffix="%">
		<name>Maximum gain</name>
	</parameter>
	<parameter type="constant" name="window" max="300" min="0" default="75" suffix=" frames">
		<name>Window</name>
	</parameter>
</effect>