macong0420/video-remix-workflow — explained in plain English
Analysis updated 2026-05-18
Turn an existing video into a short commentary remix with a planned angle and script.
Generate a storyboard and asset checklist before rendering a remix.
Automatically render a confirmed plan into a final video using ffmpeg.
Keep a record of source citations, licensing notes, and footage usage limits.
| macong0420/video-remix-workflow | 920linjerry-stack/capital-studio | adya84/ha-world-cup-2026 | |
|---|---|---|---|
| Stars | 16 | 16 | 16 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 3/5 | 2/5 |
| Audience | vibe coder | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Rendering needs Python 3.10+, ffmpeg, and ffprobe installed, plus a confirmed render plan file.
video-remix-workflow is a skill for OpenAI Codex that guides a creator through producing a remixed video from an existing source. A skill in this context is a plugin that teaches an AI coding assistant how to handle a specific kind of task. When installed, you can ask Codex to take an original video and help you turn it into a new piece of content, such as a 60-second commentary. The workflow covers several stages. It starts by analyzing the source material and recording where it came from, including the original title, URL, author, and license notes. It then helps plan the remix from a chosen angle, drafts a voiceover script, builds a storyboard, and assembles a list of clips and other assets to use. Once those pieces are confirmed by the user, the workflow generates a structured plan file and passes it to a Python script that uses ffmpeg (a standard video processing tool) to assemble the final video. The tool has a built-in safety model. It limits how much of the original video's footage can appear in the remix, with a default cap of 60 percent. It requires source citations for any clips used, and blocks requests to hide sources, remove watermarks, or disguise borrowed material as original work. Source audio from the original is off by default, and voice cloning of the original host is not supported without explicit authorization. Installation involves cloning the repository into the Codex skills directory. The rendering step requires Python 3.10 or newer and ffmpeg. The README notes that no software license has been declared for this project yet.
An OpenAI Codex skill that walks a creator through planning and rendering a remixed commentary video from a source video, with built-in copyright safety limits.
Mainly Python. The stack also includes Python, ffmpeg, OpenAI Codex.
No license has been declared for this project yet, so no usage rights are granted beyond viewing the source.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.