by llimllib on 9/7/24, 11:55 AM with 11 comments
So I wrote a shell script that takes a URL, downloads the video, transcribes it with whisper, and turns it into a clean HTML page for reading.
by Leftium on 9/8/24, 12:11 AM
---
Another use case is being able to quickly jump to a specific spot inside a video. Could you add timestamps with links that jump directly to that point in the video?
I accomplished something similar by modifying oTranscribe:
- https://otranscribe.netlify.app/?vsl=definedefine
- https://otranscribe.netlify.app/?vsl=letter
---
Finally, I'm a windows user so a whisper.cpp version would be nice~