mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1919] [MERGED] feat(matroska): Add VOBSUB subtitle extraction support for MKV files #2711
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/1919
Author: @cfsmp3
Created: 12/28/2025
Status: ✅ Merged
Merged: 12/28/2025
Merged by: @cfsmp3
Base:
master← Head:fix/issue-1371-mkv-vobsub-support📝 Commits (3)
1fccb78feat(matroska): Add VOBSUB subtitle extraction support for MKV files6f2a73ddocs: Add VOBSUB extraction documentation and subtile-ocr Dockerfile9d14766fix: Use #define instead of const int for VOBSUB_BLOCK_SIZE📊 Changes
4 files changed (+401 additions, -9 deletions)
View changed files
➕
docs/VOBSUB.md(+129 -0)📝
src/lib_ccx/matroska.c(+232 -9)📝
src/lib_ccx/matroska.h(+5 -0)➕
tools/vobsubocr/Dockerfile(+35 -0)📄 Description
Summary
Changes
Core VOBSUB extraction (
src/lib_ccx/matroska.c):save_vobsub_track()function to write both .idx and .sub filesLLX_M) for cross-platform file position formattingDocumentation and tooling:
docs/VOBSUB.md- comprehensive guide for VOBSUB extraction and OCR conversiontools/vobsubocr/Dockerfile- Docker image for subtile-ocr (VOBSUB to SRT conversion)Usage
Test plan
dvd_subtitlecodecFixes #1371
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.