autosub icon indicating copy to clipboard operation
autosub copied to clipboard

[NO LONGER MAINTAINED] Command-line utility for auto-generating subtitles for any video file

Results 102 autosub issues
Sort by recently updated
recently updated
newest added

Hello, when sending requests to Google Web Speech API, does Google collect the data? If so, are we able to opt-out of Google data collection?

Hi, May I know will this library support [speech context](https://cloud.google.com/speech/docs/basics#phrase-hints)? if not, any work around? Thanks, Bruce

How to do with multiple videos file in a batch or treat with a fold which includes many video files?

I'm using autosub to generate an SRT on a couple large SRT files, but I keep running into this error: ``` Traceback (most recent call last):% |#### | ETA: 0:06:40...

Hi, I needed a Dockerfile to run autosub and thought it may be helpful to someone else. Louis

I found and downloaded this project today and have tried several times to create srt file as follow, but it just return empty. So I consider that if there are...

A useful parameter for different types of videos or audios.

According to this repo [google-speech-v2](https://github.com/gillesdemey/google-speech-v2) and my test, it is ok to change the api url into the https' one. There's no influence on the recognition result. And https is...

We know that autosub use the same language codes to process src_language and dst_language. But it isn't specific enough for the api to judge the language. From [speech-to-text/docs](https://cloud.google.com/speech-to-text/docs/languages) and [translate/docs](https://cloud.google.com/translate/docs/languages)...

Currently, if user provides `src_language` and don't provide `dst_language` argument, autosub still performs Speech Recognition, but then return an error (`Subtitle translation requires specified Google Translate API key.`) and the...