/usr/share/kdenlive/effects/boxblur.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 | <!DOCTYPE kpartgui>
<effect tag="boxblur" id="boxblur">
<name>Box Blur</name>
<description>Box blur (separate horizontal and vertical blur)</description>
<author>Leny Grisel</author>
<parameter type="constant" name="hori" max="50" min="1" default="1">
<name>Horizontal multiplicator</name>
</parameter>
<parameter type="constant" name="vert" max="50" min="1" default="1">
<name>Vertical multiplicator</name>
</parameter>
<parameter type="keyframe" name="blur" max="100" min="0" default="5">
<name>Blur factor</name>
</parameter>
</effect>
|