[PR #402] [MERGED] DVB Color Detection #1231

Open
opened 2026-01-29 17:00:31 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/402
Author: @Abhinav95
Created: 7/20/2016
Status: Merged
Merged: 7/22/2016
Merged by: @cfsmp3

Base: masterHead: dvbcolor


📝 Commits (10+)

  • 7426841 Basic structure for color detection in DVB
  • 4d8cb4d Creating copy of image before quantization
  • cf281c2 Detecting color of every word
  • f37e944 Fixed errors in word color recognition
  • f280fef Passing DVB region background color
  • 36b08c5 Working color detection and output for SRT from DVB
  • a2eced9 Color output in tags for SRT and WebVTT
  • 0fcf929 Merge remote-tracking branch 'upstream/master' into dvbcolor
  • 3a74381 Modifying API call not present in tesseract 3.03
  • 0c84714 Fixing error with invalid next size and correctly formatting SRT/VTT color output

📊 Changes

6 files changed (+314 additions, -27 deletions)

View changed files

📝 src/lib_ccx/ccx_common_option.c (+1 -0)
📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/dvb_subtitle_decoder.c (+1 -1)
📝 src/lib_ccx/ocr.c (+293 -24)
📝 src/lib_ccx/ocr.h (+11 -2)
📝 src/lib_ccx/params.c (+7 -0)

📄 Description

Detects and outputs word-wise color and the point of speaker changes in DVB subtitles. Outputs font tags to SRT and WebVTT.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/402 **Author:** [@Abhinav95](https://github.com/Abhinav95) **Created:** 7/20/2016 **Status:** ✅ Merged **Merged:** 7/22/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `dvbcolor` --- ### 📝 Commits (10+) - [`7426841`](https://github.com/CCExtractor/ccextractor/commit/7426841b5eb151f70e2bbff0f329c5a780032cbc) Basic structure for color detection in DVB - [`4d8cb4d`](https://github.com/CCExtractor/ccextractor/commit/4d8cb4d4d4151abb37236b1de998a21d8be3604e) Creating copy of image before quantization - [`cf281c2`](https://github.com/CCExtractor/ccextractor/commit/cf281c22cea82369b381bf337c65822b4fb4356d) Detecting color of every word - [`f37e944`](https://github.com/CCExtractor/ccextractor/commit/f37e944ac46e92ed5d8d18f343da7fba9efbe7e1) Fixed errors in word color recognition - [`f280fef`](https://github.com/CCExtractor/ccextractor/commit/f280feff65d7310b65ce75cbdfb9566bf382a120) Passing DVB region background color - [`36b08c5`](https://github.com/CCExtractor/ccextractor/commit/36b08c5d743afc7aaf887919824db2b2658765c1) Working color detection and output for SRT from DVB - [`a2eced9`](https://github.com/CCExtractor/ccextractor/commit/a2eced9201c0f8b82cb9753dea4e76a0f32b373c) Color output in <font> tags for SRT and WebVTT - [`0fcf929`](https://github.com/CCExtractor/ccextractor/commit/0fcf9298bb900dd0aed9e093599c9d7f1e2a309f) Merge remote-tracking branch 'upstream/master' into dvbcolor - [`3a74381`](https://github.com/CCExtractor/ccextractor/commit/3a7438131837c051a772581176951dc5c0c1cf79) Modifying API call not present in tesseract 3.03 - [`0c84714`](https://github.com/CCExtractor/ccextractor/commit/0c8471438ab51ef9bf73e55559de037352f6d211) Fixing error with invalid next size and correctly formatting SRT/VTT color output ### 📊 Changes **6 files changed** (+314 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_option.c` (+1 -0) 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+1 -1) 📝 `src/lib_ccx/ocr.c` (+293 -24) 📝 `src/lib_ccx/ocr.h` (+11 -2) 📝 `src/lib_ccx/params.c` (+7 -0) </details> ### 📄 Description Detects and outputs word-wise color and the point of speaker changes in DVB subtitles. Outputs font tags to SRT and WebVTT. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1231