JackieDo / Gensub

Python command line utility for auto-generating subtitles for any video file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gensub

Note

This repository is being rewritten.

Auto-generated subtitles for any video

Gensub, is forked from autosub, is a utility for automatic speech recognition and subtitle generation. It takes a video or an audio file as input, performs voice activity detection to find speech regions, makes parallel requests to Google Web Speech API to generate transcriptions for those regions, (optionally) translates them to a different language, and finally saves the resulting subtitles to disk. It supports a variety of input and output languages (to see which, run the utility with the argument --list-languages) and can currently produce subtitles in either the SRT format or simple JSON.

License

MIT

About

Python command line utility for auto-generating subtitles for any video file