A CLI application to generate subtitle file for any video using Mozilla DeepSpeech
AutoSub is a CLI application to generate subtitle file (.srt) for any video file using Mozilla DeepSpeech. I use the DeepSpeech Python API to run inference on audio segments and pyAudioAnalysis to split the initial audio on silent segments, producing multiple small files. ⭐ Featured in DeepSpeech Examples by Mozilla Motivation In the age of OTT platforms, there are still some who prefer to download movies/videos from YouTube/Facebook or even torrents rather than stream. I am one of them and […]
Read more