summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/mpeg2-encode.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flumotion/default/mpeg2-encode.xml')
-rw-r--r--templates/flumotion/default/mpeg2-encode.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/flumotion/default/mpeg2-encode.xml b/templates/flumotion/default/mpeg2-encode.xml
deleted file mode 100644
index 05a56c4..0000000
--- a/templates/flumotion/default/mpeg2-encode.xml
+++ /dev/null
@@ -1,12 +0,0 @@
- <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>