This file is indexed.

/usr/share/mlt/core/producer_consumer.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
schema_version: 0.1
type: producer
identifier: consumer
title: Consumer as Producer
version: 2
copyright: Ushodaya Enterprises Limited
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
  - Audio
  - Video
parameters:
  - identifier: argument
    title: File/URL
    type: string
    description: A file name, URL, or producer name.
    required: yes

  - identifier: profile
    title: Profile
    type: string
    description: >
      The name of a MLT profile with which to load the resource. This defaults
      to the composition's profile, but could be overridden by the profile
      in MLT XML. Also, the value "auto" triggers profile detection.

  - identifier: autoprofile
    title: Auto-profile
    type: integer
    description: Generate a new, custom profile from the encapsulated resource.
    minimum: 0
    maximum: 1
    default: 0