Please visit https://www.alexkras.com/transcribing-audio-file-to-text-with-google-cloud-speech-api-and-python/ for detailed walk-through.
- get json-api.txt as per the blog post, then upload
- examine the video you want with youtube-dl -F url-to-video
- get the smallest audio file by noting the number beside it, then youtube-dl -f the-number url-to-video
- put it in the source folder - convert it to wav with ffmpeg
- mkdir parts
- proceed with splitting the video
- rm -r parts/.ipynb_checkpoints
- python fast.py