ccextractor full changelog
ccextractor 0.96.5
released Jan 5, 2026 (New Release)
New: Add support for raw CDP (Caption Distribution Packet) files
New: Add --scc-accurate-timing option for bandwidth-aware SCC output
Fix: MXF files containing CEA-708 captions not being detected/extracted
Docs: Add Windows WSL build instructions
Fix: Security fixes (out-of-bounds read/write) in a few places in the legacy C code
New: Add --scc-accurate-timing option for bandwidth-aware SCC output
Fix: MXF files containing CEA-708 captions not being detected/extracted
Docs: Add Windows WSL build instructions
Fix: Security fixes (out-of-bounds read/write) in a few places in the legacy C code
ccextractor 0.96.4
released Jan 1, 2026 (New Release)
New Features:
Persistent CEA-708 decoder context - maintains state across multiple calls for proper subtitle continuity
OCR character blacklist options (--ocr-blacklist, --ocr-blacklist-file) for improved accuracy
OCR line-split option (--ocr-splitontimechange) for better subtitle segmentation
Bug Fixes:
32-bit build failures on i686 and armv7l architectures
Legacy command-line argument compatibility (-1, -2, -12, --sc, --svc)
Heap buffer overflow in Teletext processing (security fix)
Lazy OCR initialization - only initialize when first DVB subtitle is encountered (performance improvement)
Build Improvements:
Optimized Windows CI workflow for faster builds
GUI Update:
Updated Flutter GUI to version 0.7.1 - attempts to fix a hang on start on some Windows systems
Persistent CEA-708 decoder context - maintains state across multiple calls for proper subtitle continuity
OCR character blacklist options (--ocr-blacklist, --ocr-blacklist-file) for improved accuracy
OCR line-split option (--ocr-splitontimechange) for better subtitle segmentation
Bug Fixes:
32-bit build failures on i686 and armv7l architectures
Legacy command-line argument compatibility (-1, -2, -12, --sc, --svc)
Heap buffer overflow in Teletext processing (security fix)
Lazy OCR initialization - only initialize when first DVB subtitle is encountered (performance improvement)
Build Improvements:
Optimized Windows CI workflow for faster builds
GUI Update:
Updated Flutter GUI to version 0.7.1 - attempts to fix a hang on start on some Windows systems
ccextractor 0.96.3
released Dec 29, 2025 (New Release)
New Features:
VOBSUB subtitle extraction with OCR support for MP4 files
VOBSUB subtitle extraction support for MKV/Matroska files
Native SCC input support - CCExtractor can now read SCC (Scenarist Closed Caption) files
Configurable frame rate (--scc-framerate) and styled PAC codes for SCC output
Bug Fixes:
Apply --delay option to DVB/bitmap subtitles (previously only worked with text-based subtitles)
200ms timing offset in MOV/MP4 caption extraction
utf8proc include path for system library builds
Use fixed-width integer types in MP4 bswap functions for better portability
Guard ocr_text access with ENABLE_OCR preprocessor check
Preserve FFmpeg libs when building with -system-libs -hardsubx
Build Improvements:
Add vobsub_decoder to Windows and autoconf build systems
Add winget and Chocolatey packaging workflows for Windows distribution
Documentation:
Add VOBSUB extraction documentation and subtile-ocr Dockerfile
VOBSUB subtitle extraction with OCR support for MP4 files
VOBSUB subtitle extraction support for MKV/Matroska files
Native SCC input support - CCExtractor can now read SCC (Scenarist Closed Caption) files
Configurable frame rate (--scc-framerate) and styled PAC codes for SCC output
Bug Fixes:
Apply --delay option to DVB/bitmap subtitles (previously only worked with text-based subtitles)
200ms timing offset in MOV/MP4 caption extraction
utf8proc include path for system library builds
Use fixed-width integer types in MP4 bswap functions for better portability
Guard ocr_text access with ENABLE_OCR preprocessor check
Preserve FFmpeg libs when building with -system-libs -hardsubx
Build Improvements:
Add vobsub_decoder to Windows and autoconf build systems
Add winget and Chocolatey packaging workflows for Windows distribution
Documentation:
Add VOBSUB extraction documentation and subtile-ocr Dockerfile
ccextractor 0.96.2
released Dec 26, 2025 (New Release)
Added -system-libs build flag for Linux package manager compatibility
Various bug fixes and improvements
Various bug fixes and improvements
ccextractor 0.94
released Dec 15, 2021 (New Release)
ccextractor 0.88
released May 22, 2019 (New Release)
More tapping points for debug image in ccextractor.
Add support for tesseract 4.0
Remove multiple RGB to grey conversion in OCR.
Update UTF8Proc to 2.2.0
Add support for tesseract 4.0
Remove multiple RGB to grey conversion in OCR.
Update UTF8Proc to 2.2.0
ccextractor 0.87
released Jan 22, 2019 (New Release)
New: Upgrade libGPAC to 0.7.1.
New: mp4 tx3g & multitrack subtitles.
New: Guide to update dependencies (docs/Updating_Dependencies.txt).
New: Add LICENSE File (#959).
New: mp4 tx3g & multitrack subtitles.
New: Guide to update dependencies (docs/Updating_Dependencies.txt).
New: Add LICENSE File (#959).
ccextractor 0.71
released Aug 6, 2014 (New Release)
Changed Window GUI size (larger).
Added Teletext options to GUI.
Added -teletext to force teletext mode even if not detected
Added -noteletext to disable teletext detection. This can be needed for streams that have both 608 data and teletext packets if you need to process the 608 data (if teletext is detected it will take precedence otherwise).
Added -datapid to force a specific elementary stream to be used for data (bypassing detections).
Added -ru2 and -ru3 to limit the number of visible lines in roll-up captions (bypassing whatever the broadcast says).
Added support for a .hex (hexadecimal) dump of data.
Added support for wtv in Windows. This is done by using a new program (wtvccdump.exe) and a new DirectShow filter (CCExtractorDump.dll) that process the .wtv using DirecShow's filters and export the line 21 data to a .hex file. The GUI calls wtvccdump.exe as needed.
Added --nogoptime to force PTS timing even when CCExtractor would use GOP timing otherwise.
Added Teletext options to GUI.
Added -teletext to force teletext mode even if not detected
Added -noteletext to disable teletext detection. This can be needed for streams that have both 608 data and teletext packets if you need to process the 608 data (if teletext is detected it will take precedence otherwise).
Added -datapid to force a specific elementary stream to be used for data (bypassing detections).
Added -ru2 and -ru3 to limit the number of visible lines in roll-up captions (bypassing whatever the broadcast says).
Added support for a .hex (hexadecimal) dump of data.
Added support for wtv in Windows. This is done by using a new program (wtvccdump.exe) and a new DirectShow filter (CCExtractorDump.dll) that process the .wtv using DirecShow's filters and export the line 21 data to a .hex file. The GUI calls wtvccdump.exe as needed.
Added --nogoptime to force PTS timing even when CCExtractor would use GOP timing otherwise.
ccextractor 0.66
released Jul 8, 2013 (New Release)
· Changed Window GUI size (larger).
· Added Teletext options to GUI.
· Added -teletext to force teletext mode even if not detected
· Added -noteletext to disable teletext detection. This can be needed for streams that have both 608 data and teletext packets if you need to process the 608 data (if teletext is detected it will take precedence otherwise).
· Added -datapid to force a specific elementary stream to be used for data (bypassing detections).
· Added -ru2 and -ru3 to limit the number of visible lines in roll-up captions (bypassing whatever the broadcast says).
· Added support for a .hex (hexadecimal) dump of data.
· Added support for wtv in Windows. This is done by using a new program (wtvccdump.exe) and a new DirectShow filter (CCExtractorDump.dll) that process the .wtv using DirecShow's filters and export the line 21 data to a .hex file. The GUI calls wtvccdump.exe as needed.
· Added Teletext options to GUI.
· Added -teletext to force teletext mode even if not detected
· Added -noteletext to disable teletext detection. This can be needed for streams that have both 608 data and teletext packets if you need to process the 608 data (if teletext is detected it will take precedence otherwise).
· Added -datapid to force a specific elementary stream to be used for data (bypassing detections).
· Added -ru2 and -ru3 to limit the number of visible lines in roll-up captions (bypassing whatever the broadcast says).
· Added support for a .hex (hexadecimal) dump of data.
· Added support for wtv in Windows. This is done by using a new program (wtvccdump.exe) and a new DirectShow filter (CCExtractorDump.dll) that process the .wtv using DirecShow's filters and export the line 21 data to a .hex file. The GUI calls wtvccdump.exe as needed.
ccextractor 0.65
released Mar 18, 2013 (New Release)
· Changed Window GUI size (larger).
· Added Teletext options to GUI.
· Added -teletext to force teletext mode even if not detected
· Added -noteletext to disable teletext detection. This can be needed for streams that have both 608 data and teletext packets if you need to process the 608 data (if teletext is detected it will take precedence otherwise).
· Added -datapid to force a specific elementary stream to be used for data (bypassing detections).
· Added -ru2 and -ru3 to limit the number of visible lines in roll-up captions (bypassing whatever the broadcast says).
· Added support for a .hex (hexadecimal) dump of data.
· Added support for wtv in Windows. This is done by using a new program (wtvccdump.exe) and a new DirectShow filter (CCExtractorDump.dll) that process the .wtv using DirecShow's filters and export the line 21 data to a .hex file. The GUI calls wtvccdump.exe as needed.
· Added --nogoptime to force PTS timing even when CCExtractor would use GOP timing otherwise.
· Added Teletext options to GUI.
· Added -teletext to force teletext mode even if not detected
· Added -noteletext to disable teletext detection. This can be needed for streams that have both 608 data and teletext packets if you need to process the 608 data (if teletext is detected it will take precedence otherwise).
· Added -datapid to force a specific elementary stream to be used for data (bypassing detections).
· Added -ru2 and -ru3 to limit the number of visible lines in roll-up captions (bypassing whatever the broadcast says).
· Added support for a .hex (hexadecimal) dump of data.
· Added support for wtv in Windows. This is done by using a new program (wtvccdump.exe) and a new DirectShow filter (CCExtractorDump.dll) that process the .wtv using DirecShow's filters and export the line 21 data to a .hex file. The GUI calls wtvccdump.exe as needed.
· Added --nogoptime to force PTS timing even when CCExtractor would use GOP timing otherwise.
ccextractor for Windows 7 - free download notice
Windows 7 Download periodically updates software information of ccextractor from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Video Converter
58% Off -
WinX DVD Ripper
50% Off -
Media Player Morpher
85% Off -
MacX Media Management Bundle
70% Off -
MacX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- MpcStar 7.0
- Adobe Premiere Elements 2024.2
- BluffTitler 16.8.0.0
- Blue Iris 6.0.1.20
- Windows 7 Codec Pack 4.3.1
- iTop Screen Recorder 6.3.0.3577
- Windows Media Player 11 11.2405.8.0
- Windows Essentials Codec Pack 4.3.2.207
- Video To Video Converter 2.9 B2.9.6.11
- MP4Box 1.0.1
- Subtitle Edit 4.0.14
- TMPGEnc Video Mastering Works 7.1.1.36
- Free Video Converter 1.0.1.4
- VLC Media Player x64 3.0.20
- Freemake Video Converter 5.0.0.30
- Total Video Player 1.31
- Windows Media Player 12
- Free Online TV Player 4.9.5.0
- GiliSoft Video Editor 18.8.0
- VLC Media Player Portable 3.0.23
Popular Tags
ipod
mp4 converter
3gp
xvid
convert
psp
mp3
avi
asf
flv
converter
vcd
mp4
wmv
download
mpeg
divx
3gp converter
iphone
dvd
dvd to ipod
avi converter
mov
video converter
movie
dvd to psp
rmvb
mpg
dvd ripper
video
Popular Windows 7 Software
- MpcStar 7.0
- Free Any Video Converter Pro 3.8.8
- Nero StartSmart 7.11.10.0c
- KORG PA Manager 5.1.2010
- DVDFab 13.0.5.4
- 7thShare Any Video Converter 3.2.6
- Audacity Portable 3.5.0
- Adobe Premiere Elements 2024.2
- WonderFox DVD Ripper Pro 24.0
- BluffTitler 16.8.0.0
- 7thShare Any Blu-ray Ripper 3.2.6
- HD Video Converter Factory Pro 28.1
- Tipard Blu-ray Player 6.3.68
- Free HD Video Converter Factory 28.1
- iFun Screen Recorder 1.2.0.261
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



