Frames in, video out
FFmpeg can read numbered image sequences as if they were video. Useful for AI-generated frames, stop-motion, vfx renders, screenshots assembled into a timelapse.
The pattern: -framerate N -i 'frame_%04d.png'. The %04d is printf-style: frame_0001.png, frame_0002.png, …