I need to split my gif file to separate frames of any format (gif, png, doesnt matter).
ffmpeg -i path/to/gif -c:v gif -f image2 path/to/output$03d.gif
this command really splits gif to frames, but only first frame have a normal quality. All other frames looks like some damaged images
library I use is com.writingminds:FFmpegAndroid:0.3.2
What should Ido to get all frames with normal quality
Use