hey...I am converting a dvd using this guide:
http://www.geocities.com/xesdeeni2001/StandardsConversion/index.html#Tools
I am doing the PAL (Video) DVD (25i fps)to NTSC DVD (29.97i fps) conversion.
I have done these steps:
Create and open a new text file with an AVS extension (to be used with AVISynth), using your favorite text editor (like Notepad).
Add the following lines, filling in the location and filename of the file you created above:
LoadPlugin("MPEG2DEC.dll")
LoadPlugin("SmoothDeinterlacer.dll")
MPEG2Source("DRIVE:\PATH\VTS_xx_x.d2v")
SmoothDeinterlace(doublerate=true)
LanczosResize(720,480)
ChangeFPS(59.94) # or ConvertFPS(59.94)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB()
Save the AVS file.
I am at this step now:
Load the AVS file into TMPGEnc as the "Video Source."
Only problem is when I load the .avs file it told me to create into TMPGnc as the "Video Source" it tells me that it can't read the file. Am I mising something? Any help would be greatly appreciated!!!
presideo
Closed Thread
Results 1 to 2 of 2
-
-
CROSS-POSTED
PLEASE DO NOT POST HERE
SEE THE OTHER POST AT THE FOLLOWING LOCATION:
https://www.videohelp.com/forum/viewtopic.php?t=167988
THANK YOU !!!"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
when Pal dvd has correct Ntsc audio (Pal>Ntsc conver)
By spiritgumm in forum Video ConversionReplies: 15Last Post: 13th Oct 2011, 12:57 -
Just a Thanks pal to ntsc guide.
By Fat Tony in forum Newbie / General discussionsReplies: 0Last Post: 9th Feb 2010, 13:03 -
Guide wrong? "Converting a PAL DVD to NTSC using CCE"
By OliverGrey in forum Video ConversionReplies: 2Last Post: 11th Jan 2009, 01:47 -
CCE guide for PAL to NTSC conversion
By alexs_eu in forum Video ConversionReplies: 9Last Post: 21st Jun 2008, 07:41 -
Need for NTSC DVD to PAL DVD guide
By Lure in forum Newbie / General discussionsReplies: 59Last Post: 17th Jan 2008, 14:43