This file is indexed.

/usr/share/mlt/plus/filter_sepia.yml is in libmlt-data 6.4.1-4.

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
schema_version: 0.1
type: filter
identifier: sepia
title: Sepia
version: 1
copyright: Meltytech, LLC
creator: Charles Yates
license: LGPLv2.1
language: en
tags:
  - Video
description: >
  Apply a color tint. Default values give a sepia tone like an old photograph.
parameters:
  - identifier: u
    type: integer
    title: Yellow-Blue
    minimum: 0
    maximum: 255
    default: 75

  - identifier: v
    type: integer
    title: Cyan-Red
    minimum: 0
    maximum: 255
    default: 150