Kagami / ffmpeg.js

Port of FFmpeg with Emscripten
Other
3.24k stars 329 forks source link

Error when trying to extract frames from a video #183

Open womaas opened 1 year ago

womaas commented 1 year ago

Hello. This command is not working: -i video.mp4 -vf fps=1 img%03d.png [NULL @ 0x7541f0] Unable to find a suitable output format for 'img%03d.png'

liyang9331 commented 1 year ago

image

liyang9331 commented 1 year ago

How to solve this error