This file is indexed.

/usr/share/mlt/core/filter_channelcopy.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.2
type: filter
identifier: channelcopy
title: Copy Channels
version: 1
copyright: Ushodaya Enterprises Limited
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
  - Audio
description: Copy one audio channel to another.
parameters:
  - identifier: to
    title: To
    type: integer
    argument: true
    minimum: 0
    maximum: 15
    default: 1
  - identifier: from
    title: From
    type: integer
    minimum: 0
    maximum: 15
    default: 0
  - identifier: swap
    title: Swap
    description: Swap the two channels instead of duplicating the source channel.
    type: integer
    minimum: 0
    maximum: 1
    default: 0
    widget: checkbox