diff options
Diffstat (limited to 'templates/default/flumotion/mjpeg-encode.xml')
-rw-r--r-- | templates/default/flumotion/mjpeg-encode.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/default/flumotion/mjpeg-encode.xml b/templates/default/flumotion/mjpeg-encode.xml deleted file mode 100644 index da8947e..0000000 --- a/templates/default/flumotion/mjpeg-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 ! jpegenc quality={{ component.properties['bitrate'] }} idct-method=float</property> - <clock-master>false</clock-master> - </component> |