yt-whisper
yt-whisper copied to clipboard
Using OpenAI's Whisper to automatically generate YouTube subtitles
fixes #25 BEFORE: the `video` cli argument must be a youtube url AFTER: the `video` cli argument must be a youtube url or local file
Hi, any idea or docs extension on how to implement it in Polish language? Thanks
Hello everyone, We, at EasyBooks initiative, are working a Python package that accepts a YouTube video/playlist link and transcript it using Whisper. The package supports all features of `yt-whisper` and...
Fixed #25 . Just pass a directory path where you previously passed YouTube URLs, and the CLI will transcribe it. For now the output file name is the same as...
It's a simple fix use this to update yt_dlp package https://github.com/yt-dlp/yt-dlp/wiki/Installation#with-pip
What should I do?
Thank you very much for this program. It saves me a lot of time! The subtitles produced are superior to the ones generated by YouTube in every way except one:...
Are there ways/plans to implement this as a yt-dlp plugin or postprocessor ? This was deemed out of scope on yt-dlp's side (https://github.com/yt-dlp/yt-dlp/issues/5656), but I think that feature would be...
OpenAI released large-v2, could you add support for it here and in your replicate model?
After running ``` pip install git+https://github.com/m1guelpf/yt-whisper.git ``` and ``` yt_whisper "https://www.youtube.com/watch?v=dQw4w9WgXcQ" ``` I get ``` bash: yt_whisper: command not found ``` Does python have a directory I need to add...