mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-18 13:35:41 +00:00
[BUG] Reading mp4 file switch to next idx before finish processing #399
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 @AlexandrGraschenkov on GitHub (Mar 6, 2018).
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
CCExtractor version (using the --version parameter preferably) : from master
In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
Necessary information
-autoprogram**Video links (replace text below with your links) **
https://drive.google.com/open?id=13Jga959y2UjujePkKnqPdoiShi75sboX
Additional information
When process mp4 file
ctx->current_filemove to next index before previous file complete processing. So app fall down cause have wrong idx. Here is code witch call increment file idx.PS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.
@cfsmp3 commented on GitHub (Mar 8, 2018):
That index is increased only when a file has been processed completely. I cannot reproduce any problem here, small.mp4 was processed correctly.
Please reopen the ticket with the exact parameters you're using (if processing more than one file, then the list of all of them).
@AlexandrGraschenkov commented on GitHub (Mar 18, 2018):
Yes, subtitles is generated, but program fail with error. If you can run program in debug mode, you probably immediately find the problem.
For test you can try comment this line, and see the log after execution. The log for me is more complete.