Log in

View Full Version : CoronaSequence


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?

WarpEnterprises
6th May 2003, 14:03
could you post or mail 2-3 of your images and a script that is not working?

WarpEnterprises
7th May 2003, 22:45
Bug found and corrected.
New version uploaded.

Thank you for pointing me to it!

(ImageSequence won't open the PNG, but CoronaSequence works)

t_2
8th May 2003, 23:09
Thanks WarpEnterprises, It works great now!