Show HN: LLPlayer – a media player with OpenAI Whisper (llplayer.com)
Hello HN.
I created a video player for Windows, specialized for language learning.
It can generate subtitles in real time using OpenAI Whisper. It can also generate subtitles from any online videos.
It is free and open source.
I would very much like to get feedback, Thanks.
[Github: https://github.com/umlx5h/LLPlayer]
10 comments
[ 2.8 ms ] story [ 34.6 ms ] threadKeep up the good work, cool idea.
I will research if there is a good quality playback method locally, Thanks.
I would like to improve accuracy by preserving context, but I haven't found a good way to do this at the moment.
If we are talking about the accuracy of the transcription, it is very good if you use a large model. At least the accuracy of whisper is far superior to Youtube's subtitle generation!
I will imitate the good points of other players with ASR implementation.
I see you are using yt-dlp for YouTube, my app originally also played YouTube videos scraped with yt-dlp, but I found that it is very hard to get YouTube audio "at scale" even when rotating IP, using proxies, etc. You will eventually get blocked, so I dropped the whole thing and focused on podcasts.
But with your app the user runs it locally so that shouldn't be a problem. Good luck.
[0] https://www.langturbo.com