FrameFuseVid automatically detects and merges your Zoom cloud recording files — speaker, screen share, gallery — into a single video with customizable layouts. Privacy-first. Runs locally.
A purpose-built tool that replaces hours of manual video editing with a guided 4-step workflow.
Point to a folder and FrameFuseVid identifies screen shares, speaker views, gallery views, audio tracks, and transcripts by their naming patterns.
Picture-in-Picture, Side-by-Side, Sequential playback, and Audio Merge. Choose the layout that fits your content.
All video processing happens locally on your machine using bundled FFmpeg. No files are uploaded anywhere. Zero telemetry.
See exactly what your output will look like before processing. Drag the PIP overlay to any position and adjust its size in real time.
Import VTT or SRT transcript files from Zoom and burn captions directly into the output video for accessibility compliance.
Native builds for macOS (DMG), Windows (EXE installer), and Linux (AppImage). One codebase, three platforms.
Scan a Zoom folder or pick individual files. Auto-detection identifies each recording type.
Pick PIP, Side-by-Side, Sequential, or Audio Merge. Drag the overlay and tweak settings.
FFmpeg renders your video locally with real-time progress tracking and quality presets.
Save the combined video and open it directly or share it on your LMS, intranet, or cloud storage.
From training videos to executive comms, choose the arrangement that tells your story best.
Main screen share with a draggable speaker overlay. Adjustable size (10-50%) and position. Ideal for training and demos.
Equal 50/50 split screen showing both recordings simultaneously. Great for interviews and panel discussions.
Videos play one after another with optional subtitle burning. Perfect for multi-part recordings and caption compliance.
Replace a video's audio track with a higher-quality Zoom audio-only recording. Fix echo and noise issues.
Electron for the desktop shell, React for the UI, and FFmpeg for battle-tested video encoding — all running locally.
The only free, open-source, cross-platform tool built specifically for Zoom recordings with local processing.
| Feature | FrameFuseVid | FlexClip | iMovie | Premiere Pro |
|---|---|---|---|---|
| Local Processing | ✓ | ✕ | ✓ | ✓ |
| Cross-Platform | ✓ Mac/Win/Linux | Web only | Mac only | ✓ Mac/Win |
| Zoom Auto-Detection | ✓ | ✕ | ✕ | ✕ |
| Drag-Drop PIP | ✓ | ✕ | ✕ | ✓ |
| Live Preview | ✓ | ✓ | ✓ | ✓ |
| Caption Burning | ✓ VTT/SRT | ✓ | ✓ | ✓ |
| Free & Open Source | ✓ MIT | ✕ | Free (Mac) | $22.99/mo |
| Learning Curve | Low | Low | Medium | High |
Clone, install, and launch. Hot-reloading included for development.
# Clone the repository
git clone https://github.com/mkhalid-s/framefusevid.git
cd framefusevid
# Install dependencies
npm install
# Launch in development mode (Vite + Electron with hot-reload)
npm run dev
To build distributable packages for your platform, run npm run build:mac, npm run build:win, or npm run build:linux.
Download FrameFuseVid for free, or star the repo on GitHub to follow updates.