Installation
LiveSync is a real-time media processing framework that helps you build efficient video and audio pipelines. This guide will walk you through the setup process.
Requirements
- Python 3.10 or higher
- FFmpeg (required for media processing)
- OpenCV (automatically installed with LiveSync)
Installing FFmpeg
FFmpeg is required for media processing. Here's how to install it:
Windows:
macOS:
Linux (Ubuntu/Debian):
Verify FFmpeg installation:
Installing LiveSync
Option 1: Using rye
(Recommended)
Option 2: Using pip
Verifying Installation
After installation, verify that LiveSync is installed correctly:
If the installation was successful, you should see the LiveSync version number.
Next Steps
Now that LiveSync is installed, check out the Quick Start Guide to create your first processing pipeline.