Portable ccextractor full changelog
Portable ccextractor 0.96.6
released Feb 20, 2026 (New Release)
New: 32-bit (x86) Windows build and installer (#2116)
New: Add optional machine-readable JSON output for -out=report via --report-format json
New: Add Snap packaging support with Snapcraft configuration and GitHub Actions CI workflow
New: Implement dictionary-based capitalization and censorship for transcripts
Fix: Massive OCR memory leak — Tesseract instance was recreated and leaked every DVB subtitle
frame, causing ~28 GB peak memory on a 2-hour film (#2114)
Fix: SPUPNG subtitle offset calculation for EIA-608/teletext (#893)
Fix: Empty WebVTT files now include required header for HLS compatibility (#1743)
Fix: macOS hardsubx (burned-in subtitle extraction) on Apple Silicon
Fix: Teletext decoder crash on malformed BCD data (#1990)
Fix: Crash in report-only mode (-out=report) with AVC streams
Fix: Incorrect strlen argument when writing end timestamps in MKV subtitle extraction (WebVTT, SRT, ASS/SSA)
Fix: File descriptor leak and missing open() error check in MKV subtitle track saving
Fix: DVB EIT start time BCD decoding in XMLTV output causing invalid timestamps (#1835)
Fix: DVB subtitle duration capped to prevent 65-second page timeout display bug
Fix: Clear status line output on Linux/WSL to prevent text artifacts (#2017)
Fix: Prevent infinite loop on truncated MKV files
Fix: Correct progress time display for multi-program Transport Streams
Fix: Delete empty output files instead of leaving 0-byte files (#1282)
Fix: --mkvlang now supports BCP 47 language tags (e.g., en-US, zh-Hans-CN) and multiple codes
Fix: Segmentation fault when using --multiprogram
Fix: Dangling pointers in decoder context copy causing potential crashes on cleanup
Fix: 16 MB memory leak per file in Rust/C FFI demuxer layer
Fix: Spurious numbers printed to console during processing
Fix: Heap overflow in Transport Stream PAT/PMT parsing (security fix)
Fix: Various memory safety and stability fixes in demuxers (MP4, PS, MKV, DVB)
New: Add optional machine-readable JSON output for -out=report via --report-format json
New: Add Snap packaging support with Snapcraft configuration and GitHub Actions CI workflow
New: Implement dictionary-based capitalization and censorship for transcripts
Fix: Massive OCR memory leak — Tesseract instance was recreated and leaked every DVB subtitle
frame, causing ~28 GB peak memory on a 2-hour film (#2114)
Fix: SPUPNG subtitle offset calculation for EIA-608/teletext (#893)
Fix: Empty WebVTT files now include required header for HLS compatibility (#1743)
Fix: macOS hardsubx (burned-in subtitle extraction) on Apple Silicon
Fix: Teletext decoder crash on malformed BCD data (#1990)
Fix: Crash in report-only mode (-out=report) with AVC streams
Fix: Incorrect strlen argument when writing end timestamps in MKV subtitle extraction (WebVTT, SRT, ASS/SSA)
Fix: File descriptor leak and missing open() error check in MKV subtitle track saving
Fix: DVB EIT start time BCD decoding in XMLTV output causing invalid timestamps (#1835)
Fix: DVB subtitle duration capped to prevent 65-second page timeout display bug
Fix: Clear status line output on Linux/WSL to prevent text artifacts (#2017)
Fix: Prevent infinite loop on truncated MKV files
Fix: Correct progress time display for multi-program Transport Streams
Fix: Delete empty output files instead of leaving 0-byte files (#1282)
Fix: --mkvlang now supports BCP 47 language tags (e.g., en-US, zh-Hans-CN) and multiple codes
Fix: Segmentation fault when using --multiprogram
Fix: Dangling pointers in decoder context copy causing potential crashes on cleanup
Fix: 16 MB memory leak per file in Rust/C FFI demuxer layer
Fix: Spurious numbers printed to console during processing
Fix: Heap overflow in Transport Stream PAT/PMT parsing (security fix)
Fix: Various memory safety and stability fixes in demuxers (MP4, PS, MKV, DVB)
Portable 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
Portable 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
Portable ccextractor 0.96.2
released Dec 27, 2025 (New Release)
Various bug fixes and improvements
Portable ccextractor 0.94
released Dec 15, 2021 (New Release)
Portable 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
Portable 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).
Portable 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.
Portable ccextractor 0.66
released Jul 8, 2013 (New Release)
Portable ccextractor 0.65
released Mar 18, 2013 (New Release)
Portable ccextractor for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Portable ccextractor from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX HD Video Converter
56% Off -
WinX MediaTrans
63% Off -
MacX DVD Video Converter
58% Off -
MacX Media Management Bundle
70% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me
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
- BluffTitler 17.0.0.0
- Adobe Premiere Elements 2024.2
- MP4Box 1.0.1
- iTop Screen Recorder 6.4.0.3598
- Blue Iris 6.0.1.27
- Windows Media Player 11 11.2405.8.0
- Windows 7 Codec Pack 4.3.1
- Windows Essentials Codec Pack 4.3.2.207
- Video To Video Converter 2.9 B2.9.6.11
- Subtitle Edit 4.0.15
- TMPGEnc Video Mastering Works 7.1.1.36
- Free Video Converter 1.0.1.4
- Freemake Video Converter 5.0.0.30
- VLC Media Player x64 3.0.20
- Total Video Player 1.31
- Windows Media Player 12
- Free Online TV Player 4.9.5.0
- VLC Media Player Portable 3.0.23
- GiliSoft Video Editor 19.0.0
Popular Tags
3gp
dvd
ipod
mpeg
avi converter
mov
xvid
mp4
vcd
divx
convert
mpg
mp4 converter
iphone
asf
video converter
converter
3gp converter
flv
rmvb
mp3
dvd ripper
dvd to psp
psp
download
wmv
video
movie
dvd to ipod
avi
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.6
- 7thShare Any Video Converter 3.2.6
- WonderFox DVD Ripper Pro 24.0
- Audacity Portable 3.5.0
- BluffTitler 17.0.0.0
- Adobe Premiere Elements 2024.2
- 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
- MP4Box 1.0.1
© 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.



