summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-29 22:14:22 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-29 22:14:22 +0200
commitb27274815cdda9ef98f44e343e00fd18f1e3cf5a (patch)
treec6cc8e6a1614c3695f4cc1b54dda2ef95b062696 /templates
parentadded video-resize support (diff)
added video-resize support (fixed)
Diffstat (limited to 'templates')
-rw-r--r--templates/example/video-resize.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/example/video-resize.xml b/templates/example/video-resize.xml
new file mode 100644
index 0000000..3444bc1
--- /dev/null
+++ b/templates/example/video-resize.xml
@@ -0,0 +1,12 @@
+ <component name="{{ name }}"
+ type="pipeline-converter"
+ label="{{ component.desc }}"
+ worker="{{ component.worker }}"
+ project="flumotion"
+ version="{{ globals.version }}">
+ <eater name="default">
+ <feed alias="default">{{ component.feeder }}</feed>
+ </eater>
+ <property name="pipeline">videoscale method=bilinear ! video/x-raw-yuv,width={{ component.properties['width'] }},height={{ component.properties['height'] }}</property>
+ <clock-master>false</clock-master>
+ </component>