⚠️ Warning: This README was generated by gippity-4.1. Please review and verify the information before use.
A Python project to automatically create engaging short videos in the style of TikTok, YouTube Shorts, and Instagram Reels.
- Generate short videos from scratch using images, video clips, and audio
- Add trendy effects, transitions, and text overlays
- Supports vertical (9:16) video format
- Customizable templates for different social platforms
uv pip install .Or, if you want to install dependencies for development:
uv pip install -e .[dev]python -m otovdo --input assets/ --output output/video.mp4All dependencies are specified in pyproject.toml. Key requirements include:
- Python 3.8+
- moviepy
- opencv-python
- numpy
Install them automatically with the installation commands above.
MIT License
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
