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
Here's a .srt file which both ffmpeg and pysubs2 parse without complaint, which subparse fails on:
.srt
1 00:00:06,000 --> 00:00:12,074 text1 2 2 00:11:49,412 --> 00:11:52,858 text2
Both ffmpeg's behavior and pysub2's behavior is to nest the extra line into the previous entry
I was working on a python binding for subparse and a file similar to this one triggered an error I wasn't expecting. https://github.com/john-parton/subparsepy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's a
.srt
file which both ffmpeg and pysubs2 parse without complaint, which subparse fails on:Both ffmpeg's behavior and pysub2's behavior is to nest the extra line into the previous entry
I was working on a python binding for subparse and a file similar to this one triggered an error I wasn't expecting. https://github.com/john-parton/subparsepy
The text was updated successfully, but these errors were encountered: