Update convert.js
This commit is contained in:
parent
23a0c3f01c
commit
af0ee7698c
|
@ -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',
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user