t_2
5th May 2003, 23:15
I downloaded the ImageSequence plugin from <http://www.avisynth.org/~warpenterprises/> I'm trying to load PNG RGB32 files, which WinImagesFx outputs. (If you aren't familiar with this special effects engine -Along the lines of Adobe After Effects-then you are really missing out/ See <www.blackbeltsystems.com/windex.html>)
My files look like "WINDOWS0001.PNG, WINDOWS0002.PNG,... WINDOWS1112.PNG" I have put ImageSequence.dll in the plugin directory of Avisynth 2.07 and corona.dll in the same directory as avisynth.dll. I have used the following code and have managed to open the avs file in VirtualDubMod, but only the first frame; whenever I try to look through the video VirtualDub returns an error and crashes. I tried opening the avs file with avisource and Avisynth said that the crash was an access error. Here is the avs script:
#CoronaSequence("Image Sequence",start,stop,fps,textmode,posx,posy)
ImageSequence("C:\png\WINDOWS%4.4d.PNG",0001, 1112,25,2,100,300)
Other Problems: When I try to name the paramaters, i.e. "fps=25", the plugin doesn't always seem to recognize them. It often says that, say, "fps has been passed twice." I have playerd around with the paramaters and they seem to work best when I enter then as shown in the above script without naming them.
Has anybody got this filter to work?? Any suggestions?
My files look like "WINDOWS0001.PNG, WINDOWS0002.PNG,... WINDOWS1112.PNG" I have put ImageSequence.dll in the plugin directory of Avisynth 2.07 and corona.dll in the same directory as avisynth.dll. I have used the following code and have managed to open the avs file in VirtualDubMod, but only the first frame; whenever I try to look through the video VirtualDub returns an error and crashes. I tried opening the avs file with avisource and Avisynth said that the crash was an access error. Here is the avs script:
#CoronaSequence("Image Sequence",start,stop,fps,textmode,posx,posy)
ImageSequence("C:\png\WINDOWS%4.4d.PNG",0001, 1112,25,2,100,300)
Other Problems: When I try to name the paramaters, i.e. "fps=25", the plugin doesn't always seem to recognize them. It often says that, say, "fps has been passed twice." I have playerd around with the paramaters and they seem to work best when I enter then as shown in the above script without naming them.
Has anybody got this filter to work?? Any suggestions?