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

PNG Sequence to GIF - Use FFmpeg to convert a video PNG sequence to a GIF
How It Works
- Set PNG Files Path to a path on this server to the PNG files being converted
- Set GIF File to a path and filename on this server for the converted GIF
- 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.pngthroughimage999.pngthe pattern should beimage%03d.png - For files named
image00000.pngthroughimage99999.pngthe pattern should beimage%05d.png
- For files named
- Input Name Pattern can be left blank for automatic detection
- Click Convert
ffmpeg.exeis used to perform the conversion- The Details box shows the
ffmpeg.execommand line used
Important
ffmpeg.exemust 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