Sentinel

Results 1 issues of Sentinel

my code is ```javascript (async () => { const extractFrames = require('ffmpeg-extract-frames') await extractFrames({ input: './test.mp4', output: './test/%d.png' }) })() ``` help me +) i install ffmpeg program with ffmpeg...