]> git.sesse.net Git - mlt/blob - src/modules/core/producer_loader.yml
Remove unused string.h include
[mlt] / src / modules / core / producer_loader.yml
1 schema_version: 0.1
2 type: producer
3 identifier: loader
4 title: Loader
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Video
13   - Hidden
14 description: >
15   This producer has two roles:
16   
17   1. it handles the mappings of all file names to the other producers;
18   
19   2. it attaches normalising filters (rescale, resize and resample) to the 
20   producers (when necessary).
21   
22   This producer simplifies many aspects of use. Essentially, it ensures that a 
23   consumer will receive images and audio precisely as they request them. 
24 parameters:
25   - identifier: argument
26     title: File/URL
27     type: string
28     description: The file for the producer to be based on.
29     required: no
30     readonly: no
31     default: unset
32     widget: fileopen