From 55e7064977ada1bb1049552d5fce4d75375f3ddd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 7 May 2013 20:19:31 +0200 Subject: added support for mpeg2 and mpegts --- templates/flumotion/default/mpeg2-encode.xml | 12 ++++++++++++ templates/flumotion/default/mpegts-mux.xml | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 templates/flumotion/default/mpeg2-encode.xml create mode 100644 templates/flumotion/default/mpegts-mux.xml 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.feeder }} + + ffmpegcolorspace ! ffenc_mpeg2video bitrate={{ component.properties['bitrate'] * 1000 }} quantizer=4 gop-size=1 + false + diff --git a/templates/flumotion/default/mpegts-mux.xml b/templates/flumotion/default/mpegts-mux.xml new file mode 100644 index 0000000..4338fe4 --- /dev/null +++ b/templates/flumotion/default/mpegts-mux.xml @@ -0,0 +1,14 @@ + + + {{ component.feeder_audio }} +%% if component.feeder_video != 'none' + {{ component.feeder_video }} +%% endif + + false + -- cgit v1.2.3