Ok. For those of you who want to create your own DVD quality movies on your PSP, here’s what to do.
1. First of all, download this RAR archive with some DVD ripping apps and 3GP Converter:
http://www.sendspace.com/file/dbrxkx
2. Now setup DVD Ghost and when that’s done, go to the “Copy DVD” tab. Make sure you have the right drive and destination directory selected, then click the Copy DVD button. The reason we need to do this this instead of just copy and pasting the .VOB files is that DVD Ghost decrypts these files.
Before I go any further, I’ll briefly explain how DVD videos are made on the actual disc to clear up any questions that people may have. The .VOB files (which are the video files themselves) are split every 0.99 GB, because DVD’s are made in the ISO file system, which is limited to 1 GB (Just as FAT32 is limited to 4GB on your hard drive). In most DVDs that I’ve seen, the main movie starts with the file “VTS_01_1.VOB” and goes on to “VTS_01_5.VOB” (01_6 if it’s a long movie). It really depends on the DVD which one it is, but this is what I have seen most often. Anyways, after the files have been extracted and decrypted, you’re going to have to combine them.
3. Rename each of these files “1.VOB”, “2.VOB”, 3.VOB”, and so on. Now create a batch file named “combine.bat”. This will be different dpending on the DVD you’re using, but very similar. Here’s some example code.
Code:
pause
copy/b 1.VOB+2.VOB+3.VOB+4.VOB+5.VOB movie.VOB
pause
Put this into your batch file, but if you’re DVD had 6 VOB files add: +6.VOB. This would go between 5.VOB and movie.VOB. You should be able to see the correlation between the number of VOB files and how many you put into this list.
4. If you have video that is pretty low on volume, you can raise it with a simple AVS script. First, you need to download and install AVISynth for the AVS Script to work. You can download the installer here. Run the installer and select I Agree (of course). Then under Select Associations, check Associate with Notepad (open). Now click on Next, then Install. Once that’s finished, create a file named movie.avs in the same directory as your movie.VOB. Double click on it and Notepad will open it. Now copy and paste this code into it:
Code:
DirectShowSource(”movie.VOB”)
Normalize(2.0)
lanczosresize(480,272)
changefps(29.97)
Now save this and close Notepad.
5. Then open up 3GP Converter on PSP Direct with the AVC Codec at 480×272 resolution and at least 768 kbps (I recommend not going over 1400kbps), which is the third from the last option in the drop down box. Drag and drop the movie.VOB or if you used an AVS script to raise the volume drag and drop the movie.AVS instead (don’t drag and drop both the AVS script AND VOB files, it will just convert two different videos) into 3GP Converter.
6. When it is done converting, transfer them to the PSP’s Memory Stick in this directory - X:/MP_ROOT/101ANV01/. DO NOT rename them or else they won’t work (you should already know this if you’ve used high res videos before).
7. Enjoy!
Screenshots (put on your PSP to see differences better):
Compressed AVI to MP4

As you can see there is some blotchiness and conversion errors. (look at the crooked line in the hair)
There is a small problem though. The video files are ripped in whatever the default language is on the DVD, which can be a problem sometimes (Advent Children’s default language is Japanese). That’s where Magic DVD Ripper comes in. If this happens to you, Magic DVD Ripper will also backup the video files, but it gives you the option of removing language tracks. So in my case, I could remove the japanese language track and just leave english.
On another note, AVI isn’t a bad format for those who don’t know. You could probably get the same quality video with it but not that many (like myself) have enough hard drive space for it. The compressors out their (like XviD) lower the quality alot after it’s been compressed.
I hope this tutorial helps those who have had trouble finding a way to get DVD quality videos.






