/usr/share/mlt/dv/producer_libdv.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 | schema_version: 0.1
type: producer
identifier: libdv
title: libdv
version: 1
copyright: Ushodaya Enterprises Limited
creator: Charles Yates
license: LGPLv2.1
language: en
tags:
- Audio
- Video
description: A libdv based decoder for video and audio.
parameters:
- identifier: argument
title: File
type: string
required: yes
readonly: no
widget: fileopen
- identifier: quality
title: Quality
type: string
description: One of "best," "fast" or anything else chooses medium.
readonly: no
mutable: yes
widget: combo
default: best
|