Come on, there are already 2 plugins for BD decoding in VLC... Well, the code I'm looking at is for parsing .mpls playlists, and I have at least one disc where this doesn't work in current versions of VLC. It's the only BD I've ripped which doesn't put its main feature in one massive .m2ts file, an...
Using C# in VLC is hard. C or C++ is better. Right, I figured that. But I have zero experience with the VLC code, so I don't know where to begin. From my quick glance at the TSPlaylistFile.cs code, it looks fairly straightforward. But you're right, a direct copy won't work, and will be quite diffic...
The (Windows-only) tool BDInfo can read .mpls files, and it's open source (LGPL v2.1). Could we adapt their methods for reading .mpls to work with VLC? Looks like the code TSPlaylistFile.cs [edit] in BDInfo source[/edit] contains .mpls parsing code. I'll need to brush up on my C#, but it looks like...
The (Windows-only) tool BDInfo can read .mpls files, and it's open source (LGPL v2.1). Could we adapt their methods for reading .mpls to work with VLC?
I've been ripping my Blu Ray discs using SlySoft AnyDVD HD, and I can (mostly) read Blu Ray *.m2ts files. However, if the movie is split amongst multiple *.m2ts files, selecting the BDMV directory plays everything in BDMV/STREAM, including documentary/making of pieces I don't want to see when playin...
Open the largest m2ts file which is located in BDMV\STREAM folder. This works for most Blu Ray discs I've come across, but not for one. I've ripped all of my BD movies to ISO using SlySoft's AnyDVD HD software, and the disc Inception has many *.m2ts files in BDMV/STREAM, none of which are feature l...