Is poor "raw" DVD and BD playback expected? #15806
-
|
I've ripped a lot of DVDs and blu-rays, mostly with MakeMKV (the disc "backup" feature) and AnyDVD HD (Windows) to folders, with DRM removed for archival. It soon started to seem that "remuxing" the disc data with a DVD-/BD-compliant program (not a generic tool such as ffmpeg) into an MVK container for seamless playback is near-mandatory: skipping back or forward is unreliable (can even load another episode/file instead of moving over the intro, segments may play several times) and resuming playback tends to fail after some time, vaguely in fashion of an expired web stream. ffmpeg prints errors into the console. Disc menu support is not needed and I suppose I'm in favor of removing legacy code from mpv. Please clarify why and if mpv may struggle with raw disc folders and images. And if anyone is familiar with an open CLI program (always scriptable) created for disc-remuxing, please tell me. EDIT: I didn't search properly; some related issues (many around a decade in age) for reference: EDIT-2: The MakeMKV 'decryption library' may be of interest (mpv is mentioned alongside other media players), but the feature is seemingly for the Blu-ray only. MakeMKV can be installed from Flathub on Linux. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
It's expected in the sense that disc playback is full of bugs and no one has fixed them. |
Beta Was this translation helpful? Give feedback.
-
|
Could you test the builds in this PR here? Hopefully it behaves better. |
Beta Was this translation helpful? Give feedback.
-
|
@Dudemanguy Sorry for the very delayed reply. Thankfully your pull request was merged. While the functionality is certainly more reliable in If there was a known method for ignoring the disc menu structure (likely achievable at least with a script which removes the respective folders from playlists), the mpv's DVD & BD playback would be far more accessible. Could presumably be a default option since there's no (interactive) disc menu support in mpv. |
Beta Was this translation helpful? Give feedback.
-
|
Use |
Beta Was this translation helpful? Give feedback.
Use
mpv dvd:// --dvd-device=/path/to/iso-or-vob-folder. You can select titles with dvd://1, dvd://2 etc.