E-Male
22nd March 2005, 08:40
ok, i hope i can put the question into understandable english:
simple example:
avg_5_to_10(clip) replaces the frames 5,6,7,8,9&10 by the average of 5,6,7,8,9&10
to do this i'd have to write the plug-in in a way that does the averaging of the 6 frames 6 times (once per frame)
but this would be a waste of cpu time, because it's 6 times the same
could i somehow do the calculation only once and use the result for all 6 frames
thx
simple example:
avg_5_to_10(clip) replaces the frames 5,6,7,8,9&10 by the average of 5,6,7,8,9&10
to do this i'd have to write the plug-in in a way that does the averaging of the 6 frames 6 times (once per frame)
but this would be a waste of cpu time, because it's 6 times the same
could i somehow do the calculation only once and use the result for all 6 frames
thx