Skip to content

Overview

 
PyPI SemVer2.0

Introduction

  • Video hard subtitle extraction, automatically generate the corresponding srt | ass | 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 | ASS | TXT"/]

Online Demo

Demo

Comments