n0x-content
n0x-content
Headless video compositing pipeline for kinetic marketing videos.
Drop footage, images, and audio into a project. Get a beat-synced MP4 out the other side. Built so I can generate promo videos without opening a timeline editor or trying to teach myself davinci resolve.
Quick start
./scripts/install_deps.sh
./bootstrap.sh my-video
cp soundtrack.mp3 projects/my-video/audio/
cp *.mp4 projects/my-video/raw_footage/
cp logo.png projects/my-video/overlays/
What it does
- Cuts snap to audio transients
- Brutalist aesthetic: kinetic typography, harsh cuts, high contrast
- Per-project JSON config for style
- Overlay compositing for logos, text, watermarks
- Headless: designed for CI/CD and agent-driven generation
Stack
Python for orchestration, FFmpeg for compositing and encoding, MoviePy for programmatic editing.
Related: Projects