From a5a1690d082701ab4bb28d5f9b4c894a16ca15b2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 23 May 2022 09:25:40 +0200 Subject: Improve video studio comment --- config/default.yaml | 1 + config/production.yaml.example | 1 + 2 files changed, 2 insertions(+) diff --git a/config/default.yaml b/config/default.yaml index a27ffba02..689f81343 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -461,6 +461,7 @@ live: video_studio: # Enable video edition by users (cut, add intro/outro, add watermark etc) + # If enabled, users can create transcoding tasks as they wish enabled: false import: diff --git a/config/production.yaml.example b/config/production.yaml.example index 754b1b8a8..6db43fccf 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -469,6 +469,7 @@ live: video_studio: # Enable video edition by users (cut, add intro/outro, add watermark etc) + # If enabled, users can create transcoding tasks as they wish enabled: false import: -- cgit v1.2.3