AviSynth Out of Memory Error (100s of image overlays)

前端 未结 2 964
情书的邮戳
情书的邮戳 2021-01-28 12:05

I want to overlay multiple images on my video at different times. I have user function defined as

function myFunction(clip c, int coordinateX, int from, int to)         


        
2条回答
  •  耶瑟儿~
    2021-01-28 12:27

    Try to play with SetMemoryMax() function. But make sure that you have enough of free memory.

    Also note if you are working in 32-bit environment, max memory volume will be 2 GB.

提交回复
热议问题