mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.54k stars 2.92k forks source link

Autodetect dirs with more bdmv formats #1127

Closed Nikoli closed 10 years ago

Nikoli commented 10 years ago

Commit d6c27855d70f3909ea083e03ea51b458f2a35411 adds very useful feature, but it does not work with all my bdmv dirs: some of them have MovieObject.bdmv with MOBJ0100 instead of MOBJ0200. Seems MOBJ0100 is for AVCHD format: https://en.wikipedia.org/wiki/AVCHD http://forum.doom9.org/showthread.php?t=141361 http://forum.doom9.org/showthread.php?p=1191107#post1191107 https://bugs.freedesktop.org/show_bug.cgi?id=53380

Nikoli commented 10 years ago

Works fine now, thanks.