aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index f545382c8..cf9d69a62 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -296,6 +296,9 @@ user:
296 video_quota: -1 296 video_quota: -1
297 video_quota_daily: -1 297 video_quota_daily: -1
298 298
299video_channels:
300 max_per_user: 20 # Allows each user to create up to 20 video channels.
301
299# If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag 302# If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag
300# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions 303# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions
301# Please, do not disable transcoding since many uploaded videos will not work 304# Please, do not disable transcoding since many uploaded videos will not work