~/ffmpeg.party
[ TOOL · T/09 ]

WebM from image sequence

Generate two-pass FFmpeg commands to convert image sequences into WebM video

Legacy tool. For new projects consider the AV1 wizard for better compression.

01IMAGE SEQUENCE
numbered files in a directory
combined with %05d · e.g. 00001-frame.png

02VIDEO ENCODING
vp9 · 2-pass
default 31 · lower = better quality / larger file

03OUTPUT
filename + null target
operating system

04OPTIONAL
custom pattern · thread queue
overrides suffix if files don't follow %05d + suffix
helps suppress warnings during encoding

about · usage

Generates a two-pass FFmpeg command to convert image sequences into WebM videos using the VP9 codec. Originally created to simplify video generation from Stable Diffusion outputs and other image-sequence workflows.

How to use

  1. Place all your images in a single directory with sequential numbering (00001, 00002, etc.)
  2. Enter the filename suffix (e.g. -frame.png for files like 00001-frame.png)
  3. Configure frame rate, quality (CRF), and output filename above
  4. Copy the generated command
  5. Navigate to your image directory in a terminal
  6. Paste and execute the command

Filename examples

  • suffix -frame.png00001-frame.png, 00002-frame.png, …
  • suffix .jpg00001.jpg, 00002.jpg, …
  • custom img-%03d.pngimg-001.png, img-002.png, …

$ ffmpeg-command
please use the controls to generate the ffmpeg command
copied!