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 27952d048..fcbbf17e8 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -180,6 +180,8 @@ transcoding: | |||
180 | enabled: true | 180 | enabled: true |
181 | # Allow your users to upload .mkv, .mov, .avi, .flv videos | 181 | # Allow your users to upload .mkv, .mov, .avi, .flv videos |
182 | allow_additional_extensions: true | 182 | allow_additional_extensions: true |
183 | # If a user uploads an audio file, PeerTube will create a video by merging the preview file and the audio file | ||
184 | allow_audio_files: true | ||
183 | threads: 1 | 185 | threads: 1 |
184 | resolutions: # Only created if the original video has a higher resolution, uses more storage! | 186 | resolutions: # Only created if the original video has a higher resolution, uses more storage! |
185 | 240p: false | 187 | 240p: false |