It works even if you give it the gif file?
Discussion
Working on breaking it down frame by frame
ffmpeg -i input.gif output%04d.png
That but on a single line
It works even if you give it the gif file?
Working on breaking it down frame by frame
ffmpeg -i input.gif output%04d.png
That but on a single line