summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-09 17:52:52 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-09 17:52:52 +0200
commit15b356c687a8fc5a18dd5603edb2f9c0d7d083d7 (patch)
tree6ac8d9717024ea64eea08d2f144008326e73f5b3 /templates
parentfixed README (diff)
disabled nonstandard vp8enc parameter
Diffstat (limited to 'templates')
-rw-r--r--templates/flumotion/default/vp8-encode.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/flumotion/default/vp8-encode.xml b/templates/flumotion/default/vp8-encode.xml
index 13c1999..79dfdc9 100644
--- a/templates/flumotion/default/vp8-encode.xml
+++ b/templates/flumotion/default/vp8-encode.xml
@@ -8,6 +8,6 @@
<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 buf-sz=100 buf-optimal-sz=100 buf-initial-sz=100</property>
+ <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>