Add audio support in upload
This commit is contained in:
parent
3daaa19274
commit
536598cfaf
27 changed files with 325 additions and 163 deletions
|
@ -255,6 +255,7 @@ function customConfig (): CustomConfig {
|
|||
transcoding: {
|
||||
enabled: CONFIG.TRANSCODING.ENABLED,
|
||||
allowAdditionalExtensions: CONFIG.TRANSCODING.ALLOW_ADDITIONAL_EXTENSIONS,
|
||||
allowAudioFiles: CONFIG.TRANSCODING.ALLOW_AUDIO_FILES,
|
||||
threads: CONFIG.TRANSCODING.THREADS,
|
||||
resolutions: {
|
||||
'240p': CONFIG.TRANSCODING.RESOLUTIONS[ '240p' ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue