This file is indexed.

/usr/share/mlt/oldfilm/filter_dust.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
schema_version: 0.1
type: filter # consumer, filter, producer, or transition
identifier: dust
title: Dust
version: 0.2.5
copyright: Copyright (C) 2008 Marco Gittler
license: GPL
language: en
url: none
creator: Marco Gittler
tags:
  - Video # this may produce video
description: Add dust and specks to the Video, as in old movies
icon:
  filename: oldfilm/fdust.svg # relative to $MLT_DATA/modules/
  content-type: image/svg

notes: Implementation or additional usage notes go here.
bugs: # this can be just for documentation, or the tool may disclose it to help user avoid pitfalls
  - need to do some speed improvement.

parameters:
  - identifier: maxdiameter
    title: Maximal Diameter
    type: integer
    description: Maximal diameter of a dust piece
    readonly: no
    required: yes
    minimum: 0
    maximum: 100
    default: 2
    mutable: no
    widget: spinner
    unit: "%"

  - identifier: maxcount
    title: Maximal number of dust 
    type: integer
    description: How many dust pieces are on the image
    readonly: no
    required: yes
    minimum: 0
    maximum: 400
    default: 10
    mutable: no
    widget: spinner