-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Some subtitles dont work in mpv 0.19.0 #3431
Comments
|
Looks like you compiled FFmpeg/libav without subrip support. |
|
How can I check used libav's compile-time options? |
|
No idea. ffmpeg has -buildconf, but avconv doesn't, iirc. |
|
So the problem is that Libav outputs a packet format different from FFmpeg, so srt subs don't work at all. This is far too much of a mess to put effort into. Use FFmpeg, or ask the Libav devs to update their API to FFmpeg's. |
|
PS: if this file fails on FFmpeg, a sample would be required. |
|
Yep, building with ffmpeg resolved problem. |
mpv version and platform
git tag v0.19.0:
Reproduction steps
Play matroska file with muxed-in subtitles, like this:
Expected behavior
Video with subtitles
Actual behavior
No subtitles and red error message in output:
Log files
Link to mentioned "1.log" file: https://gist.github.com/evgkrsk/d3b9260805d44ad50359a9ea61941a48
Sample files
One problem file that I found so far is about 10Gb in size :-(
The text was updated successfully, but these errors were encountered: