Hey, I'm trying to get rid of the letterboxing on an SVCD that has an aspect ratio of 16:9 and image ratio (640X360). I made this aviscript to get rid of the letterboxing, resize the avi, and add borders.
AVISource("19.avi", False)
ConvertToYUY2()
Crop(0,60,640,360)
LanczosResize(720,360)
AddBorders(0,60,0,60)
When I open this script in CCE SP it shows the duration as 10 seconds as opposed to 22+ minutes. When I use vdub to open this script it gives me the following error.
Crop: you cannot use crop to enlarge or 'shift' a clip
(D:\Vandread-encodes\19.avs, line 3)
If I remove the Crop line it can open the file properly. Any help is appreciated.
+ Reply to Thread
Results 1 to 2 of 2
-
-
SVCD is typically 480x480. Try changing your crop line to
Crop(0,60,480,360)
Open the script in vDub to confirm that it works and that the right side of the video is all there.
Incidentally, the script you have is cropping away 60 pixel borders top and bottom, then adding them back again. I'm not sure what you're trying to achieve, but I somehow think a no-op isn't it.
Similar Threads
-
Sudden RipBot error (avisynth error)
By Charles314 in forum DVD RippingReplies: 5Last Post: 24th Oct 2010, 01:44 -
AVISynth script error
By rvnwlf in forum Blu-ray RippingReplies: 1Last Post: 24th Aug 2010, 19:52 -
crop in avisynth causing tearing ?
By davexnet in forum Video ConversionReplies: 13Last Post: 2nd Mar 2009, 15:17 -
Get many error messages, AviSynth error message and meGUI error
By MKVcrazy in forum Video ConversionReplies: 0Last Post: 25th Aug 2007, 16:41 -
AviSynth Error
By koberulz in forum Newbie / General discussionsReplies: 17Last Post: 21st Jun 2007, 19:42