Whitelist m4a/aac for ffmpeg
This commit is contained in:
parent
041d50cb23
commit
d21943ecc7
6 changed files with 10 additions and 5 deletions
|
|
@ -20,7 +20,8 @@ var acceptedCodecs = {
|
|||
|
||||
var acceptedAudioCodecs = {
|
||||
"mp3": true,
|
||||
"vorbis": true
|
||||
"vorbis": true,
|
||||
"aac": true
|
||||
};
|
||||
|
||||
var audioOnlyContainers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue