summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-13 15:50:34 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-13 15:50:34 +0200
commit0d5e46ea593b48a92f8a800d2ef633a6e8858c7b (patch)
tree00f46ffce906a98f8a449fc61636a43adfac7403 /templates
parentdeployment and start, stop, restart work now (diff)
admin account can now be configured in json file
some bugfixes video encoder now use 8 threads
Diffstat (limited to 'templates')
-rw-r--r--templates/example/h264-encode.xml2
-rw-r--r--templates/example/vp8-encode.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/example/h264-encode.xml b/templates/example/h264-encode.xml
index 9e85b0d..ba8b136 100644
--- a/templates/example/h264-encode.xml
+++ b/templates/example/h264-encode.xml
@@ -7,6 +7,6 @@
<eater name="default">
<feed alias="default">{{ component.feeder }}</feed>
</eater>
- <property name="pipeline">ffmpegcolorspace ! x264enc bitrate={{ component.properties['bitrate'] }} profile=baseline threads=6 key-int-max=50 byte-stream=false pass=0 cabac=true bframes=0</property>
+ <property name="pipeline">ffmpegcolorspace ! x264enc bitrate={{ component.properties['bitrate'] }} profile=baseline threads=8 key-int-max=50 byte-stream=false pass=0 cabac=true bframes=0</property>
<clock-master>false</clock-master>
</component>
diff --git a/templates/example/vp8-encode.xml b/templates/example/vp8-encode.xml
index 8c3fc1c..424295f 100644
--- a/templates/example/vp8-encode.xml
+++ b/templates/example/vp8-encode.xml
@@ -9,6 +9,6 @@
</eater>
<property name="keyframe-maxdistance">50</property>
<property name="bitrate">{{ component.properties['bitrate'] * 1000 }}</property>
- <property name="threads">6</property>
+ <property name="threads">8</property>
<clock-master>false</clock-master>
</component>