autosrt and whisper_autosrt
The two tools are **ecosystem siblings**, specifically an original project and its optimized successor, where the latter (B) reimplements the core speech-to-text functionality of the former (A) using a faster Whisper-based module instead of the Google Speech Recognition API, while maintaining the overall auto-subtitle generation and translation utility.
About autosrt
botbahlul/autosrt
A python script COMMAND LINE utility to AUTO GENERATE SUBTITLE FILE (using free Google Speech Recognition API) and TRANSLATED SUBTITLE FILE (using unofficial online Google Translate API) for any video or audio file
This tool helps content creators, educators, or anyone working with video or audio automatically generate subtitles and translations. You provide an audio or video file, and it outputs a subtitle file in your chosen language, with an optional translation into another language. It's ideal for anyone needing quick, accessible captions for their media.
About whisper_autosrt
botbahlul/whisper_autosrt
A python script COMMAND LINE utility to AUTO GENERATE SUBTITLE FILE (using faster_whisper module which is a reimplementation of OpenAI Whisper module) and TRANSLATED SUBTITLE FILE (using unofficial online Google Translate API) for any video or audio file
This tool helps content creators, educators, or anyone working with video or audio generate accurate subtitles and their translations. You provide a video or audio file, and it outputs a subtitle file in the original language and an optional translated version. It's designed for individuals who need to make their media accessible to a wider audience.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work