From 227d02feadbc9b1fc916a12528ccc0623fb3069e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 May 2017 22:02:27 +0200 Subject: Server: add job scheduler to transcode video files --- config/default.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index a5ac15794..27eb2a533 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -28,3 +28,9 @@ admin: signup: enabled: false + +# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag +# Uses a lot of CPU! +transcoding: + enabled: true + threads: 2 -- cgit v1.2.3