This file is indexed.

/usr/share/mlt/jackrack/filter_jackrack.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
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
schema_version: 0.1
type: filter
identifier: jackrack
title: JACK
version: 1
copyright: Copyright (C) 2004-2011 Ushodaya Enterprises Limited
license: GPLv2
language: en
url: http://www.ladspa.org/
creator: Dan Dennedy
tags:
  - Audio
description: Process audio using JACK.
notes: >
  This can be used to receive audio from JACK by connecting only input ports.
  It can be used to output audio to JACK by connecting only the output ports.
  Or, you can use it as a filter with something like JACK Rack by connecting
  both output and input ports to send and receive.
  You can configure as many channels as you need and repeat the in_1/out_1
  pattern for as many channels as you have configured.
  If you are using a MLT consumer that uses ALSA, then you should start
  jackd with the dummy driver, e.g.: jackd -ddummy -r48000 -p2048.
  The MLT JACK client name uses the format: mlt{pid}.
bugs:
  - >
    MLT cannot automatically adapt to the sample rate at which JACK is configured.
    Please make sure they are configured the same.
  - Does not automatically reconfigure to the number of channels requested by consumer.
  - Some effects have a temporal side-effect that may not work well.

parameters:
  - identifier: argument
    title: JACK Rack file
    type: string
    description: >
      Creates JACK ports and runs a JACK Rack project to process audio
      through a stack of LADSPA filters.
  - identifier: src
    title: JACK Rack file
    type: string
  - identifier: channels
    title: Channels
    type: integer
    minimum: 1
    default: 2
  - identifier: in_1
    title: Receive L
    type: string
  - identifier: in_2
    title: Receive R
    type: string
  - identifier: out_1
    title: Send L
    type: string
  - identifier: out_2
    title: Send R
    type: string