This file is indexed.

/usr/share/mlt/core/transition_region.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
schema_version: 0.1
type: transition
identifier: region
title: Regionalize
version: 1
copyright: Ushodaya Enterprises Limited
creator: Charles Yates
license: LGPLv2.1
language: en
tags:
  - Video
description: >
  Apply zero or more filters to B frame as it is composited onto a region of
  the A frame. The "shape" of the region can be defined by the alpha channel
  of a third producer.
parameters:
  - identifier: argument
    title: Shape producer
    type: string
    description: >
      The default shape is a rectangle, "circle" is a pixbuf-generated SVG
      circle, anything else is loaded by the factory.
  - identifier: factory
    title: Factory
    type: string
    description: >
      The service that creates the shape producer.
    default: loader
  - identifier: filter[N]
    title: Filter
    type: string
    description: >
      One or more filters to apply. All filter properties are passed using the
      same filter "key".
  - identifier: composite.*
    title: Composite
    type: properties
    service-name: transition.composite
    description: >
      Properties may be set on the encapsulated composite transition.
      
      e.g.: composite.valign=c
      
      See "composite" transition for details.
    readonly: no
  - identifier: filter_only
    title: Use region for filtering only
    type: integer
    minimum: 0
    maximum: 1
    default: 0
    widget: checkbox