We now have banners for the project that you can add to your websites and sigs if you so feel the need to do so. Simply link the image to this site: http://ngsilver.com/DPRN

410x40

300x40

300x40

250x40

250x40

200x40

200x40


    Not sure exactly how to make your source 720p when you only have DVD footage? It's really simple to upscale your source if you have avisynth. You can go about this two ways, upscale your source before you start editing so that your effects are all at 720p (best way if your PC can handle it) or you can edit at 480p and then upscale your final video to 720p (best way if your PC can't handle editing at 720p.) The following script will upscale your video for you with very little quality loss:   

nnedi2_rpow2(2,2,3,true,"spline36resize",1280,720)
limitedsharpenfaster(ss_x=1.3,ss_y=1.3,Smode=3,strength=24,overshoot=0)

or if you don't have the nnedi2 plugin (Much Faster)

spline36resize(1280,720)
limitedsharpenfaster(ss_x=1.3,ss_y=1.3,Smode=3,strength=24,overshoot=0)

    Keep in mind that this script is designed to upscale your source AFTER you have cleaned it up using other filters. Upscaling before cleaning will only slow down your script as it now has to clean a larger file. Also note that you may need to do some light cleanup after the script upscales your source, such as a light amount of sharpening. If you need help on how to clean up your footage I suggest you READFAGLOLZ!