Analysis updated 2026-05-18
Download and sync all POV clips from a group Twitch stream for a multi-perspective highlight edit.
Export a Premiere Pro or DaVinci Resolve timeline with every collaborator's angle pre-aligned.
Download a specific time slice from a long multi-hour VOD without fetching the whole recording.
Compile footage from a mixed Twitch and YouTube collaborative stream into one organized clip folder.
| nicolaysj/livestreamsync | abidoo22/pixelorama-mcp | aditya-pandey/slate | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | general | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
macOS requires a one-time security bypass on first launch since the app is not yet code-signed.
This is a desktop application for video editors who work with multi-person livestreams. You give it one reference VOD from Twitch or YouTube, a start and stop time within that recording, and a list of streamers who were live at the same moment. The tool then finds every collaborator's VOD covering the same real-world time window, downloads just that clip at the quality you choose, and lines all the clips up to the anchor recording. It also creates an optional timeline file you can drag straight into Adobe Premiere Pro or DaVinci Resolve. Without this tool, assembling a multi-perspective edit means hunting down each person's VOD separately, scrubbing to the right moment, trimming, and aligning everything by hand. LivestreamSync automates the whole sequence in a few clicks. The sync is based on wall-clock timestamps from each platform rather than audio-waveform matching or manual adjustment, so mixed Twitch-and-YouTube jobs line up without extra steps. YouTube start times are approximate and flagged in the interface with a tilde symbol, Twitch timestamps are precise. The app ships with ffmpeg and yt-dlp bundled inside, so nothing else needs to be installed. Each streamer's clip downloads independently, with live progress shown per lane. If a streamer was offline, deleted the VOD, or had it set to subscribers only, that person is reported with a reason and skipped without stopping the rest of the run. A visual lane chart shows how every angle aligns before you commit to downloading. The application is available as a Windows installer and a macOS disk image for Apple Silicon. It is free and open source under the MIT license. Intel Macs are not yet supported. The first launch on macOS requires a one-time security step because the app is not yet code-signed, and the README explains exactly how to allow it. For developers, the stack is Electron, React, TypeScript, and Vite, with a headless TypeScript engine that can also run from the command line. A DESIGN.md file in the repository covers the architecture and a public roadmap.
A free desktop app that finds, downloads, and time-aligns every streamer's POV clip for the same broadcast moment, then exports a ready-to-edit Premiere or DaVinci Resolve timeline.
Mainly TypeScript. The stack also includes TypeScript, Electron, React.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.