ClownR
6th March 2006, 01:14
this is a avisynth script from the fitcd app. But i am having problems openning in CCE SP. It can not accept the frame size.
# -= AviSynth v2.5.6.0 script by FitCD v1.2.8 =-
AVISource("H:\Navs.Marriage.avi")
LanczosResize(688,352,6,0,628,352)
AddBorders(16,64,16,64)
AssumeFPS(23.976, true)
#Trim(0,111341).FadeOut(150)
ConvertToYUY2() # For VirtualDub or CCE
What is the problem? btw the source has 25FPS so it is PAL. Also last time i did something similar i had audio sync issues.
# -= AviSynth v2.5.6.0 script by FitCD v1.2.8 =-
AVISource("H:\Navs.Marriage.avi")
LanczosResize(688,352,6,0,628,352)
AddBorders(16,64,16,64)
AssumeFPS(23.976, true)
#Trim(0,111341).FadeOut(150)
ConvertToYUY2() # For VirtualDub or CCE
What is the problem? btw the source has 25FPS so it is PAL. Also last time i did something similar i had audio sync issues.