An addon to speed up the rendering workflow where image sequences of rendered frames can be converted to video within the same Blender file you're working on, without any setup required.
The addon reads your render framerate, resolution, and render output folder, then presents quick options for video encoding. It can use FFmpeg if installed, or launch a headless Blender process and render using Blender's own video encoder.
The addon mimics Blender's native video rendering and can preserve alpha channel for compatible formats. It's useful for working with rendered image frames and quickly converting them to videos to share or use.
- Download the latest release (the
image_sequence_to_videofolder as a zip) - Open Blender and go to Edit > Preferences > Add-ons
- Click Install... and select the downloaded zip file
- Enable the addon by checking the checkbox
Access the addon from:
- Render Properties panel (camera icon) > Image Sequence to Video section
- Render menu > Image Sequence to Video
Click Convert Image Sequence, browse to your image sequence (select any file in the sequence), configure settings, and convert.
When FFmpeg is installed and detected, you can use it for direct, fast encoding.
Use Blender's Video Sequence Editor for encoding when you need color management options or don't have FFmpeg installed.
The panel shows real-time progress during conversion.
When done, quickly open the video or output folder directly from the panel.
- Dual Encoder Support: FFmpeg for speed, Blender VSE for full control
- Codecs: H.264/MP4, VP9/WebM, AV1/WebM, ProRes/MOV
- Auto-detection: Reads your scene's framerate and render output path
- Alpha preservation: WebM and ProRes formats support transparency
- Output versioning: Never overwrites existing files
- Color management: View transform, look modifiers, exposure/gamma (Blender mode)
- Cross-platform: Windows, macOS, Linux
After conversion, files are organized as:
your_render_folder/
├── frame_0001.png
├── frame_0002.png
├── ...
├── videos/
│ └── frame_v001.mp4
└── setup_files/
└── frame_v001_setup.blend
- Blender 5.0 or later
- FFmpeg (optional, for fast encoding)
- Windows: Download from ffmpeg.org and add to PATH
- macOS:
brew install ffmpeg - Linux:
sudo apt install ffmpeg
FFmpeg not found: Install FFmpeg and add it to your system PATH, or use the Blender encoder.
Conversion seems stuck: Check the System Console (Window > Toggle System Console) for progress details.
Alpha not preserved: Use VP9/WebM or ProRes codec and enable "Preserve Transparency".
GNU General Public License v3.0. See LICENSE for details.






