pyBegin / projects / video-subtitle-generator
🖥️

on Ubuntu or Debian

It also requires the command-line tool ffmpeg to be installed on your system, which is available from most package managers:

119 lines🖥 Desktop only

Required Modules

pip install -U openai-whisper

It also requires the command-line tool ffmpeg to be installed on your system, which is available from most package managers:

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

# on Arch Linux
sudo pacman -S ffmpeg

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

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

# on Windows using Scoop (https://scoop.sh/)
scoop install ffmpeg

Pyodide-runnable

No — it uses OpenAI Whisper and FFmpeg to transcribe local audio/video files.