dylman123 / automatic-subtitle-generator-python

A tool to automatically generate subtitles for videos which are editable in Final Cut Pro X.
6 stars 0 forks source link

Files over 60 seconds on GCP Speech to Text require URI #28

Closed dylman123 closed 4 years ago

dylman123 commented 4 years ago

Error received when sending a file over 60secs: InvalidArgument: 400 Inline audio exceeds duration limit. Please use a GCS URI.

dylman123 commented 4 years ago

Set up a temporary store of audio files on Google Cloud Storage. Fixed issue.