vosk_autosrt and whisper_autosrt
These two command-line utilities are direct competitors, offering similar auto-subtitle generation functionality with the key distinction lying in their underlying speech recognition technology: one leverages the free Vosk API while the other utilizes a reimplementation of OpenAI's Whisper module via `faster_whisper`.
About vosk_autosrt
botbahlul/vosk_autosrt
A python script COMMAND LINE utility to AUTO GENERATE SUBTITLE FILE (using free Vosk 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 files to automatically create subtitles. You provide a video or audio file, and it generates a subtitle file in the original language, and can also produce a translated version. This is ideal for those who need to make their media accessible or consumable by a wider, multilingual audience.
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