summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/vp8-encode.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flumotion/default/vp8-encode.xml')
-rw-r--r--templates/flumotion/default/vp8-encode.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/flumotion/default/vp8-encode.xml b/templates/flumotion/default/vp8-encode.xml
deleted file mode 100644
index 79dfdc9..0000000
--- a/templates/flumotion/default/vp8-encode.xml
+++ /dev/null
@@ -1,13 +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 ! vp8enc bitrate={{ component.properties['bitrate'] * 1000 }} threads=8 max-keyframe-distance=50 speed=5 mode=1</property>
- <clock-master>false</clock-master>
- </component>