Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/relative-log31/sync-audio-and-video
- Owner: Relative-Log31
- Created: 2024-09-10T13:17:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:36:10.000Z (2 months ago)
- Last Synced: 2024-09-26T04:22:21.549Z (about 2 months ago)
- Topics: librosa, numpy, pyqt, pyqt6, python, python-app, python-script, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.