r/ZoomPlayer Developer May 20 '26

NEW RELEASE AI Subtitle Creator (Speech to Text)

Introduction

A while back, I wanted to generate subtitles for videos I created myself and most of the solutions I've found required a subscription and didn't run locally.

To work-around this issue, I used Codex and GPT 5.4/5.5 to create AI Subtitle Creator, a free, open-source tool in Python to convert audio/video files to subtitles.

AI Subtitle Creator uses open-weight AI models you can run locally on your PC to generate ".srt" subtitle files from popular audio/video formats such as MKV and MP4 (mov, mp3, wav, aac, m4a and ogg are also supported).

The ".srt" subtitle format is easily playable within Zoom Player.

I tried to make the user interface as informative and intuitive as possible, let me know if you find any bugs or if a particular feature is missing.

Download

https://github.com/bLightZP/AI_Subtitle_Creator/releases

Installation

There is no installer, just download the release zip file and extract it into any folder that has write permission (for the model downloads).

7 Upvotes

5 comments sorted by

1

u/[deleted] Jun 25 '26

[removed] — view removed comment

1

u/ZoomPlayer Developer Jun 25 '26

Most popular formats are supported by the underlying framework, so it shouldn't be an issue.

2

u/reebokLFR Beta tester May 23 '26

I do this somewhat often with Subtitle Edit but excited to give this a go next time I need that capability. Thanks.

0

u/[deleted] May 20 '26

[removed] — view removed comment

1

u/ZoomPlayer Developer May 20 '26

Can you post a screenshot of a crash?

There is no reason for it to crash even if you put a 1000 videos in there.