Self-hosted AI video clipper (Opus Clip alternative)
Go to file
Jeff Emmett e1d9085396 feat: inline video previews and caption rendering with style options
- Replace download links with inline <video> players for clip preview
- Add clip download endpoint separate from inline preview
- Add caption style options: TikTok, Hormozi, Karaoke, Minimal, None
- Implement ASS subtitle generation from word-level Whisper timestamps
- Render pipeline: aspect ratio conversion + burned-in captions via FFmpeg
- Add render preview endpoint for inline playback of rendered clips
- Add fonts to Docker image for subtitle rendering

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 02:11:20 +00:00
backend feat: inline video previews and caption rendering with style options 2026-02-10 02:11:20 +00:00
database feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00
frontend feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00
wireguard Reverse WireGuard architecture: server on Netcup, client at home 2026-02-09 20:06:04 +00:00
.env.example feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00
.gitignore Add WireGuard tunnel for YouTube downloads through residential IP 2026-02-09 19:58:39 +00:00
docker-compose.yml Connect WG to traefik-public for direct Whisper access 2026-02-09 20:16:25 +00:00