Update convert.js

This commit is contained in:
Namhyeon Go 2024-05-11 21:37:27 +09:00 committed by GitHub
parent 1f86ecc27b
commit a49f6dab7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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