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
ffmpeg -i path/to/gif -vsync 0 path/to/output%03d.png
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With