Skip to content

Installation

Installation

Subtitles Translator is available as subtitles_translator on PyPI:

pip install subtitles_translator

You'll also need to install ffmpeg, which is available from most package managers:

# on macOS using Homebrew (https://brew.sh/)
brew install ffmpeg

# on Windows using Chocolatey (https://chocolatey.org/)
choco install ffmpeg

# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg