Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

Subtitles Generator

Open tene04 opened this issue 5 months ago • 1 comments

Summary

This Pull Request adds a new script called Subtitles Generator, which allows users to create .srt files from audio/video files.

Features

  • Accepts audio or video files as input
  • Generates standard .srt subtitle files
  • Designed to be simple and easy to use
  • Includes a README with usage instructions

Notes

  • This is a new standalone script. It does not modify existing scripts.
  • It has been tested locally.

Closes #468

tene04 avatar Jul 27 '25 22:07 tene04

The subtitles are generated but are not embedded in the video, as I checked in the pull request. @DhanushNehru , could you assign me to work on this pull request to embed the subtitles within the videos and generate a more realistic result as a PR hackoctoberfest?

Additional ideas:

  • Other ideas on this same issue are to transcribe any language into English or directly into the language set as input.

Here is a reference image of the subtitles embedded in the final result. image

erickdp avatar Oct 09 '25 04:10 erickdp