mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Merge branch 'feature/audio-upload' into develop
This commit is contained in:
@@ -180,6 +180,8 @@ transcoding:
|
||||
enabled: true
|
||||
# Allow your users to upload .mkv, .mov, .avi, .flv videos
|
||||
allow_additional_extensions: true
|
||||
# If a user uploads an audio file, PeerTube will create a video by merging the preview file and the audio file
|
||||
allow_audio_files: true
|
||||
threads: 1
|
||||
resolutions: # Only created if the original video has a higher resolution, uses more storage!
|
||||
240p: false
|
||||
|
||||
@@ -188,6 +188,8 @@ transcoding:
|
||||
enabled: true
|
||||
# Allow your users to upload .mkv, .mov, .avi, .flv videos
|
||||
allow_additional_extensions: true
|
||||
# If a user uploads an audio file, PeerTube will create a video by merging the preview file and the audio file
|
||||
allow_audio_files: true
|
||||
threads: 1
|
||||
resolutions: # Only created if the original video has a higher resolution, uses more storage!
|
||||
240p: false
|
||||
|
||||
@@ -31,3 +31,4 @@ signup:
|
||||
transcoding:
|
||||
enabled: true
|
||||
allow_additional_extensions: true
|
||||
allow_audio_files: true
|
||||
|
||||
@@ -55,6 +55,7 @@ signup:
|
||||
transcoding:
|
||||
enabled: true
|
||||
allow_additional_extensions: false
|
||||
allow_audio_files: false
|
||||
threads: 2
|
||||
resolutions:
|
||||
240p: true
|
||||
|
||||
Reference in New Issue
Block a user