This repo exists to speed up AI video post-production for client work. If you've built something that helps, I want to include it.
- Remotion components for common post-production tasks (text overlays, timing controls, color grading)
- ffmpeg scripts for automation (contact sheets, scene detection, batch processing)
- After Effects expressions for quick fixes
- Workflow docs that explain when to use what
- Fork the repo
- Add your script/component in the appropriate directory
- Include a brief README explaining:
- What it does
- How to use it (command or import example)
- When you'd use this vs alternatives
- Add an example if possible (before/after, or a sample output)
- Open a PR with a clear title
- Scripts: Python 3.8+, argparse for CLI, comments for non-obvious logic
- Remotion: TypeScript, functional components, props documented
- AE expressions: JSDoc comments, usage example in the .jsx file
- Docs: Plain language, screenshots where helpful, decision trees over walls of text
Open an issue before the PR if you're unsure whether something fits. Better to ask early than rebuild later.