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 37ef4366f..9c9fd93dd 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -174,6 +174,8 @@ transcoding: | |||
174 | enabled: true | 174 | enabled: true |
175 | # Allow your users to upload .mkv, .mov, .avi, .flv videos | 175 | # Allow your users to upload .mkv, .mov, .avi, .flv videos |
176 | allow_additional_extensions: true | 176 | allow_additional_extensions: true |
177 | # If a user uploads an audio file, PeerTube will create a video by merging the preview file and the audio file | ||
178 | allow_audio_files: true | ||
177 | threads: 1 | 179 | threads: 1 |
178 | resolutions: # Only created if the original video has a higher resolution, uses more storage! | 180 | resolutions: # Only created if the original video has a higher resolution, uses more storage! |
179 | 240p: false | 181 | 240p: false |