This file is indexed.

/usr/share/mlt/core/filter_mono.yml is in libmlt-data 0.9.0-3.

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
schema_version: 0.1
type: filter
identifier: mono
title: Mixdown
version: 1
copyright: Ushodaya Enterprises Limited
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
  - Audio
description: >
  Mix all channels of audio into a mono signal and output it as N channels.
parameters:
  - identifier: argument
    title: channels
    type: integer
    description: >
      Set the number of output channels.
      The default is automatic based on consumer request.
    required: no
    minimum: 1