ffmpeg-extract-frames
ffmpeg-extract-frames copied to clipboard
Error: ffmpeg exited with code 1
my code is
(async () => {
const extractFrames = require('ffmpeg-extract-frames')
await extractFrames({
input: './test.mp4',
output: './test/%d.png'
})
})()
help me
+) i install ffmpeg program with ffmpeg 7z file
I'm also getting this error, @SentinelJs did you find a solution?
@owen-soak, I used "fmpeg-extract-frames-quality" module to solve this issue. (Maybe?)