summaryrefslogtreecommitdiff
path: root/templates/default/flumotion/aac-encode.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default/flumotion/aac-encode.xml.j2')
-rw-r--r--templates/default/flumotion/aac-encode.xml.j212
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/default/flumotion/aac-encode.xml.j2 b/templates/default/flumotion/aac-encode.xml.j2
new file mode 100644
index 0000000..950f144
--- /dev/null
+++ b/templates/default/flumotion/aac-encode.xml.j2
@@ -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 ! voaacenc bitrate={{ component.properties['bitrate'] * 1000 }}</property>
+ <clock-master>false</clock-master>
+ </component>