This is the first release of Codecast — a desktop app that turns code and narration into a synced, narrated coding video.
Features:
- Type each scene (code, narration, output) into a UI
- Multiple scenes merged into one video
- Go back and edit earlier scenes
- Choose where to save the finished video
To use: Download Codecast.exe below and run it. FFmpeg is not needed for running the exe file as it is bundled into the exe.
Or run from source: clone the repo, install requirements + ffmpeg, and run python ui.py (full steps in the README).