Alright, I’ve finally found some free time and have started the spiral down towards making this guide. There are a few things you’re going to need, and a few things that you should probably install. I will spell out exactly what I use and what each program is for so that there isn’t too much confusion in the whole process. The purpose of this guide is not to be easy. Its purpose is to be accurate, easy to follow somewhat, and give a very good product.
This guide is not for the weak of heart. I mention this because the second guide coming out later will be much easier and still get something good as the end result. Many of the steps that are necessary to completely navigate this guide are done manually so beware!
Now for the disclaimer:
This guide is not to be used for the reproduction of videos and movies for distribution via P2P or other networks via the internet. Also, if it is illegal in your country to follow the steps in this guide the immediately stop using it. The purpose of this guide is to demonstrate how to backup DVDs that you currently own.
Now, down the path we go…
Here are a list of programs that you will need to follow along:
Now, install the .NET Framework first. If you already have it on your system, then you can skip this step. The download is approximately 20MB in size, and on a decent internet connection shouldn’t take too long to get off the intarweb.
Then, install AviSynth 2.5. This should be pretty straight forward.
Now, install MeGUI. This is also pretty straight forward. The not-quite-as-straight forward part is updating MeGUI which downloads the rest of the software needed to use the program.
Install BeLight. Then open up the NeroDigital file that you downloaded and drop those files in the BeLight folder under Program Files on your hard drive.
Install DVD Decrypter. It’s very straight forward. I would suggest, however, not having it check online for updates due to the fact that it is not in production anymore and checking on the internet is merely a waste of time.
Install mkvtoolnix.
Okay, now everything should be working. The process that we are going to use is simple, and it’s something that you need to know before we get into the gut of things.
DVD Decrypter usually starts in “File” mode. What you will need to do is go to the Mode menu and select IFO. This should give you a menu that looks very similar to the image above this.
Now, under VTS_01 there are many PGCs listed. These are program chains. Each one is a logical progression of video and we are here to use that information to our advantage. This DVD came from a season of television episodes which means we are looking for chains of around 23-24 minutes in length. These are the individual episodes. In the image, you will also notice one very long chain. This is the “PLAY ALL” chain that allows you to watch all the episodes without having to select each one. If you want one really loooong video with all the episodes on it, click on that one. Otherwise, we’ll do the first episode on the list.
Notice: 30 minute television episodes usually come in around 21-24 minutes. 60 minute episodes usually come in around 43 minutes each. Movies are usually much bigger unless their “Rambo”.
Once you have selected your program chain, lets pick a destination. Click on the little folder icon in the destination box. Place it on a drive that has atleast 10GB of space (for television episodes). I have a spare 250GB hard drive used solely for the purpose of encoding video, but to each their own. You could still use this program with less than 10GB of space for TV episodes, but things tend to slow down.
Now, click on the DVD to Hard Drive icon. This should start the process and could take some time depending on the speed of your DVD drive, your computer, and the amount of bad karma you have accrued over the years.
Okay, we now have a TV episode/movie on the hard drive waiting to be seperated into various elementary streams (audio/video/etc). Now, we will have to use a program that comes with MeGUI, but we will run it by itself. Go to My Computer -> C: -> Program Files -> megui -> tools -> dgIndex and Alt + Drag the DGIndex icon onto the desktop.
Now, simply double-click the shortcut for DGIndex and let’s get started.
DGIndex is the program that quickly and efficiently demultiplexes or disassembles the video file into audio and video streams. It also tells you some information about the video you are demuxing.
Click on File -> Open and find the video file you created when you decrypted it in DVD Decrypter. It should be something like VTS_01_1.VOB. Remember, it may not be exactly the same.
Now, before we demux this file, lets have DGIndex take a look at the video file and give us some information about it that we can use later. Click on File -> Preview and it will open up your video and a seperate window giving you all kinds of goodness about your video. It should look like this:
My video is NTSC, plays at 29.97 frames per second, and is interlaced with the top field being first. It also has one ausio track which is an AC3 stereo track at 192kbps. The resolution of the video file is 720×480. It also believes that the aspect ratio is 4:3 (SDTV). This information will be of some use later on so write it down!
Now, click on File -> Stop, then we are going to double check some settings. Click on Audio -> Output Method -> Demux All Tracks. This will mean that if there is any extra audio tracks you’d like to add other than the default one, we can get them all in one fell swoop.
After you have verified this, then click on File -> Save Project. This will open up a window for you to save your .d2v project file to. Pick a suitable name, and click on Save. DGIndex will now go through the VOB file and demux it. It shouldn’t take too much time. You should now have a few files in your directory and look something like mine.
Right now we have everything layed out to properly start work on encoding. Next week I will start back in and show you how to encode the audio and video along with putting it back together so that you have a somewhat smaller file with very, very good audio and video quality.
Next week: Encoding the audio and video, and putting it back together.
@AidesDelmos: Very good point. I usually demux all the streams and pick the ones I want out of them. If you have constricted storage restraints (i.e. small hard drive) then that is definitely a better option.
this is probably the best MeGUI guides. all of the other ones seem really outdated, thanks for this great guide.
@xenfreak: Appreciate it and hope it worked out well for you.
Bad Behavior has blocked 54 access attempts in the last 7 days.
7:11 pm
You can demux the streams in DVD Decrypter. After you select your pgc, click on the “Stream Processing” tab and tick the box by “Enable Stream Processing.” Then choose the video stream you want to demux and towards the bottom of the main window (under the list of streams) select “Demux.” Then do the same for each additional stream you want.
If you’re ripping an episodic DVD, and it has a “Play All” pgc, if you go to tools–>settings, and under “IFO Mode” select file splitting: by chapter, you will end up with separate demuxed streams for each episode. If each episode is split in half (ie, you get two video streams per episode), you can easily merge them together with dgindex when you make the .d2v project file.
This makes ripping an episodic dvd go a little quicker, and cuts down on diskspace, since you don’t end up with a .vob file and its individual demuxed streams on your hdd at the same time.