SubtitleYC - An app that turns downloading, videos subtitle extraction via OCR and editing burned-in subtitles into a single workflow
Reddit r/computervision1mo4 min read
Hi Everyone, I've been working on this project for a while and am finally ready to share it with others: https://github.com/BambooYC123/SubtitleYC The project is called SubtitleYC , an open source windows app. Some of the main features are: Downloading videos supported by yt-dlp OCR extraction of burned-in subtitles Frame-accurate video previews Built-in subtitle editor SRT editing and export The project uses tools including yt-dlp, ffmpeg, PyAV, paddleOCR and VideOCR. I currently have 2 version for the app, a CPU or a GPU version depending on your specs. I recommend GPU version as the OCR is
