We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems the synchronized srt file has overlapped timestamp span. One sample is pasted below.
`263 00:18:08,005 --> 00:18:14,610 她妈妈是化妆师
264 00:18:10,604 --> 00:18:11,210 咳,那不挺好的嘛`
Obviously, subtitle #264 should follow behind #263, but the timestamp 00:18:10,604 is ahead of 00:18:14,610.
Actually, I didn't go through the detail of the source code. But this behaves a little unreasonable.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems the synchronized srt file has overlapped timestamp span.
One sample is pasted below.
`263
00:18:08,005 --> 00:18:14,610
她妈妈是化妆师
264
00:18:10,604 --> 00:18:11,210
咳,那不挺好的嘛`
Obviously, subtitle #264 should follow behind #263, but the timestamp 00:18:10,604 is ahead of 00:18:14,610.
Actually, I didn't go through the detail of the source code. But this behaves a little unreasonable.
The text was updated successfully, but these errors were encountered: