This file is indexed.

/usr/share/kdenlive/effects/frei0r_hqdn3d.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
<!DOCTYPE kpartgui>
<effect tag="frei0r.hqdn3d" id="frei0r.hqdn3d">
        <name>Denoiser</name>
        <description>High quality 3D denoiser</description>
        <author>Marko Cebokli, Daniel Moreno</author>
        
        <parameter type="simplekeyframe" name="Spatial" default="40" min="0" max="1000" factor="1000">
            <name>Spatial</name>
            <comment>Amount of spatial filtering</comment>
        </parameter>
        
        <parameter type="simplekeyframe" name="Temporal" default="60" min="0" max="1000" factor="1000">
            <name>Temporal</name>
            <comment>Amount of temporal filtering</comment>
        </parameter>
</effect>