Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 267 Bytes

packages_library.md

File metadata and controls

14 lines (10 loc) · 267 Bytes

Guide to Generate Subtitles Using Whisper and FFmpeg

Install the Necessary Python Packages

pip install git+https://github.com/m1guelpf/auto-subtitle.git
pip install ffmpeg-python

install ffmpeg

sudo apt update && sudo apt install ffmpeg