This file is indexed.

/usr/share/kdenlive/effects/frei0r_balanc0r.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
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE kpartgui>
<group>
    <effect tag="frei0r.balanc0r" id="frei0r.balanc0r">
	<name>White Balance</name>
	<description>Adjust the white balance / color temperature</description>
	<author>Dan Dennedy</author>
	<parameter type="color" name="Neutral Color" default="0xffffffff">
		<name>Neutral Color</name>
	</parameter>
        <parameter type="simplekeyframe" name="Green Tint" default="1200" min="0" max="2500" factor="1000">
		<name>Green Tint</name>
	</parameter>
    </effect>
    <effect LC_NUMERIC="C" tag="frei0r.balanc0r" id="frei0r.balanc0r" version="0.3">
	<name>White Balance</name>
	<description>Adjust the white balance / color temperature</description>
	<author>Dan Dennedy</author>
	<parameter type="color" name="Neutral Color" default="0xffffffff">
		<name>Neutral Color</name>
	</parameter>
        <parameter type="simplekeyframe" name="Green Tint" default="1333" min="0" max="10000" factor="10000">
		<name>Green Tint</name>
	</parameter>
    </effect>
</group>