/usr/share/kdenlive/effects/movit_diffusion.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 | <!DOCTYPE kpartgui>
<effect tag="movit.diffusion" id="movit.diffusion">
<name>Diffusion (GPU)</name>
<author>Steinar H. Gunderson</author>
<parameter type="animated" name="radius" default="3" min="0" max="1000" factor="10">
<name>Radius</name>
</parameter>
<parameter type="animated" name="mix" default="0.3" min="0" max="1000" factor="100">
<name>Mix amount</name>
</parameter>
</effect>
|