Skip to content

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

License

Notifications You must be signed in to change notification settings

niickymouze/AudioScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AudioScript

Get The Official App Available On PlayStore - AudioScript

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
    pip install modules.txt
  • Run The Command
    ./audioscript.py [audio/video]_file.[ext] [language]
    For example, ./audioscript.py hello.mp4 en-US
    List of languages, goto Google's language support
  • Get Your Transcript
    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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%