I made an all-in-one script to download, translate and subtitle any video from Youtube, Twitter etc. #387
danirukun
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Yo I’ve been looking for something like this for podcasts. Would it work for xml feeds? Grabbing the mp3 file and doing the same as it would for the YouTube audio file? Also, does whisper do timestamps? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I made a small script to use the CPP Whisper implementation that also uses the models, with
ffmpeg
andyt-dlp
under the hood to make the whole process easier:https://gist.github.com/DaniruKun/96f763ec1a037cc92fe1a059b643b818
Basically it:
It is as simple as
Beta Was this translation helpful? Give feedback.
All reactions