CLI tool for automated short-form video creation
Top 58.7% on sourcepulse
This project provides an open-source, automated tool for creating short-form videos for platforms like TikTok and Instagram Reels, serving as a free alternative to expensive API services and GPU-intensive generation tools. It targets content creators and developers looking to automate video production from text inputs.
How It Works
The tool orchestrates several components to generate videos: Kokoro TTS converts input text to speech, Whisper.cpp generates accurate captions from the audio, Pexels API provides background video clips based on search terms, and Remotion composes these elements into a final video with styled captions. This approach allows for programmatic video creation without requiring users to manually source assets or perform complex editing.
Quick Start & Requirements
docker run -it --rm --name short-video-maker -p 3123:3123 -e LOG_LEVEL=debug -e PEXELS_API_KEY=<your_pexels_api_key> gyoridavid/short-video-maker:latest-tiny
latest-cuda
Docker image).Highlighted Details
Maintenance & Community
The project was open-sourced by the AI Agents A-Z YouTube Channel. Contributions are welcome via Pull Requests.
Licensing & Compatibility
Limitations & Caveats
1 month ago
Inactive