Quick Sequence
image sequence to video exporter
Quick Sequence is a simple web app to turn a sequence of images into a video. I wanted something fast, private, easy to use, and free, so I built the simplest version of that idea.
Drag in your images, tweak the export settings, and render directly in the browser.
- Fast, local, and private: The export happens in your browser. Your images are not uploaded, saved, or processed on a server.
- Smart codec detection: It picks the best available codec for your browser, using H.264 MP4 or VP9 WebM when possible.
- High-quality rendering: Canvas rendering is tuned for crisp exports with high bitrate output.
- Adjustable settings: Control format, encoding, and scale to match the result you want.
- Open-source: The code is available on GitHub.
I talk more about the idea and development of Quick Sequence at seblavoie.dev/quick-sequence.