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

External vobsubs (.idx/.sub pairs) do not work with Libav #16

Closed
ghost opened this issue Jan 19, 2013 · 0 comments
Closed

External vobsubs (.idx/.sub pairs) do not work with Libav #16

ghost opened this issue Jan 19, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 19, 2013

mpv dropped the internal vobsub demuxer and decoder in favor of using ffmpeg for this functionality. Unfortunately, Libav doesn't have a vobsub demuxer at all, so .idx/.sub files can't be opened when mpv is compiled with Libav.

Possible workarounds:
a) Created muxed subtitles with mkvmerge: mkvmerge -o foo.mks foo.idx ; mpv file.avi -sub foo.mks
b) use ffmpeg (requires latest release)

Libav bug: http://bugzilla.libav.org/show_bug.cgi?id=419

This issue was closed.
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

0 participants