This file is indexed.

/usr/share/kdenlive/effects/threshold.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="threshold" id="threshold">
	<name>Binarize</name>
	<description>Make monochrome clip</description>
	<author>Charles Yates</author>
	<parameter type="constant" name="midpoint" max="255" min="0" default="128">
		<name>Threshold value</name>
	</parameter>
	<parameter type="bool" name="use_alpha" default="0">
		<name>Use transparency</name>
	</parameter>
</effect>