• Stars
    star
    310
  • Rank 134,131 (Top 3 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 3 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Extract video hard subtitles and automatically generate corresponding srt files.

简体中文 | English


PyPI Documentation Status SemVer2.0

Contents

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)
  • Extract video hard subtitles faster and more accurately, and provide output in two formats srt|txt:
    • Faster: Combined with VideoSubFinder software, extraction of key subtitle frames is faster.
    • More accurate: RapidOCR is used as the recognition library.
    • More convenient: pip can be used directly after installation.
  • This tool is under development. During use, if you encounter any problems, please submit an issue or join the group for feedback. If you don't want to use it, just don't use it, don't affect your mood.
  • If it helps you, please give a little star or sponsor a cup of coffee (click the link in Sponsor at the top of the page).

Overall framework

flowchart LR
     A(VideoSubFinder) --Extract subtitle key frame--> B(RapidVideOCR) --OCR--> C(SRT)

Use

Change log (more)

  • ♦ 2023-08-05 v2.2.4~2.2.6 update:
    • Fixed index error in concat_rec_mode.
    • Add logging module for easy feedback.
  • 🛶 2023-07-19 v2.2.3 update:
    • Increase the adaptation of VSF parameters. During command line mode and class initialization, it is possible to specify parameters with the same name for VSF commands.
  • 🤓2023-07-08 v2.2.2 update:
    • Fixed the problem that the Chinese path could not be read during batch recognition
    • Skip issue in SRT when fixing missing axes. At present, when a certain axis fails to be recognized, the position will be vacated, which is convenient for proofreading.
    • Keep the vsf results.

Announce

For international developers, we regard Discussions as our international community platform. All ideas and questions can be discussed here in English.

More Repositories

1

AI-Competition-Collections

AI比赛经验帖子 & 训练和测试技巧帖子 集锦(收集整理各种人工智能比赛经验帖)
Python
286
star
2

LGPMA_Infer

表格结构识别LGPMA推理
Python
21
star
3

LLaMADemo

🎉LLaMA Demo 7B🎉
Python
18
star
4

RapidVideOCRDesktop

RapidVideOCR Desktop version based on PyQt
Python
17
star
5

ChineseDocumentPDF

中文论文、证券类、财报类PDF数据
Python
13
star
6

FontsCollection

汇集各类字体,包括手写体,韩文等
Python
8
star
7

PPLCNet2PyTorch

尝试将PP-LCNet转为PyTorch版本,并测试相关指标
Python
7
star
8

VideoSubFinder

Auto sync from https://videosubfinder.sourceforge.io/
C++
6
star
9

ExtractOfficeContent

Extract content (include text, table, image) from the office files (Word, Excel, PPT).
Python
5
star
10

TableRecognitionMetric

Compute benchmark of table structure recognition.
Python
5
star
11

ConvertLaTeXOCRToONNX

Convert LaTeX-OCR To ONNX
Python
4
star
12

ConvertLOREToONNX

Convert LORE model from torch format to ONNX format.
Python
4
star
13

WeChat-AutoSendBless

微信自动群发祝福,个性化定制(PC、安卓手机)
Python
3
star
14

PyTorchDDP

Pytorch多机多卡可执行示例程序
Python
3
star
15

ProcessLaTeXFormulaTools

Tools for processing LaTeX formulas.
JavaScript
2
star
16

pytorch-unet

Python
1
star
17

Mobilenetv3_from_torchvision

从torchvision0.12中抠出来的,独立于torchvision版本
Python
1
star
18

GetPyPiLatestVersion

Get the latest version of the direct python package name.
Python
1
star
19

pyecharts-showDynamicTrajectory

pyecharts制作自动指定位置并绘制动态轨迹图
HTML
1
star
20

SWHL.github.io

Modified from github.com/alixedi/alixedi.github.io
SCSS
1
star