|
|
|
@ -56,7 +56,7 @@ async function ffmpeg(file) {
|
|
|
|
|
|
|
|
|
|
ffmpegProcess.stderr.on("data", function(chunk) {
|
|
|
|
|
let string = chunk.toString();
|
|
|
|
|
if (string.startsWith("frame=")) console.log(string);
|
|
|
|
|
console.log(string);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
ffmpegProcess.on("close", async function(code) {
|
|
|
|
|