2 Commits

Author SHA1 Message Date
59cccf92ce Enhance gitignore for video production artifacts
- Ignore all common video formats (mp4, avi, mov, webm, etc.)
- Ignore audio files (mp3, wav, aac, flac, etc.)
- Ignore generated images (jpg, png, gif, etc.)
- Ignore FFmpeg and MoviePy logs/cache
- Protect against committing sensitive media files
2025-09-05 02:37:56 -06:00
d635bbc3e5 Initial MCP Video Editor implementation with FastMCP 2.0
Features:
- Professional video recording with session management
- Multi-clip concatenation with transitions
- Video trimming, speed control, and overlay support
- Audio mixing and video-audio synchronization
- Branding and logo overlay capabilities
- Multi-resolution export optimization
- Format conversion with quality presets
- Startup script for easy MCP client integration

Built with FastMCP 2.0, MoviePy, and modern Python tooling
2025-09-05 02:37:32 -06:00