>>103322724
Does mpv just suck when it comes to playing blurays? I'm trying to open a direct bluray rip (with BACKUP, CLIPINF, PLAYLIST, STREAM, etc files), and I keep getting a bunch of errors when seeking.
The command is this:
mpv --hr-seek=yes bd://3 --bluray-device=BD00/
[ffmpeg/demuxer] mpegts: Packet corrupt (stream = 0, dts = 54219219).
[ffmpeg/demuxer] mpegts: PES packet size mismatch
[ffmpeg/demuxer] mpegts: Packet corrupt (stream = 1, dts = 54221400).
[disc] PTS discontinuity: 602.460000->2896.330000
AV: 00:38:18 / 01:43:30 (37%) A-V: 0.001
Invalid video timestamp: 2299.051489 -> 2299.051489
AV: 00:38:22 / 01:43:30 (37%) A-V: 0.000
[bd] Cannot seek backward in linear streams!
[bd] Cannot seek backward in linear streams!
AV: 00:26:51 / 01:43:30 (26%) A-V: 0.000
[ffmpeg/demuxer] mpegts: PES packet size mismatch
[ffmpeg/demuxer] mpegts: Packet corrupt (stream = 0, dts = 260996790).
[ffmpeg/video] h264: Missing reference picture, default is 0
[ffmpeg/video] h264: Missing reference picture, default is 0
... and many more similar errors
I'm not even seeking backwards, I'm seeking forwards. Are the files just broken, or is this an issue with ffmpeg/mpv? The stream files themselves are .m2ts, and apparently mpv sucks at working with them: https://github.com/mpv-player/mpv/issues/13345
But is this rip just actually corrupt? There's a .mkv version of the bluray which plays fine without errors, which doesn't make sense to me.