ffmpeg-extract-frames icon indicating copy to clipboard operation
ffmpeg-extract-frames copied to clipboard

Error: ffmpeg exited with code 1

Open SentinelJs opened this issue 3 years ago • 2 comments

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

SentinelJs avatar Apr 23 '21 11:04 SentinelJs

I'm also getting this error, @SentinelJs did you find a solution?

owen-soak avatar May 13 '22 15:05 owen-soak

@owen-soak, I used "fmpeg-extract-frames-quality" module to solve this issue. (Maybe?)

SentinelJs avatar May 14 '22 01:05 SentinelJs