WebM from Image Sequence (Legacy)
Generate WebM videos from image sequences using FFmpeg
Always exercise caution when copying and executing commands from the internet.
Image Sequence Settings
Will be combined with %05d (e.g., 00001-frame.png, 00002-frame.png...)
Video Encoding
Lower = better quality/larger file
Output Settings
Operating system
Optional
Use this if your files don't follow the standard %05d + suffix pattern
Helps suppress warnings during encoding
please use the controls above to generate the ffmpeg command
Copied!
Usage Instructions
- Place all your images in a single directory with sequential numbering (00001, 00002, etc.)
- Enter the filename suffix (e.g., "-frame.png" for files like 00001-frame.png)
- Configure the frame rate, quality (CRF), and output filename above
- Copy the generated command
- Navigate to your image directory in a terminal
- Paste and execute the command
Filename Examples:
- Suffix
-frame.png→ 00001-frame.png, 00002-frame.png, 00003-frame.png... - Suffix
.jpg→ 00001.jpg, 00002.jpg, 00003.jpg... - Custom pattern
img-%03d.png→ img-001.png, img-002.png, img-003.png...