summaryrefslogtreecommitdiff
path: root/templates/default/flumotion/mpeg2-encode.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-03 00:14:04 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-03 00:14:04 +0100
commitbc55198e0ebd1fad58e8b10d9ecbdfab91edee68 (patch)
tree6b867de91916baa4c948aa903b58b388956b97c6 /templates/default/flumotion/mpeg2-encode.xml
parentminor fix (diff)
reorganized template dir
Diffstat (limited to 'templates/default/flumotion/mpeg2-encode.xml')
-rw-r--r--templates/default/flumotion/mpeg2-encode.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/default/flumotion/mpeg2-encode.xml b/templates/default/flumotion/mpeg2-encode.xml
new file mode 100644
index 0000000..05a56c4
--- /dev/null
+++ b/templates/default/flumotion/mpeg2-encode.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">ffmpegcolorspace ! ffenc_mpeg2video bitrate={{ component.properties['bitrate'] * 1000 }} quantizer=4 gop-size=1</property>
+ <clock-master>false</clock-master>
+ </component>