I am trying to encode to kvcd. I get an error when I load my script in MovieStacker which says "Invalid Floating Point Error". This is my script, if anyone can tell me what needs to be fixed or what I need to do right I really would appreciate it
Im trying to get this working on my Apex 1500...hopefully i will. Thx
LoadPlugin("C:\Moviestacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Moviestacker\Filters\TemporalCleane rOld.dll")
LoadPlugin("C:\Moviestacker\Filters\GripFit_previe w.dll")
LoadPlugin("C:\Moviestacker\Filters\DustV5.dll")
LoadPlugin("C:\Moviestacker\Filters\LegalClip.dll" )
AviSource("C:\007.avi")
LegalClip()
GripCrop(544,576,dest_anamorphic=true,overscan=1)
GripSize(resizer="BicubicResize")
Sharpen(0.5)
temporalsmoother(1,2)
mergechroma(blur(1.58 ))
mergeluma(blur(0.2))
GripBorders()
LegalClip()