Valdez
29th May 2008, 10:38
Trying to save an AviSynth script to .avi file, I use Avs2Avi, which I call from the AviSynth editor AvsP.
I'm asked for the compression method, I select Xvid. On the first frame I get the error 'statsfile not found' and then an error message:
Traceback (most recent call last):
File "E:\Video\AvsP\tools\avs2avi_gui.py", line 206, in OnButtonRunStop
ctypes.windll.user32.SendMessageA(self.jobInfo['pid'], WM_CLOSE, 0, 0)
NameError: global name 'ctypes' is not defined
Any hint as to what is going wrong? Do you recommend another tool for this job?
TIA
I'm asked for the compression method, I select Xvid. On the first frame I get the error 'statsfile not found' and then an error message:
Traceback (most recent call last):
File "E:\Video\AvsP\tools\avs2avi_gui.py", line 206, in OnButtonRunStop
ctypes.windll.user32.SendMessageA(self.jobInfo['pid'], WM_CLOSE, 0, 0)
NameError: global name 'ctypes' is not defined
Any hint as to what is going wrong? Do you recommend another tool for this job?
TIA