Skip to content

GIF to PNG Sequence

Jerry Hogsett edited this page Jun 29, 2023 · 2 revisions

Screenshot 2023-03-06 162941

GIF to PNG Sequence - Use FFmpeg to convert a GIF to set of PNG frame files

How It Works

  1. Set GIF File to the path and filename of a GIF file on this server for conversion
  2. Set PNG Files Path to a path on this server for the converted PNG files
  3. Click Convert
  4. ffmpeg.exe is used to perform the conversion
  5. The Details box shows the ffmpeg.exe command line used

Important

  • ffmpeg.exe must be available on the system path
Clone this wiki locally