Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/relative-log31/sync-audio-and-video

A program that synchronizes video and audio.
https://github.com/relative-log31/sync-audio-and-video

librosa numpy pyqt pyqt6 python python-app python-script python3

Last synced: 19 days ago
JSON representation

A program that synchronizes video and audio.

Awesome Lists containing this project

README

        

# sync-audio-and-video
A program that synchronizes video and audio.

## Installation

### 1. Download or clone the project.
```bash
git clone https://github.com/Quick-Log3169/sync-audio-and-video.git
```

### 2. Go to the project directory.
```bash
cd sync-audio-and-video/
```

### 3. Install python modules.
```bash
pip install -r requirements.txt
```

### 4. Run the project.
```bash
python main.py
```

The BPM value of the audio file you add is automatically set. Additionally, you can manually set the BPM value.