autosub
autosub copied to clipboard
can transcript files be provided instead of Google Speech API?
This is a question not an issue. If we have an mp3 audio file with an already available transcript file (txt), can autosub be used to generate the timings (vtt format) of the text? Thanks
Currently can only generate empty subtitles file. This API can't provide time codes matching transcript function. If the issues have been done, I will go and do some research about matching functions.
Now the codes in my repo can generate time codes or in other words, empty subtitles file. But it hasn't been released. Install it from the latest code in dev branch instead.
Usage:
usage:
autosub source_path [options]
Auto-generates subtitles for any video or audio file.
Required:
path The path to the video or audio file needs to generate
subtitle. If Speech Options not given, it will only
generate the times.(arg_num = 1)
You can also use SubtitleEdit to generate the empty subtitles. See #68.