From 0d5e46ea593b48a92f8a800d2ef633a6e8858c7b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 13 Oct 2012 15:50:34 +0200 Subject: admin account can now be configured in json file some bugfixes video encoder now use 8 threads --- templates/example/h264-encode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/example/h264-encode.xml') 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 @@ {{ component.feeder }} - ffmpegcolorspace ! x264enc bitrate={{ component.properties['bitrate'] }} profile=baseline threads=6 key-int-max=50 byte-stream=false pass=0 cabac=true bframes=0 + ffmpegcolorspace ! x264enc bitrate={{ component.properties['bitrate'] }} profile=baseline threads=8 key-int-max=50 byte-stream=false pass=0 cabac=true bframes=0 false -- cgit v1.2.3