by ab30 » Mon Jul 16, 2012 4:44 am
I wonder if the unloadmovie is really efficient, because in the case of a moviein image with a chain of operations, if one applies the unloadmovie function to the moviein, the image is certainly unloaded, but only in the movieintop, and not in the other following tops in the chain, so the image is still in the GPU RAM, is that right ?
Edit: ah, the thing is that the unloadmovie function doesn't cook the following operators automatically, so that to be really efficient, one has to manually "force to cook" the next operator.