When using the below script tmpg gives me an error something like blockbuster must be in yuy2. I know I need to add ConvertToYUY2() to my script but Im not sure where it goes. Also, when using tmpg should the "#" by convert to rgb24 be removed?
Thanks
John
LoadPlugin("D:\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
LoadPlugin("D:\plugins\blockbuster.dll")
AviSource("C:\Downloaded Programs\test1.avi")
BilinearResize(448,256,6,0,596,256)
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1 )
#TemporalSmoother(2,2)
AddBorders(16,112,16,112)
#Trim(0,109
.FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1