Hello all,
I am new to AVISynth and have a question. I am trying to convert some of old non-anamorphic DVDs to anamorphic DVD for my widescreen TV by cropping the top 60 lines and bottom 60 lines, resizing to 720x480, and then encoding to 16:9 aspect ratio DVD MPEG-2 with CCE. This is a lot easier to do in TMPGEnc and I have successfully done it with TMPGEnc but it is slow as hell. So, I would like to do it with CCE using AVISynth. Is this the correct script to do this?: (source video is 720x480 VFAPI AVI)
--------------------------------------
AVISource("C:\video\clip.avi")
Crop(0,60,720,360)
LanczosResize(720,480)
--------------------------------------
I'm not sure the crop script line is correct, can someone verify for me?
Thanks,
vcddude
+ Reply to Thread
Results 1 to 3 of 3
-
-
correct
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author
Similar Threads
-
Cropping and resizing?
By killerteengohan in forum DVD RippingReplies: 14Last Post: 12th Aug 2011, 05:41 -
Cropping and resizing interlaced video
By loekverhees in forum Newbie / General discussionsReplies: 9Last Post: 1st Sep 2009, 04:34 -
SimpleDivX, and cropping/resizing
By snafubaby in forum DVD RippingReplies: 2Last Post: 21st Dec 2008, 16:39 -
cropping and resizing for web
By deepdesign in forum EditingReplies: 6Last Post: 16th May 2007, 02:55 -
cropping and resizing for web
By deepdesign in forum DVD RippingReplies: 1Last Post: 14th May 2007, 12:19