PDA

View Full Version : encode at 720x480


jimmyzshack
9th January 2002, 01:52
using dvd2svcd how can i encode at 720x480 instead of 480x480?
thanks,

DVDHack
9th January 2002, 02:53
In DVD2SVCD there is a frameserver tab, select one of the options to edit the Avisynth script file. When the process pops up the script file delete the resize line (assuming that the source is 720x480), or change the resize parameter to 720x480 if the source is not that format and save and OK. You may like to increase the bitrate to compensate for the increase resolution, say 33%.

jimmyzshack
9th January 2002, 02:56
thanks,