diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index d95fdc57b..080638a13 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -124,6 +124,8 @@ user: | |||
124 | # Please, do not disable transcoding since many uploaded videos will not work | 124 | # Please, do not disable transcoding since many uploaded videos will not work |
125 | transcoding: | 125 | transcoding: |
126 | enabled: true | 126 | enabled: true |
127 | # Allow your users to upload .mkv, .mov, .avi, .flv videos | ||
128 | allow_additional_extensions: true | ||
127 | threads: 1 | 129 | threads: 1 |
128 | resolutions: # Only created if the original video has a higher resolution, uses more storage! | 130 | resolutions: # Only created if the original video has a higher resolution, uses more storage! |
129 | 240p: false | 131 | 240p: false |