mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1869] feat(wtv): Add DVB teletext stream detection in WTV files #2648
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/1869
State: closed
Merged: Yes
Summary
Changes
WTV_STREAM_TELETEXTGUID to recognize DVB teletext streamsKnown Limitation
WTV files store teletext in Microsoft's VBI sample format, which differs from standard DVB teletext data units. The decoder will process the data but may not extract subtitles from all WTV files. A warning message is displayed when teletext is detected.
Note: Even FFmpeg's libzvbi fails to decode the test sample with "Error decoding subtitles: Invalid data found when processing input", confirming this is a format compatibility issue rather than a CCExtractor bug.
Test Results
With the sample from #1391:
Fixes #1391
🤖 Generated with Claude Code