This file is indexed.

/usr/share/mlt/plus/producer_blipflash.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
schema_version: 0.1
type: producer
identifier: blipflash
title: Blip Flash
version: 1
copyright: Brian Matherly
creator: Brian Matherly
license: LGPLv2.1
language: en
tags:
  - Audio
  - Video
description: >
  Generate periodic synchronized audio blips and video flashes. 
  Blips are a 1kHz tone and last the duration of the flash frame.
parameters:
  - identifier: period
    title: Flash Period
    type: integer
    description: >
      The period between flashes in seconds.
    default: 1
    readonly: no
    mutable: yes
    widget: spinner
  - identifier: offset
    title: Audio Offset
    type: integer
    description: >
      The number of frames to offset the audio. 
      A positive number results in audio earlier than video. 
      An negative number results in audio later than video. 
    default: 0
    readonly: no
    mutable: yes
    widget: spinner