We are excited to announce the open-source release of FrameFuseVid, a desktop application designed to solve one of the most persistent pain points of remote work: managing multiple Zoom cloud recording files.

The Problem

If you have ever recorded a Zoom meeting with cloud recording enabled, you know the drill. You end up with a folder full of separate files:

Combining these into a single watchable video traditionally means downloading everything, importing into a complex video editor like Premiere or Final Cut, syncing timelines, and manually arranging layouts. Most people just skip this step entirely.

"There's no capability to combine two recordings on Zoom. In general, this would require downloading the two files and using some other video editor to combine them."
— Zoom Community Forums

This is not a niche problem. With 300 million daily active Zoom users and 59% of employees spending 5+ hours per week in video meetings, the volume of fragmented recordings is enormous. Industry analysts estimate enterprises face a $42 billion training video crisis due to unusable recording libraries.

Our Solution

FrameFuseVid automates the entire workflow into four simple steps:

1 Select Files Auto-detect types 2 Choose Layout PIP, Side-by-Side, ... 3 Process FFmpeg encoding 4 Export Save & share
  1. Detects your files automatically — point it to your Zoom recording folder and it identifies which file is which based on naming patterns.
  2. Lets you choose a layout — Picture-in-Picture, Side-by-Side, Sequential, or Audio Merge. See a live preview before committing.
  3. Processes locally — your recordings never leave your computer. FFmpeg runs locally and renders the final video.
  4. Exports a single file — MP4, MKV, or MOV. Share it on your LMS, cloud storage, or intranet.

Key Features

Who Is This For?

FrameFuseVid is built for anyone who records Zoom meetings and needs a better way to combine and share them:

Why Open Source?

We believe tools that handle sensitive corporate recordings should be transparent and inspectable. By releasing FrameFuseVid under the MIT license, we enable:

Get Started

Download the latest release from GitHub Releases, or build from source:

bash Terminal
git clone https://github.com/mkhalid-s/framefusevid.git
cd framefusevid
npm install
npm run dev

We are looking forward to your feedback. Open an issue, start a discussion, or submit a pull request.

View on GitHub