Log in

View Full Version : Viewing Blu-ray Extras?


bandtrumpet7
2nd September 2013, 18:21
Hey everyone,

Potentially dumb question here, but is there any way to view extras on a BR on a computer? I know about watching a movie, but since I can't access the menus, I'm wondering if there's a way to access a specific feature (specifically, some photo galleries for "Titanic" - it's one of those "click the next chapter button to progress" galleries, rather than a slideshow). Anyone know how those types of galleries are stored on a BR disc?

Thanks!

setarip_old
2nd September 2013, 22:16
Typically, as a playable M2TS file...

rubenbailey
4th September 2013, 12:55
Typically, as a playable M2TS file...

Thanks!!

casinos online en Chile‎ (http://casinoonlinechile.org/)

setarip_old
4th September 2013, 18:41
You're quite welcome ;>}

Ghitulescu
5th September 2013, 13:26
It might be also useful to check the playlists, some software players understand the playlists on BDs...

bandtrumpet7
10th September 2013, 00:49
Another, somewhat related question. Now I've moved the .m2ts files to my HDD, and I can play them in VLC and WMP. However, VLC has a tendency to stall at some of the images, and then pick up later. Or, I'll get a deformed image (see the attached). What I'm trying to do is take each frame and copy it over. It seems to play fine in WMP. I'm using the git build of VLC, 2.2.0.

http://img21.imageshack.us/img21/610/d34l.png

Any thoughts on allowing it to play correctly in VLC, and/or taking a screenshot of each frame automatically? (I tried the scene video filter in VLC, but all the images were empty/0 KB).

nevcairiel
10th September 2013, 12:28
ffmpeg for example can dump a video completely to image files, so you get one image for every frame, png, jpg, etc.

ffmpeg -i file.m2ts -f image2 out%d.png

Just change the extension to switch to other image types. :)