SirHando
2nd March 2005, 23:25
Hi All,
I am using ImageSource to open a series of png files and import them as an AVI into a custom conversion program. I want to retain the alpha channel information in the png files after passing through AviSynth. My current scrip is like this...
ImageSource("file%04d.png", 1, 100 )
ConvertToRGB32()
However, the avi generate from this has the alpha channel set to 0xff, not the original values from the png file.
Is it possible to retain the alpha values from the png?
Any help much appreciated.
Thanks,
Hando
I am using ImageSource to open a series of png files and import them as an AVI into a custom conversion program. I want to retain the alpha channel information in the png files after passing through AviSynth. My current scrip is like this...
ImageSource("file%04d.png", 1, 100 )
ConvertToRGB32()
However, the avi generate from this has the alpha channel set to 0xff, not the original values from the png file.
Is it possible to retain the alpha values from the png?
Any help much appreciated.
Thanks,
Hando