Update extract.js
This commit is contained in:
parent
d63bb584be
commit
a058ff073c
|
@ -51,7 +51,6 @@ function extract(req,res,next) {
|
|||
case "1":
|
||||
ffmpegParams.outputOptions.push(`-vf fps=${fps}`);
|
||||
ffmpegParams.outputOptions.push(`-f image2`);
|
||||
ffmpegParams.outputOptions.push(`-vframes 1`);
|
||||
break;
|
||||
default:
|
||||
ffmpegParams.outputOptions.push(`-vf fps=${fps}`);
|
||||
|
|
Loading…
Reference in New Issue
Block a user