This file is indexed.

/usr/share/mlt/core/transition_mix.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
schema_version: 0.1
type: transition
identifier: mix
title: Mix
version: 1
copyright: Ushodaya Enterprises Limited
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
  - Audio
description: Mix two audio tracks.
bugs:
  - Samples from the longer of the two frames are discarded.
parameters:
  - identifier: start
    title: Start
    type: float
    mutable: yes
    description: >
      The mix level to apply to the second frame. Any negative value causes an
      automatic crossfade from 0 to 1.
  - identifier: end
    title: End
    type: float
    mutable: yes
    description: >
      The ending value of the mix level. Mix level will be interpolated from
      start to end over the in-out range.
  - identifier: reverse
    title: Reverse
    type: integer
    mutable: yes
    description: >
      Set to 1 to reverse the direction of the mix.
    default: 0
    minimum: 0
    maximum: 1
    widget: checkbox