]> git.sesse.net Git - mlt/blob - src/modules/avsync/consumer_blipflash.yml
5c8f40e5098f900c526e36590fd31866c7bd95b2
[mlt] / src / modules / avsync / consumer_blipflash.yml
1 schema_version: 0.1
2 type: consumer
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   - Video
12   - Audio
13 description: >
14   Calculate the A/V sync for a blip flash source. 
15   Sync can be recalculated whenever a blip or a flash is detected.
16 parameters:
17   - identifier: argument
18     title: Report File
19     type: string
20     description: >
21       The file to report the results to. If empty, the results will be reported to standard out.
22     required: no
23     widget: filesave
24   - identifier: report
25     title: Report Style
26     type: string
27     description: >
28       When to report sync - every frame or only when blips occur.
29     default: blip
30     values:
31       - blip
32       - frame
33     mutable: yes
34     widget: combo