mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1869] [MERGED] feat(wtv): Add DVB teletext stream detection in WTV files #2643
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/1869
Author: @cfsmp3
Created: 12/20/2025
Status: ✅ Merged
Merged: 12/21/2025
Merged by: @cfsmp3
Base:
master← Head:fix/wtv-teletext-detection-1391📝 Commits (2)
e87807efeat(wtv): Add DVB teletext stream detection in WTV files60cec9estyle: Fix clang-format indentation📊 Changes
2 files changed (+102 additions, -4 deletions)
View changed files
📝
src/lib_ccx/wtv_constants.h(+2 -0)📝
src/lib_ccx/wtv_functions.c(+100 -4)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.