]> git.sesse.net Git - mlt/blob - src/modules/videostab/filter_videostab.yml
Fix compile error on Windows.
[mlt] / src / modules / videostab / filter_videostab.yml
1 schema_version: 0.1
2 type: filter
3 identifier: videostab
4 title: Videostab
5 copyright: Copyright (C) 2011 Marco Gittler
6 creator: Marco Gittler <<g.marco@freenet.de>
7 contributor:
8   - Dan Dennedy <dan@dennedy.org>
9 version: 0.1
10 license: GPL
11 language: en
12 url: http://vstab.sourceforge.net/ 
13 creator: Marco Gittler <g.marco@freenet.de>
14 tags:
15   - Video
16 description: Stabilize Video (for wiggly video)
17 notes: >
18   This filter requires two passes. The first pass performs analysis and stores
19   the result in the vectors property. The second pass applies the vectors to
20   the image.
21   To use with melt, use 'melt ... -consumer xml:output.mlt all=1' for the
22   first pass. For the second pass, use output.mlt as the input.
23
24 parameters:
25   - identifier: shutterangle
26     title: Shutterangle
27     type: integer
28     description: Angle that Images could be maximum rotated  
29     readonly: no
30     required: no
31     minimum: 0
32     maximum: 180
33     default: 0
34     mutable: yes
35     widget: spinner
36   - identifier: vectors
37     title: Vectors
38     type: geometry
39     description: >
40       A set of X/Y coordinates by which to adjust the image.
41       When this is not supplied, the filter computes the vectors and stores
42       them in this property when the last frame has been processed.