mbcd
22nd July 2014, 13:07
Hello,
I need an small advice for a performance-solution.
I have about 80000 single Frames as single PNG-files.
I dont need all those frames, only about 73578 from it.
How can I create a script to load only the pictures I want?
The frames are numbered "001", "002", "003", "004", "005", "006".
I can also create a txt-file with the numbers I really need.
With Imagesource I can load them automaticly, but it loads ALL pictures.
Doing:
Imagesource("001.png") + Imagesource("002.png") + Imagesource("005.png") + ...
is the only way I know.
How can I load only special frames without loosing too much performance on playback? Deleting unwanted Frames on Harddrive is no solution please! Is there a better solution, or a better way?
PS: I am not an Avisynth-Script/Plugin-Programmer :-(
I need an small advice for a performance-solution.
I have about 80000 single Frames as single PNG-files.
I dont need all those frames, only about 73578 from it.
How can I create a script to load only the pictures I want?
The frames are numbered "001", "002", "003", "004", "005", "006".
I can also create a txt-file with the numbers I really need.
With Imagesource I can load them automaticly, but it loads ALL pictures.
Doing:
Imagesource("001.png") + Imagesource("002.png") + Imagesource("005.png") + ...
is the only way I know.
How can I load only special frames without loosing too much performance on playback? Deleting unwanted Frames on Harddrive is no solution please! Is there a better solution, or a better way?
PS: I am not an Avisynth-Script/Plugin-Programmer :-(