Youtube Auto Dubbing
January 9, 2024 ยท View on GitHub
WIP ๐ทโโ๏ธ
Version: 1.1
Simple tool for dubbing youtube videos with AI generatied voice
Project was inspired by ThioJoe's Auto Synced & Translated Dubs ๐ฅ My version is more focused on simplicity and it doesn't require GCP or Azure API
Usage
-l <language> Target language (en, de, fr, es, it, pt, nl, pl, uk, ru, tr, ja, ko, zh)
-s <subtitle directory> Custom subtitles
-a Audio only
Setup
- Clone repo
git clone git@github.com:Mikk0git/youtube-auto-dubbing.git
- Download dependencies
pip install -r requirements.txt
- Run
python main.py <youtube link> -l <language>
Requirements
- Python
https://www.python.org/downloads/ - FFmpeg
https://ffmpeg.org/download.html
ToDO
- GUI
- 11Labs support