mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
Freeview UK - no subtitles detected #279
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 @akiller on GitHub (Feb 17, 2017).
Hi all,
I'm trying to extract subtitles from Freeview recordings but no matter what options I choose it never seems to detect anything. I've tried different recordings and channels and used both your latest release version as well as compiling the latest code myself to no avail.
Here's a sample file (~12MB) recorded on a Hauppauge Nova-T
https://www.dropbox.com/s/8ir9ofo03zir90h/8ooTC.zip?dl=1
And here's a log when I tried to process it:
C:\Temp\ccextractor\ccextractor-master\windows\Release-Full\ccextractorwinfull.exe --gui_mode_reports -haup -autoprogram -out=srt -bom -latin1 [+input files]Any help would be appreciated - cheers :).
@Izaron commented on GitHub (Feb 19, 2017):
Without -haup I get (well, on linux) this output - link
Can you uncheck "Hauppage" switch button and try one time more?
@akiller commented on GitHub (Feb 19, 2017):
That's interesting that it works for you.
I wonder if it's a Windows issue? Without using Haup I get the same with a 0kb srt:
@cfsmp3 commented on GitHub (Feb 20, 2017):
Are you using the full version (which includes the OCR), not the compact
one?
On Sun, Feb 19, 2017 at 11:45 AM, Andrew Killer notifications@github.com
wrote:
@akiller commented on GitHub (Feb 20, 2017):
Hi Carlos,
I was using the full version. I was also using the GUI. When I ran ccextractorwinfull.exe manually I noticed some output which wasn't in the output from the GUI:
Downloading eng.traineddata from https://github.com/tesseract-ocr/tessdata and putting it in tessdata/eng.traineddata now seems to have solved the problem for both command line and the GUI.
It may be worth updating the GUI to make this clear?
Thanks for your help.