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

srt subtitles fails to be read if auto-numbering not present - OK with VLC or Mplayer #8553

Closed
artofit opened this issue Feb 11, 2021 · 2 comments

Comments

@artofit
Copy link

artofit commented Feb 11, 2021

Case:
In the same folder:

1/ Take some video: test.mp4

2/ Create a srt text file (utf8) test.srt as such:

00:00:03,000 --> 00:00:04,000
Some subtitle 1

00:00:05,000 --> 00:00:06,000
another one

00:00:10,000 --> 00:00:12,000
last one

Play again with mpv

no show any subtitles now.

Expected behavior of the wanted feature

Try VLC or Mplayer, you do see that they show the subtitles

@Akemi
Copy link
Member

Akemi commented Feb 11, 2021

report it to ffmpeg, we use their srt decoder. though this is probably not valid srt anyway.

@Akemi Akemi closed this as completed Feb 11, 2021
@artofit
Copy link
Author

artofit commented Feb 11, 2021

though this is probably not valid srt anyway.
Strictly speaking no, the counting ought to be specified, but so what as time code is what matters?
VLC and Mplayer are fault tolerant and render the expected result.

report it to ffmpeg, we use their srt decoder. though this is probably not valid srt anyway.
https://trac.ffmpeg.org/ticket/9103

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

No branches or pull requests

2 participants