well full screen aspect ratio should be 640x480, before you edit in Vegas you should crop and resize your footage using Avisynth...
Code: Select all
Crop(0,0,-0,-0)
LanczosResize(640,480)
the crop filter works in pixels and goes like this left,top,right,bottom so if you put 50,2,-50,-2 you will crop 50 off of the left and right, and 2 off of the top and bottom
you would also want your project settings (which you can change by going to file then to properties) to match your source footage, and you want the pixel aspect ratio to be 1.
"Progressive Scan" just means that the footage is
not interlaced, so if you deinterlaced to begin with then you should make sure the settings are "progressive scan"
720x480 is the resolution on DVDs because players will fix the ratio when you play them on the TV