mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-26 08:00:20 +00:00
[PR #405] [MERGED] HardsubX - Burned-in subtitle extraction subsystem #1233
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/405
Author: @Abhinav95
Created: 8/6/2016
Status: ✅ Merged
Merged: 8/8/2016
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (10+)
c834564Adding HardsubX workflow204543aSetting up preliminary HardsubX contextc3eabcfSetting up ffmpeg frame processing (-s in the Makefile to reduce executable size)6558781Basic video frame processing with ffmpegbc40119Basic text output13db1dfFixing error with frame numbers of parsed packets, now parsing video only954724eAdded vertical edge detection and morphology to get subtitle ROI8e5b9b2Merge remote-tracking branch 'upstream/master'8507a84Added HSV colorspace conversiond99dc4cSetting up binary neighbourhood search workflow and other helpers📊 Changes
13 files changed (+1281 additions, -2 deletions)
View changed files
📝
README.md(+1 -1)📝
docs/CHANGES.TXT(+9 -0)📝
linux/Makefile(+20 -1)📝
src/ccextractor.c(+9 -0)📝
src/lib_ccx/ccx_common_option.c(+10 -0)📝
src/lib_ccx/ccx_common_option.h(+10 -0)➕
src/lib_ccx/hardsubx.c(+291 -0)➕
src/lib_ccx/hardsubx.h(+107 -0)➕
src/lib_ccx/hardsubx_classifier.c(+212 -0)➕
src/lib_ccx/hardsubx_decoder.c(+271 -0)➕
src/lib_ccx/hardsubx_imgops.c(+108 -0)➕
src/lib_ccx/hardsubx_utility.c(+68 -0)📝
src/lib_ccx/params.c(+165 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.