Helo:
My problem is as follows. I'm using a very simple Avisynth Script to provide input for VirtualDub. I've simplified the script as much as:
AviSource("c:\tmp\N2003.avi")
(thats the only sentence in it)
I can succesfully open this script from VirtualDub, but it crashes when I try to open anything else after closing this file. So I do:
1. File->Open "c:\tmp\filter.avs"
2. File->Close
3. File->Open "[any avi file]"
And it crashes.
I can succesfully process input streams wht avisynth but I cannot majke use of the job control, because it crashes after de 1st step.
I use VirtualDubMod and AviSynth 2.5. My OS is Windows XP (whithout any Service Pack). Thanks in advance.
My problem is as follows. I'm using a very simple Avisynth Script to provide input for VirtualDub. I've simplified the script as much as:
AviSource("c:\tmp\N2003.avi")
(thats the only sentence in it)
I can succesfully open this script from VirtualDub, but it crashes when I try to open anything else after closing this file. So I do:
1. File->Open "c:\tmp\filter.avs"
2. File->Close
3. File->Open "[any avi file]"
And it crashes.
I can succesfully process input streams wht avisynth but I cannot majke use of the job control, because it crashes after de 1st step.
I use VirtualDubMod and AviSynth 2.5. My OS is Windows XP (whithout any Service Pack). Thanks in advance.
Comment