autosrt and AutoSub

These are competitors offering alternative approaches to the same task: autosrt uses Google's speech recognition APIs for subtitle generation, while AutoSub provides local speech-to-text alternatives via DeepSpeech or Coqui models, allowing users to choose between cloud-based convenience and on-device privacy/control.

autosrt
51
Established
AutoSub
48
Emerging
Maintenance 0/25
Adoption 8/25
Maturity 25/25
Community 18/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 22/25
Stars: 68
Forks: 13
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 651
Forks: 104
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stale 6m
Archived Stale 6m No Package No Dependents

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.

content creation video editing localization education media accessibility

About AutoSub

abhirooptalasila/AutoSub

A CLI script to generate subtitle files (SRT/VTT/TXT) for any video using either DeepSpeech or Coqui

Extracts audio via FFmpeg at 16kHz sampling rate, then uses pyAudioAnalysis to segment on silence, running inference on each chunk to generate timestamped subtitles. Supports both DeepSpeech and Coqui STT engines with configurable output formats (SRT/VTT/TXT) and subtitle display duration, plus Docker deployment with optional GPU acceleration.

Scores updated daily from GitHub, PyPI, and npm data. How scores work