This file is indexed.

/usr/share/mlt/core/filter_panner.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
62
63
64
65
66
67
68
69
70
71
72
73
74
schema_version: 0.2
type: filter
identifier: panner
title: Audio Pan
version: 2
copyright: Ushodaya Enterprises Limited
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
  - Audio
description: Pan an audio channel, adjust balance, or adjust fade.
notes: Only handles up to 6 channels. Needs more work balance for surround and other channel layouts.
parameters:
  - identifier: start
    title: Start
    description: >
      The position of the audio relative to its neighbor channel. For example,
      when channel is set to 0 for left, then start 0 is full left, 0.5 is
      center, and 1.0 is full right.
       
      If value for property "split" is set value of this property is discarded.
    type: float
    argument: true
    mutable: yes
    minimum: 0
    maximum: 1

  - identifier: end
    title: End
    description: >
      The ending value of the audio position. It will be interpolated from
      start to end over the in-out range.
       
      If value for property "split" is set value of this property is discarded.
    type: float
    mutable: yes
    minimum: 0
    maximum: 1

  - identifier: channel
    title: Channel
    type: integer
    description: >
      For stereo: 0 for front left, 1 for front right, -1 for front balance.
      For quad: 2 for back left, 3 for back right, -2 for rear balance,
      -3 for left fade, -4 for right fade.
    minimum: -4
    maximum: 5
    default: -1

  - identifier: gang
    title: Gang
    description: >
      Whether to gang together the front and back when using balance or to
      gang together the left and right when using fade.
    type: integer
    minimum: 0
    maximum: 1
    default: 0
    widget: checkbox

  - identifier: split
    title: Split
    description: >
      The animated position of the audio relative to its neighbor channel. For example,
      when channel is set to 0 for left, then start 0 is full left, 0.5 is
      center, and 1.0 is full right.
       
      If this value is set, values for properties "start" and "end" are discarded.
    type: float
    mutable: yes
    minimum: 0
    maximum: 1