Is it possible to transcribe audio from direct download links instead of audio files? #595
anserghazi
started this conversation in
General
Replies: 1 comment 1 reply
-
Whisper transcribes only WAV files, thus not. Not only will you have to download the file, you'll have to strip off the video and convert the audio to WAV. I use ffmpeg for both. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to transcribe YouTube videos, but instead of using their audio files for whisper, is it possible to just refer to the direct link of the mp3?
I use "yt-dlp -g [youtube video link]" to get the direct link, it usually begins with "https://rr7---sn-cxaaj5o5q5-tt1y.googlevideo.com/videoplayback?expire..."
Beta Was this translation helpful? Give feedback.
All reactions