This tool turns a recording (or a link) into a clean transcript, a trimmed video, vertical clips, and drafted social posts. It runs as a local/server app - it needs ffmpeg and Whisper, so it does not run on Vercel's serverless platform.
Run it yourself:
git clone https://github.com/bettercallzaal/ZAOVideoEditor cd ZAOVideoEditor ./run.sh # local, opens http://localhost:8000 # or: docker compose up -d (shared instance - see DEPLOY.md)
Code + docs: github.com/bettercallzaal/ZAOVideoEditor