PNG Sequence to GIF - jhogsett/EMA-VFI-WebUI GitHub Wiki

Screenshot 2023-03-06 162821

PNG Sequence to GIF - Use FFmpeg to convert a video PNG sequence to a GIF

How It Works

  1. Set PNG Files Path to a path on this server to the PNG files being converted
  2. Set GIF File to a path and filename on this server for the converted GIF
  3. Set Input Name Pattern according to the format of the input PNG filenames
    • Files should all have the same base filename + a fixed-width frame index starting at 0
    • Examples:
      • For files named image000.png through image999.png the pattern should be image%03d.png
      • For files named image00000.png through image99999.png the pattern should be image%05d.png
    • Input Name Pattern can be left blank for automatic detection
  4. Click Convert
  5. ffmpeg.exe is used to perform the conversion
  6. The Details box shows the ffmpeg.exe command line used

Important

  • ffmpeg.exe must be available on the system path
  • Resequence Files can be used to renumber a PNG sequence
  • The Video Preview tab on the Video Blender page can be used to watch a preview video of a set of PNG files