Skip to content

nestyme/Subtitles-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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