This file is indexed.

/usr/share/mlt/kdenlive/filter_boxblur.yml is in libmlt-data 0.9.2-2.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
schema_version: 0.1
type: filter
identifier: boxblur
title: Box Blur
version: 2
copyright: Leny Grisel, Jean-Baptiste Mardelle
creator: Leny Grisel, Jean-Baptiste Mardelle
license: LGPLv2.1
language: en
tags:
  - Video
parameters:
  - identifier: start
    title: Size
    argument: yes
    type: integer
    description: >
      If an end size is provided, then this is the starting size, and
      size is interpolated over the duration of the filter from start
      to end size.
      If the keyframable property "blur" is provided, then this is ignored, and
      "blur" is used instead.
      This parameter also affects the size both horizontally and vertically
      simultaneously, in amounts proportional to the horizontal size and
      vertical size parameters.
    unit: pixels
    mutable: yes
    default: 2
    minimum: 1

  - identifier: end
    title: End size
    type: integer
    unit: pixels
    mutable: yes
    minimum: 1

  - identifier: blur
    title: Size
    type: integer
    description: >
      If this value is set the start and end parameters are ignored.
    unit: pixels
    mutable: yes
    minimum: 1

  - identifier: hori
    title: Horizontal size
    type: integer
    unit: pixels
    mutable: yes
    minimum: 1
    default: 1

  - identifier: vert
    title: Vertical size
    type: integer
    unit: pixels
    mutable: yes
    minimum: 1
    default: 1