This file is indexed.

/usr/share/kdenlive/effects/speed.xml is in kdenlive-data 4:15.12.3-0ubuntu1.

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="framebuffer" id="speed" type="video" unique="1">
	<name>Speed</name>
	<description>Make clip play faster or slower</description>
	<author>Jean-Baptiste Mardelle</author>
	<parameter type="constant" name="speed" max="10000" min="1" default="100" factor="100" suffix="%">
		<name>Speed</name>
	</parameter>
	<parameter type="constant" name="strobe" max="100" min="1" default="1">
		<name>Stroboscope</name>
	</parameter>
</effect>