I'm trying to convert from PAL to NTSC and I got this .avs text from a website:
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()
and whenever i load it into cinema craft encoder it says:
"Frame size 728x56 is not supported. Supported frame size is up to 720x576"
I change all the file paths and everything and the video that i'm trying to encode has a resolution of 720x576.
I don't know what to do to fix this so if anyone could help me out it would be great.
Thanks
Dave
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
MKV and AVISynth: aspect ratio problems!
By billyboy12 in forum Video ConversionReplies: 26Last Post: 15th Jul 2016, 17:57 -
Colour Conversion problems with Avisynth
By wiseant in forum Video ConversionReplies: 6Last Post: 16th Mar 2011, 11:40 -
AviSynth Splicing Problems
By legocrazy1 in forum EditingReplies: 7Last Post: 13th Jul 2010, 23:15 -
Deinterlacing problems _ AviSynth
By pureimpure in forum Video ConversionReplies: 18Last Post: 15th Sep 2009, 20:25 -
DirectShowSource() reliability problems for DV decoding in AviSynth().
By towtruck in forum Video ConversionReplies: 4Last Post: 28th May 2007, 09:43