awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wxbool avatar

wxbool/video-srt-windows

0
View on GitHub↗
5,037 stars·618 forks·Go·GPL-2.0·4 views

Video Srt Windows

This is a Windows application for automatic speech recognition that transcribes spoken audio from video files into timestamped SRT subtitle files. It serves as a subtitle generator and translation tool that converts media speech into synchronized text.

The software functions as a batch media transcriber, allowing the simultaneous processing of multiple audio and video files to generate subtitles in bulk. It includes a translation workflow to convert transcriptions between different languages for the creation of bilingual or localized files.

The system also provides text refinement capabilities, using regular expressions and custom filters to clean transcripts by removing filler words and unwanted patterns. This is supported by a native Windows graphical user interface.

Features

  • Whisper-Based Engines - Utilizes Whisper-based deep learning models to convert audio waveforms into timestamped text.
  • Automatic Speech Recognition - Implements automatic speech recognition to transcribe audio from video files into text.
  • Automated Video Transcribers - Converts spoken audio from video files into time-synced text transcripts automatically.
  • Bulk Media Transcribers - Processes multiple audio and video files simultaneously to generate subtitles in bulk.
  • Subtitle Generators - Generates synchronized subtitle files with timing information from video and audio input.
  • Automated Subtitle Generators - Provides an automated workflow that combines speech recognition and subtitle generation.
  • SubRip Serialization - Structures transcribed speech into standardized SRT files for compatibility with media players.
  • Subtitle Translation - Translates transcribed speech between languages to create localized or bilingual subtitle files.
  • Transcript Refinement - Refines transcripts by using regular expressions to remove filler words and typos.
  • Translation API Integrations - Integrates with external translation APIs to convert transcribed text into various target languages.
  • Automated Subtitle Cleaning - Removes filler words and unwanted content from extracted subtitles using custom filters.
  • Bulk Subtitle Processing - Processes multiple media files simultaneously to generate synchronized subtitle files in bulk.
  • Task Queues - Uses a task queue to process multiple media files sequentially and manage system resources.
  • Text Cleaning - Cleans transcription text locally using regular expressions to remove unwanted patterns.
  • Transcription Cleaning Filters - Provides regex-based filters to remove filler words and unwanted patterns from generated transcripts.
  • Batch Video Processing - Automates the creation of subtitles across multiple video files using batch workflows.

Star history

Star history chart for wxbool/video-srt-windowsStar history chart for wxbool/video-srt-windows

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does wxbool/video-srt-windows do?

This is a Windows application for automatic speech recognition that transcribes spoken audio from video files into timestamped SRT subtitle files. It serves as a subtitle generator and translation tool that converts media speech into synchronized text.

What are the main features of wxbool/video-srt-windows?

The main features of wxbool/video-srt-windows are: Whisper-Based Engines, Automatic Speech Recognition, Automated Video Transcribers, Bulk Media Transcribers, Subtitle Generators, Automated Subtitle Generators, SubRip Serialization, Subtitle Translation.

What are some open-source alternatives to wxbool/video-srt-windows?

Open-source alternatives to wxbool/video-srt-windows include: buxuku/smartsub — SmartSub is a cross-platform desktop application for AI-driven video transcription and subtitle generation. It… weifeng2333/videocaptioner — VideoCaptioner is an automated tool designed to generate and embed time-synchronized subtitles into video files. By… agermanidis/autosub — Autosub is a command-line media processor and automatic subtitle generator that converts audio streams from video and… const-me/whisper — Whisper is a high-performance speech-to-text inference engine that uses graphics hardware shaders to accelerate the… ggerganov/whisper.cpp — whisper.cpp is a C++ implementation of the Whisper speech-to-text model, serving as a lightweight machine learning… m-bain/whisperx — WhisperX is an automated speech recognition toolkit designed to convert spoken audio into text while maintaining…

Open-source alternatives to Video Srt Windows

Similar open-source projects, ranked by how many features they share with Video Srt Windows.
  • buxuku/smartsubbuxuku avatar

    buxuku/SmartSub

    4,056View on GitHub↗

    SmartSub is a cross-platform desktop application for AI-driven video transcription and subtitle generation. It converts audio and video files into text subtitles using local AI models and incorporates hardware acceleration to increase processing speed. The tool features a subtitle translator that leverages large language models, such as OpenAI and DeepSeek, to convert subtitles between different languages. It includes a visual editor for proofreading and polishing transcribed text, paired with a video preview for frame-accurate synchronization. The software supports batch processing of multi

    TypeScriptdeepseekelectronnodejs
    View on GitHub↗4,056
  • weifeng2333/videocaptionerWEIFENG2333 avatar

    WEIFENG2333/VideoCaptioner

    13,278View on GitHub↗

    VideoCaptioner is an automated tool designed to generate and embed time-synchronized subtitles into video files. By leveraging speech recognition models, the software converts spoken audio into text and calculates precise timestamps to ensure captions align with the original media. The project operates as a local-first inference pipeline, performing all transcription tasks on the host machine to maintain data privacy. It utilizes a transformer-based neural network for speech recognition and integrates a multimedia framework to handle the technical aspects of video processing and subtitle stre

    Pythonaisubtitletranslate
    View on GitHub↗13,278
  • agermanidis/autosubagermanidis avatar

    agermanidis/autosub

    4,197View on GitHub↗

    Autosub is a command-line media processor and automatic subtitle generator that converts audio streams from video and audio files into timed text overlays. It functions as an AI speech-to-text converter that uses OpenAI Whisper to generate synchronized subtitles. The tool includes a language translation pipeline to convert transcribed speech into target languages, enabling multilingual video captioning. It manages the process from audio-stream extraction to the serialization of final subtitle files for local storage. The system covers audio-to-text transcription, time-stamped text mapping, a

    Python
    View on GitHub↗4,197
  • const-me/whisperConst-me avatar

    Const-me/Whisper

    10,489View on GitHub↗

    Whisper is a high-performance speech-to-text inference engine that uses graphics hardware shaders to accelerate the transcription of spoken audio into written text. It implements a GPU-accelerated automatic speech recognition framework specifically designed to run Whisper models. The system focuses on high-speed processing for both recorded audio files and live microphone streams. It utilizes voice activity detection to analyze raw audio in real time, triggering the inference engine only when human speech is detected. The engine covers a broad range of capabilities including real-time audio

    C++
    View on GitHub↗10,489
  • See all 30 alternatives to Video Srt Windows→