Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.21 KB

File metadata and controls

32 lines (23 loc) · 1.21 KB

Contributing to PostProductionForAIVideo

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.

What to contribute

  • 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

How to contribute

  1. Fork the repo
  2. Add your script/component in the appropriate directory
  3. Include a brief README explaining:
    • What it does
    • How to use it (command or import example)
    • When you'd use this vs alternatives
  4. Add an example if possible (before/after, or a sample output)
  5. Open a PR with a clear title

Code style

  • 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

Questions?

Open an issue before the PR if you're unsure whether something fits. Better to ask early than rebuild later.