summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-05-07 21:30:57 +0200
committerChristian Pointner <equinox@spreadspace.org>2013-05-07 21:30:57 +0200
commit3c7369464e918598fd8b8c129c6e5953b857fb77 (patch)
treea319c6cf425c05cb8ff7318b1dce0a1aca7c448f /templates
parentadded support for mpeg2 and mpegts (diff)
switch to own converter for mjpeg
Diffstat (limited to 'templates')
-rw-r--r--templates/flumotion/default/mjpeg-encode.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/flumotion/default/mjpeg-encode.xml b/templates/flumotion/default/mjpeg-encode.xml
index 2561af3..da8947e 100644
--- a/templates/flumotion/default/mjpeg-encode.xml
+++ b/templates/flumotion/default/mjpeg-encode.xml
@@ -1,5 +1,5 @@
<component name="{{ name }}"
- type="jpeg-encoder"
+ type="pipeline-converter"
label="{{ component.desc }}"
worker="{{ component.worker }}"
project="flumotion"
@@ -7,6 +7,6 @@
<eater name="default">
<feed alias="default">{{ component.feeder }}</feed>
</eater>
- <property name="quality">{{ component.properties['bitrate'] }}</property>
+ <property name="pipeline">ffmpegcolorspace ! jpegenc quality={{ component.properties['bitrate'] }} idct-method=float</property>
<clock-master>false</clock-master>
</component>