mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 13:35:30 +00:00
DVB-subtitle-track not discovered #87
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 @hurda on GitHub (Nov 18, 2015).
CCExtractor 0.77 and git-677fee4
File: http://www.mediafire.com/download/lzruvndz9mzoxul/dvb_not_found.7z (26MB)
The dvb-stream isn't detected, while extracting the teletext-subtitles works.
With 0.77 the program produces an empty SRT-file.
But with the compiled git-version, the program crashes at the OCR-stage:
@cfsmp3 commented on GitHub (Aug 8, 2016):
Just tested - the crash with OCR is still there today. Assigned to Abhinav95 since he's doing DVB work these days.
Abhinav95 I can reproduce by doing this:
-codec dvbsub -stdout -srt "C:\DeletableTempStuff\dvb not found.ts"
0.82 to be released once this is fixed.
@ghost commented on GitHub (Nov 28, 2016):
Resolved as of 0.82
@cfsmp3 commented on GitHub (Nov 28, 2016):
Can you send complete console output and also attach the resulting output
file to the ticket?
On Mon, Nov 28, 2016 at 3:53 PM, Alex Huang notifications@github.com
wrote:
@ghost commented on GitHub (Nov 29, 2016):
dvb not found.zip - contains the output .srt file
@hurda commented on GitHub (Jan 25, 2017):
Doesn't work for me in 0.85:
C:\Temp\downloads\ccextractor.0.85-windows.binaries\ccextractorwinfull.exe --gui_mode_reports -autoprogram -out=srt -bom -latin1 -codec dvbsub [+input files]Plus the log of @grave-w-grave shows it was extracting the Teletext-subtitles, not the DVB-subtitles, which weren't an issue.
@cfsmp3 commented on GitHub (Jan 26, 2017):
Confirmed - it still crashes. I looked into it and the first crash is caused due to uninitialized variables.
Trivial "fix":
But we don't get much further than that - eventually tesseract returns an 0 which we don't really handle well (we write "something messy" and go on with our day) and then another crash.
@Abhinav95 can you check this out?
@ghost commented on GitHub (Dec 25, 2017):
Tesseract thingy fixed, but this still crashes at PTS: 21:57:43:392 (2820737994) FTS: 00:00:05:280 due to access violation, trying to read from a pointer to 0 at some point
e: Now that's odd, tried running it in debug-full using the same settings and it runs to completion with "No captions were found in input."
Step 1 figure out why it crashes in release but not dbg?