/usr/share/mlt/sdl2/consumer_sdl2.yml is in libmlt-data 6.6.0-1build1.
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 53 54 55 | schema_version: 0.3
type: consumer
identifier: sdl2
title: SDL2
version: 1
copyright: Meltytech, LLC
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
- Audio
- Video
description: >
Simple DirectMedia Layer audio and video output module.
parameters:
- identifier: resolution
title: Resolution
type: string
description: The size of the window as WxH pixels.
argument: yes
required: no
- identifier: volume
title: Volume
type: float
description: Audio level factor.
mutable: yes
- identifier: video_off
title: Video off
type: integer
description: If 1, disable video output
mutable: yes
minimum: 0
maximum: 1
default: 0
widget: checkbox
- identifier: audio_off
title: Audio off
type: integer
description: If 1, disable audio output
mutable: yes
minimum: 0
maximum: 1
default: 0
widget: checkbox
- identifier: audio_buffer
title: Audio buffer
type: integer
description: Size of the sdl audio buffer.
mutable: yes
default: 2048
minimum: 128
|