the mother of all problems pal dvd to ntsc dvd

You should copy the dvd2avi.vfp file to your TMPGenc folder. Check in TMPGenc's Options/Environmental Settings/VFAPI-plugin that the dvd2avi.vfp file is actually listed and ticked.

DVD2AVI ver 1.76 is the best to use and so is CCE rather than TMPGenc.
 
yes that is there but everytime i laod a avs i get the error line 2 3 or whatever line the .d2v is on and it says cannot open file err
 
As I said check what version of DVD2AVI you are using. Because it sounds to me that you are using an old version of MPEG2Dec with AVISynth 1.x/2.x which would only read v1.76 project files. If this is the case then either redo the D2V or use one of the versions of MPEG2Dec that supports v1.77.3 or whatever project files.

You could also try MPEG2Dec3 as the later versions support both project files.
 
lol i dotn got a pda lolol what luck i have but anyways guys i fixed my avs script problem well sort of. My source is a pal .d2v progressive and ive been using this

LoadPlugin("C:\YourPath\AviSynth2\plugins\MPEG2DEC.dll")
mpeg2source("C:\YourPath\YourFileName.d2v")
BilinearResize(688,416,21,0,678,480)
AddBorders(16,32,16,32)
AssumeFPS(23.976, true)
ResampleAudio(44100)

when i came out with it the black bar on the top was bigger then the bottom and there were too little black lines on the sides anyone know a correct avs for what im trying to do thx
 

smiler125

New member
PAL to NTSC

Can you please advise the best way to convert my PAL home movies to NTSC.
Is it possible to capture in NTSC from a PAL source, or do I need to covert after and if so using what software

Thanks
 
Top