View Full Version : how to merge hundreds of pictures using avisynth?
cc1983
9th December 2011, 07:53
i am using ffimagesource or imagesource to load hundreds of pictures and merge them into one video, but used too large memory and my program crashed.how can i solve this problem?
mastrboy
9th December 2011, 15:10
try SetMemoryMax: http://avisynth.org/mediawiki/Internal_functions/Control_functions or move to 64bit if your needed plugins support it.
cc1983
12th December 2011, 03:40
thank you, i will try it
henryho_hk
12th December 2011, 09:09
Is it possible to rename the pictures sequentially and then use one single imagesource()?
titlis
12th December 2011, 10:45
Is it possible to rename the pictures sequentially and then use one single imagesource()?
Yes see here (http://avisynth.org/mediawiki/ImageReader)
Image sequence named like
img01.jpg,img02.jpg,....,img10.jpg can all be directly imported by avisynth
like
ImageSource("img%02d.jpg", start=1, end = 10)
this
StainlessS
12th December 2011, 12:42
@Titlis
If you have a lot of pics to rename, you might like to take a look at 'Ant Renamer',
many bulk rename programs are a little daunting but that one seems very easy
to use (only just found it a few days ago, and only used it once, gave up trying
to do what I wanted in 'Bulk Renamer', and was so easy in the Ant program).
http://www.antp.be/software/renamer
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.