Ripping Blu-ray movies
- Snowcrash
- Joined: Thu Jun 19, 2008 5:08 am
- Status: Looking for a job T_T
- Location: France
Re: Ripping Blu-ray movies
Just a little question : mkvtoolnix (mkvmerge) doesn't allow to remux a .m2ts file from BR into a mkv ?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Ripping Blu-ray movies
I think it cannot handle direct remux, no.Snowcrash wrote:Just a little question : mkvtoolnix (mkvmerge) doesn't allow to remux a .m2ts file from BR into a mkv ?
You can, however, demux the tracks and remux them if they are supported. Afaik, it still does not handle SUP subtitles yet, for example. But video and audio should be fine.
- Zero1
- Joined: Fri Jan 02, 2004 12:51 pm
- Location: Sheffield, United Kingdom
- Contact:
Re: Ripping Blu-ray movies
I should probably read the thread, but I'm just heading out for work and I'm wondering since those posts were made, if there have been any developments.
Basically I'm wondering if there is a BD equivalent to the excellent DVD Decrypter, that is something simple to use, automatically obtains the keys and dumps the raw files on the HDD (just like how you used to get a bunch of vobs and then index them and serve with avisynth).
It's not for me personally, but I will end up passing this information on to a friend who wants to rip a bluray, so simply switching out DVD Decrypter with a Bluray equivalent would be great.
I presume that DGIndex would now be obsolete and although I haven't been in the encoding circle for a good 3 years at least, I gather there is an AVC version. So I'd replace my current version with that, and the process should be much the same as ripping/encoding DVDs right?
I had a quick look at some software but the one I found seemed you had to enter your own keys. The bluray in question is K-ON!! Volume 9 which isn't even released yet (shipping early apparently), so we'll have no way of finding the keys or anything.
Sorry for the hasty post, but I'm short on time and really out of the loop.
Basically I'm wondering if there is a BD equivalent to the excellent DVD Decrypter, that is something simple to use, automatically obtains the keys and dumps the raw files on the HDD (just like how you used to get a bunch of vobs and then index them and serve with avisynth).
It's not for me personally, but I will end up passing this information on to a friend who wants to rip a bluray, so simply switching out DVD Decrypter with a Bluray equivalent would be great.
I presume that DGIndex would now be obsolete and although I haven't been in the encoding circle for a good 3 years at least, I gather there is an AVC version. So I'd replace my current version with that, and the process should be much the same as ripping/encoding DVDs right?
I had a quick look at some software but the one I found seemed you had to enter your own keys. The bluray in question is K-ON!! Volume 9 which isn't even released yet (shipping early apparently), so we'll have no way of finding the keys or anything.
Sorry for the hasty post, but I'm short on time and really out of the loop.
7-zip // x264 (Sharktooth's builds) // XviD (Koepi's builds) // MP4box (celtic_druid's builds) // Firefox // CCCP
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Ripping Blu-ray movies
DVDFab HD Decrypter handles both DVDs and Blu-rays. It's free and easy to use and spits out the raw unencrypted stuff from the BD like you want.
As for handling BDs, there's a number of things you can do, and I'm gonna let the choice up to you:
1) Demux the m2ts, remux the video in mkv, and load that in avisynth with ffms2.
2) Use good ol' DGMPGDec if the video is MPEG-2 (K-On!! is AVC so yeah, not a choice in this case)
3) Use DGAVCDec ─ neuron2 doesn't support it anymore and there were some quirks or whatever, so avoid that one if possible.
4) Use DGDecNV, which handles MPEG-2, AVC, and VC-1 just fine, but you need a NVidia GPU with CUDA support. Also, you'll have to donate 15 usd to neuron2 in order to use the software.
5) Use DGAVCDecDi, which uses Di-AVC in order to work (so clearly it's for AVC only). Works on any cpu, but the catch is that, aside for the donation to neuron2 to become a supporter of his (the donation does cover all his software ever, not just one, at least), you'll also have to buy the Di-AVC decoder, which is another 10 eur or so.
6) Load the m2ts directly with DSS2, though I wouldn't really recommend it.
Personally I go with 4, but in case you don't have a gpu w/ CUDA or don't want to donate the 15 bucks, I think the best choice is 1.
As for handling BDs, there's a number of things you can do, and I'm gonna let the choice up to you:
1) Demux the m2ts, remux the video in mkv, and load that in avisynth with ffms2.
2) Use good ol' DGMPGDec if the video is MPEG-2 (K-On!! is AVC so yeah, not a choice in this case)
3) Use DGAVCDec ─ neuron2 doesn't support it anymore and there were some quirks or whatever, so avoid that one if possible.
4) Use DGDecNV, which handles MPEG-2, AVC, and VC-1 just fine, but you need a NVidia GPU with CUDA support. Also, you'll have to donate 15 usd to neuron2 in order to use the software.
5) Use DGAVCDecDi, which uses Di-AVC in order to work (so clearly it's for AVC only). Works on any cpu, but the catch is that, aside for the donation to neuron2 to become a supporter of his (the donation does cover all his software ever, not just one, at least), you'll also have to buy the Di-AVC decoder, which is another 10 eur or so.
6) Load the m2ts directly with DSS2, though I wouldn't really recommend it.
Personally I go with 4, but in case you don't have a gpu w/ CUDA or don't want to donate the 15 bucks, I think the best choice is 1.
- Zero1
- Joined: Fri Jan 02, 2004 12:51 pm
- Location: Sheffield, United Kingdom
- Contact:
Re: Ripping Blu-ray movies
Thanks for the big help. Looks like DVDfab will be the one to replace DVD decrypter for the file dumping stage, and I'll replace my current DGIndex with DGDecNV. Process wise, the steps the ought to be more or less the same as dealing with DVDs, just with slightly different software right? Sounds ideal. I've got various methods of demuxing (tsmuxer which I assume will work for bluray files) and also graphedit, which providing you can view the file in directshow, you can connect it to a raw file writer and use haali to demux.
Thanks I really appreciate it, now I've gotta try these out and see what the deal is.
Thanks I really appreciate it, now I've gotta try these out and see what the deal is.
7-zip // x264 (Sharktooth's builds) // XviD (Koepi's builds) // MP4box (celtic_druid's builds) // Firefox // CCCP
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Ripping Blu-ray movies
@snowcrash mkvmerge hasn't got a demuxer for m2ts files so it cannot mux them. Haali's gdsmux can do it though, and assuming you have his splitter installed (highly likely) then you will have gdsmux somewhere or other, search your PC for it.
PGS/SUP streams cannot be placed into matroska directly as far as I can recall though so you'll need to handle those another way.
PGS/SUP streams cannot be placed into matroska directly as far as I can recall though so you'll need to handle those another way.
-
- Joined: Sun Feb 22, 2009 7:23 pm
Re: Ripping Blu-ray movies
I tried using the DSS2 method as specified in A&E's technical guide, but when I open the .avs file in VirtualDub or VirtualDubMod, it says that AviSynth can't open the file. What's going on?
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Ripping Blu-ray movies
You're not using FFMS2 or any other indexer that is actually good or written by Donald Graft. That's what's going on.
-
- Joined: Tue Aug 02, 2011 7:56 am
Re: Ripping Blu-ray movies
Seriously just get AnyDVD, [Redacted] and then just copy the m2ts files. Rename the extension to .mpg for editing purposes. Last time I checked, MKVMerge doesn't import BRMPEG format. Plus renaming it to .mpg makes it easier to compress in MeGUI or whatever else. not a lot of programs like .m2ts, just like a lot don't like .vob even though it's technically the same thing.
[MOD258: Post redacted, please read the rules.]
[MOD258: Post redacted, please read the rules.]
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Ripping Blu-ray movies
Stop giving bad advice, TYIA.