This file is indexed.

/usr/share/kdenlive/effects/loudness.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
<!DOCTYPE kpartgui>
<effect tag="loudness" id="loudness" type="audio">
	<name>Loudness</name>
	<description>Correct audio loudness as recommended by EBU R128</description>
	<author>Brian Matherly</author>
	<parameter type="double" name="program" max="-10" min="-50" default="-23.00" decimals="2">
		<name>Target Program Loudness</name>
	</parameter>
	<parameter type="filterjob" filtertag="loudness" filterparams="%params" consumer="null" consumerparams="video_off=1 all=1 terminate_on_pause=1">
		<jobparam name="key">results</jobparam>
		<jobparam name="finalfilter">loudness</jobparam>
		<name>Analyse</name>
	</parameter>
</effect>