On this page
Overview
Introduction
-
Video hard subtitle extraction, automatically generate the corresponding
srt | txt
file. -
Supported subtitle languages: Chinese | English (For other supported languages, see: List of supported languages)
-
The advantages are as follows:
- Faster extraction: Used in conjunction with VideoSubFinder software to extract key subtitle frames faster.
- More accurate recognition: Use RapidOCR as the recognition library.
- More convenient to use: pip can be installed directly and used.
-
For desktop EXE version, please go to RapidVideOCRDesktop.
-
If it helps you, please give a star ⭐.
Overall framework
flowchart LR A[/Video/] --Extract subtitle key frame--> B(VideoSubFinder) --OCR-->C(RapidVideOCR) C --Convert--> D[/"SRT | TXT"/]
Last updated 21 May 2025, 19:10 -0600 .