-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] Make -delay all output formats #1167
Conversation
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Your PR breaks these cases:
Check the result page for more info. |
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Your PR breaks these cases:
Check the result page for more info. |
How have you tested this? @NilsIrl |
@cfsmp3 I've tried using with and without Also please note that the end_time was already calculated earlier in some cases and that there were more than one encoder which didn't take into account subs_delay so this fixed more than webvtt. |
I also tested with |
@canihavesomecoffee OK to merge? I can't test myself for the next 48 hours |
Will check tomorrow |
@NilsIrl Can you solve the conflicts? |
Conflict fixed |
Linux tests look OK to me, Windows is still running. |
Windows fails with error code 10 on some samples, which means NO_CAPTIONS. But it's producing that even when there's actually subtitles. Note though that we return "no captions" for any error returned by the main loop (which sucks - the error can be anything else and we just happily convert it to no captions). Don't know why this would appear in Win and not linux but clearly there's something weird going on here. @NilsIrl can you check that out, see if you can figure it out? |
Is this a regression that was introduced in this PR? Because comparing with the results from master, I can't see a difference. |
You are right @NilsIrl. I looked back a bit further, and at least since the release from 0.88 they have been returning non-expected return codes. As such, this PR doesn't make it worse, and can be merged 👍 |
Fix #1103
My familiarity with the project is as follows (check one):
Move up the pipeline, when the calculation of delay is done.