This file is indexed.

/usr/share/mlt/avsync/consumer_blipflash.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
schema_version: 0.1
type: consumer
identifier: blipflash
title: Blip Flash
version: 1
copyright: Brian Matherly
creator: Brian Matherly
license: LGPLv2.1
language: en
tags:
  - Video
  - Audio
description: >
  Calculate the A/V sync for a blip flash source. 
  Sync can be recalculated whenever a blip or a flash is detected.
parameters:
  - identifier: argument
    title: Report File
    type: string
    description: >
      The file to report the results to. If empty, the results will be reported to standard out.
    required: no
    widget: filesave
  - identifier: report
    title: Report Style
    type: string
    description: >
      When to report sync - every frame or only when blips occur.
    default: blip
    values:
      - blip
      - frame
    mutable: yes
    widget: combo