Update convert.js

This commit is contained in:
Namhyeon Go 2024-05-11 02:49:47 +09:00 committed by GitHub
parent 23a0c3f01c
commit af0ee7698c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,8 @@ function convert(req,res,next) {
'-vf scale=-2:640',
'-pix_fmt yuv420p', // for FireFox, Safari
'-threads 8',
'-codec:a libfdk_aac',
//'-codec:a libfdk_aac', // non-free
'-codec:a aac',
'-b:a 128k',
];
}