-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SpyC0der77 edited this page Nov 23, 2024
·
4 revisions
Welcome to the VidKit documentation! This wiki provides comprehensive information about using VidKit to generate videos from JSON configurations.
- Installation Guide
- Quick Start Guide
- Configuration Reference
- Examples
- Advanced Usage
- Error Handling
- API Reference
- Contributing Guide
- Troubleshooting
- Python 3.6 or higher
- FFmpeg must be installed on your system and available in your PATH
- Download FFmpeg from ffmpeg.org
- For Windows users, you can use Chocolatey:
choco install ffmpeg
- For Mac users with Homebrew:
brew install ffmpeg
- For Linux users:
sudo apt-get install ffmpeg
or equivalent for your distribution
pip install vidkit