Subtitles-generator icon indicating copy to clipboard operation
Subtitles-generator copied to clipboard

generates transcript for video from link

Subtitles-generator

!! this project is not under maintanance, so something might not be supported 🤷‍♀️ !!

online generator transcript for video from link using Google Speech API and youtube_dl

To install requirements run

pip install -r requirements.txt

To download video from link run

python3 download_video.py -url https:/your-link

To recognize and generate transcript run

python3 recognize.py -video your_video.mp4