summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/mpeg2-encode.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-05-07 20:19:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2013-05-07 20:19:31 +0200
commit55e7064977ada1bb1049552d5fce4d75375f3ddd (patch)
tree7d1a22e58380b475cf9e247147744950be95920f /templates/flumotion/default/mpeg2-encode.xml
parentlower audio bitrate for hls mini streams (diff)
added support for mpeg2 and mpegts
Diffstat (limited to 'templates/flumotion/default/mpeg2-encode.xml')
-rw-r--r--templates/flumotion/default/mpeg2-encode.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/flumotion/default/mpeg2-encode.xml b/templates/flumotion/default/mpeg2-encode.xml
new file mode 100644
index 0000000..05a56c4
--- /dev/null
+++ b/templates/flumotion/default/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>