Skip to content
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

Subtitle file(s) that ffmpeg and/or pysubs2 parse that subparse does no #11

Open
john-parton opened this issue Apr 21, 2023 · 0 comments

Comments

@john-parton
Copy link

Here's a .srt file which both ffmpeg and pysubs2 parse without complaint, which subparse fails on:

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

1
00:00:06,000 --> 00:00:12,074
text1
2

2
00:11:49,412 --> 00:11:52,858
text2

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant