View Full Version : Series of pictures as Avisynthinput? How?
sbeyer20
15th August 2005, 12:50
Hi,
I have got an piece of an film as a series of pictures (Tiffs or bmps). How could I import these into Avisynth as a film?
Thanks Sven
communist
15th August 2005, 13:48
http://www.avisynth.org/ImageSource
But how would I load a sequence like this "My_Source_00000.png" -> "My_Source_02999.png"?
ImageSource("D:\Files\My_Source_0%d.png", 0000, 2999, fps= 25)
tries to load My_Source_00.png -> My_Source_02999.png which doesnt work because it interprets 0000 = 0 - how do I get 00001 / 00002 -> 00999 loaded?
(02000 -> 02999 works).
sixide
15th August 2005, 23:01
I believe you'd want to use %05u in that case, given the sprintf syntax reference given.
communist
16th August 2005, 09:39
Great - works as needed now. Thanks :)
That sprintf syntax didn really reveal much to me ;)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.