How to Split an Animated GIF into Frames Type in the command: convert input.gif frame%4d.png You can then manipulate each frame using imagemagick, and reassemble the frames into a gif using the first command in this guide.