SkillAgentSearch skills...

AudioScript

Auto Generate Subtitle File For Any Type Of Audio and Video. Using Python and Google Speech-to-Text API.

Install / Use

/learn @prkindia/AudioScript
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AudioScript

Get The Official App Available On PlayStore - AudioScript<br>

Auto Generate Subtitle File For Any Type Of Audio and Video. Using Python and Google Speech-to-Text API. This application mainly focuses on the lack of subtitles for media files, this will generate the .srt file for any language.

Supported Codecs

  • .mp3
  • .mp4
  • .wav
  • .avi
  • .mov
  • .mts
  • .m4a
  • All of the media codecs

Installation

Use git clone https://github.com/dmcrobin/AudioScript.git and change directory to AudioScript.

  • Install Required Libraries<br> pip install modules.txt
  • Run The Command<br> ./audioscript.py [audio/video]_file.[ext] [language] <br> For example, ./audioscript.py hello.mp4 en-US<br> List of languages, goto Google's language support
  • Get Your Transcript<br> Go to transcripts folder, .srt will be generated, depending on the length of your media file.

This application uses a JSON file that gives access to upload small chunks of audio to your bucket for faster processing, to download your own secret.json file please check in later

Peace!

View on GitHub
GitHub Stars13
CategoryContent
Updated1mo ago
Forks8

Languages

Python

Security Score

90/100

Audited on Feb 19, 2026

No findings