Hi, I'm a newbie to copying dvds and i'm trying to convert my NTSC DVD of Spirited Away to PAL.
I'm following this guide: http://www.geocities.com/xesdeeni2001/StandardsConversion/index.html (at the bottom of the page).
I've completed the steps but when I preview in TMPEnc I get this error:
My script looks like this:
Please could you tell me what i'm doing wrong?LoadPlugin("MPEG2DEC.dll")
LoadPlugin("SmoothDeinterlacer.dll")
MPEG2Source("C:\sa2\spiritedaway.d2v")
SeparateFields()
Weave()
SmoothDeinterlace(doublerate=true)
ChangeFPS(50)
LanczosResize(720,576)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB()
+ Reply to Thread
Results 1 to 5 of 5
-
-
I believe LanczosResize is a fairly new internal filter and was only introduced in Avisynth version 2.5 as a variation to the BicubicResize filter. Check what version you are running (just add a line 'Version()' to your script and then run it - it will just report the version).
You can either get the latest version or use the older filter 'BicubicResize'. -
I think (stress think) that you need to install the latest AviSynth version 2.5x and that should give you LanczosResize.
However after you do that you need to re-install AviSynth version 2.08 because the SmartSmoother.dll that Xesdeeni uses only works with version 2.08
- John "FulciLives" Coleman
P.S.
If not you can use BicubicResize but I think you have to do something like (720,576,0.5) or something like that ... I'm not 100% positive about that though!"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
-
Converting PAL to NTSC?
By Djehuty in forum Video ConversionReplies: 17Last Post: 3rd Sep 2011, 13:55 -
Problem converting from digital8 PAL tape to NTSC DVD recorder
By 1234567 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 11Last Post: 27th Jul 2011, 18:01 -
Converting PAL to NTSC and rip PAL Audio to WAV in VLC
By happydog500 in forum Video ConversionReplies: 1Last Post: 8th Aug 2009, 01:47 -
Converting NTSC-PAL
By B-Twien Bytes in forum Newbie / General discussionsReplies: 7Last Post: 16th Jan 2009, 09:06 -
NTSC-PAL-NTSC (25-23.976+pulldown) and audio sync problem - related?
By ecc in forum Video ConversionReplies: 14Last Post: 14th Nov 2007, 11:34