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

  1. Clone repo
git clone git@github.com:Mikk0git/youtube-auto-dubbing.git
  1. Download dependencies
pip install -r requirements.txt
  1. 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