]> git.sesse.net Git - mlt/blob - src/modules/plus/producer_blipflash.yml
Initial implementation of producer_qtext
[mlt] / src / modules / plus / producer_blipflash.yml
1 schema_version: 0.1
2 type: producer
3 identifier: blipflash
4 title: Blip Flash
5 version: 1
6 copyright: Brian Matherly
7 creator: Brian Matherly
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Video
13 description: >
14   Generate periodic synchronized audio blips and video flashes. 
15   Blips are a 1kHz tone and last the duration of the flash frame.
16 parameters:
17   - identifier: period
18     title: Flash Period
19     type: integer
20     description: >
21       The period between flashes in seconds.
22     default: 1
23     readonly: no
24     mutable: yes
25     widget: spinner
26   - identifier: offset
27     title: Audio Offset
28     type: integer
29     description: >
30       The number of frames to offset the audio. 
31       A positive number results in audio earlier than video. 
32       An negative number results in audio later than video. 
33     default: 0
34     readonly: no
35     mutable: yes
36     widget: spinner