WarpEnterprises
14th April 2006, 21:24
Although there is a built-in filter to import picture sequences, I found an aspect that was not covered, so I made a new version of ImageSequence. It has this new features:
* a new mode for seeking the pictures. You can give a wildcard expression (as if you would type e.g. "dir test*.jpg") and the filter will find all matching files (it searches subfolders, too).
* only corona.lib is used and it is compiled to one DLL, so you don't need any extra DLL.
* can read raw image files (just as RawSource can)
The main thing is the use of wildcards. It seemed much more natural to me to search for files, sort them, display them - if they have meaningful names they will come in the right order without having to match the filename to the framenumber.
http://www.avisynth.org/warpenterprises/index.html#imagesequence
btw: the old syntax has changed slightly.
* a new mode for seeking the pictures. You can give a wildcard expression (as if you would type e.g. "dir test*.jpg") and the filter will find all matching files (it searches subfolders, too).
* only corona.lib is used and it is compiled to one DLL, so you don't need any extra DLL.
* can read raw image files (just as RawSource can)
The main thing is the use of wildcards. It seemed much more natural to me to search for files, sort them, display them - if they have meaningful names they will come in the right order without having to match the filename to the framenumber.
http://www.avisynth.org/warpenterprises/index.html#imagesequence
btw: the old syntax has changed slightly.