Quote:
Originally Posted by
baringer 
I've used this guide to make MKVs out of my HD material, but I'm having trouble figuring out my Blu Ray material. Most of my Blu Ray discs contain as many as 50 files in the main picture folder. Do I need to add all 50 of these in my batch file?

Is a blu ray tutorial still in the works?
Hey Baringer, there's an easy way to deal with Bluray discs. I found this out over on the Doom9 thread for eac3to.
After you've transferred the dic onto your hard drive. Then from the command prompt in the eac3to directory try something like:
>eac3to C:\\Movie\\BDMV\\STREAM
As you've found: all the movie files are inside the 'BDVM\\STREAM' and there could be heaps of them. But the great thing is that you only have to feed the folder to eac3to and it works out the rest. As per JiffOrange's guide, after you've run that command, eac3to will present you with the available 'streams' inside that folder. Usually it's the first one you want. You can deduce which by looking at the running time shown next to each stream. So the next command would be:
>eac3to C:\\Movie\\BDMV\\STREAM 1)
Which then shows you what video, audio, chapter, (possibly subtitles working soon) are available in that particular 'stream'. Each part will have a number before it. And you use those numbers to extract what you want. So the last command usually looks something like:
>eac3to C:\\Movie\\BDMV\\STREAM 1)
1: C:\\extracted\\chapters.txt
2: C:\\extracted\\Main_Video.mkv
4: C:\\extracted\\Main_Audio.flac
And that's it. Do what you want with the files after that. I'm really impressed by the versatility of eac3to. This also works with HD-DVD
hope that helps,
Sim