summaryrefslogtreecommitdiff
path: root/templates/flumotion
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-09-26 15:54:48 +0200
committerChristian Pointner <equinox@spreadspace.org>2013-09-26 15:54:48 +0200
commit2d95810c5efde9c5e757a80c5d73e0df04003a98 (patch)
tree695b5fb18a3a0a33abbe7c0907689cb6020ed456 /templates/flumotion
parentadded www for esc stream (diff)
added support for opus (untested)
Diffstat (limited to 'templates/flumotion')
-rw-r--r--templates/flumotion/default/opus-encode.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/flumotion/default/opus-encode.xml b/templates/flumotion/default/opus-encode.xml
new file mode 100644
index 0000000..531bd84
--- /dev/null
+++ b/templates/flumotion/default/opus-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">audioconvert ! opusenc audio=true bitrate={{ component.properties['bitrate'] * 1000 }}</property>
+ <clock-master>false</clock-master>
+ </component>