mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-13 13:35:37 +00:00
Tickertext skips frames through video #528
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 @christina-tzogka on GitHub (Dec 27, 2019).
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
CCExtractor version (using the --version parameter preferably) : X.X
In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):
I have read and understood the contributors guide.
I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
I have checked that the issue I'm posting isn't already reported.
I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
Necessary information
Video links (replace text below with your links)
https://www.youtube.com/watch?v=zDdr5FbW02o
Additional information
I am trying to run ccextractor using tesseract trained data for greek ticker-text.
The main problem is that extracting tickers process starts after the 30th sec of video (i.e 1000th frame) and goes through 1000 batch of frames.
As a result of this, many frames are being skipped...
I would appreciate it if someone could give me an advice about what may go wrong!
@gauravahlawat81 commented on GitHub (Jan 13, 2020):
Hey, I was not able to reproduce this error, can you please provide the exact command you ran which gave the mentioned error ?
@cfsmp3 commented on GitHub (Mar 22, 2023):
@christina-tzogka feel free to reopen if you are still having problems.