mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1919] feat(matroska): Add VOBSUB subtitle extraction support for MKV files #2715
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1919
State: closed
Merged: Yes
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