This file is indexed.

/usr/share/kdenlive/effects/frei0r_cluster.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="frei0r.cluster" id="frei0r.cluster" type="video" unique="1">
	<name>K-Means Clustering</name>
	<description>Clusters of a source image by color and spatial distance</description>
	<author>binarymillenium</author>
	<parameter type="constant" name="Num" max="40" min="0" default="20" factor="1">
		<name>Amount of clusters</name>
	</parameter>
	<parameter type="constant" name="Dist weight" max="1000" min="0" default="500" factor="1000">
		<name>Weight on distance</name>
	</parameter>
</effect>