zambelli
20th March 2002, 10:13
I am frame serving from Xmpeg using the Premiere Video Server and Avisynth. My scripts is as following:
LoadPlugin("e:\DVD\AVISynth\GreedyHMA.dll")
IPCSource("following0")
GreedyHMA(1,0,4,0,0,0,0,0)
BilinearResize(352,240)
ConvertToRGB24
I open the .avs file in TMPGEnc and it shows the first frame in the preview window - so I know that it's reading the AVS script properly. I am trying to encode to VCD format, using a slightly customized version of the VCD-NTSC-Film template. However, when I start encoding, I get this error message immediately:
"Illegal floating decimal point calculation order."
What could be causing this?
LoadPlugin("e:\DVD\AVISynth\GreedyHMA.dll")
IPCSource("following0")
GreedyHMA(1,0,4,0,0,0,0,0)
BilinearResize(352,240)
ConvertToRGB24
I open the .avs file in TMPGEnc and it shows the first frame in the preview window - so I know that it's reading the AVS script properly. I am trying to encode to VCD format, using a slightly customized version of the VCD-NTSC-Film template. However, when I start encoding, I get this error message immediately:
"Illegal floating decimal point calculation order."
What could be causing this?