mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 13:35:30 +00:00
.79 crashes on small .bin files #121
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?
Originally created by @Kapstew on GitHub (Feb 26, 2016).
Originally assigned to: @canihavesomecoffee on GitHub.
I've found what I believe to be bug in CCExtractorwin.exe version 0.79. When I attempt to extract captioning from a file that’s from a 5-minute recording ccextractorwin crashes.
Ccextractorwin version 0.77 does not crash when extracting text from this same file. I’ve had no problems extracting text from a 30 to 60 minute recording with 0.79.
I’m using this command line:
ccextractorwin "C:\Source\WMTV_Today_6_955am.bin" -ttxt -o Output79.txt
I’ve attached the .bin (with .txt extension) file that I’ve been using to extract from and a text file from a successful output from version 0.77 that was run from this file.
Output77.txt
WMTV_Today_6_955am.bin.txt
@abhibansal530 commented on GitHub (Mar 8, 2016):
This issue was due to fflush,which is fixed now.
877ee7b2c7@canihavesomecoffee commented on GitHub (May 22, 2016):
Can be closed once #323 is merged (after bot confirms that PR doesn't introduce new regressions). Tested the PR manually and it solves this issue.