|
Hi,
On Sun, 26 Dec 2010, Henny Zandbergen wrote:
> I have a movie in which each frame is repeated 9 to 18 times (it
> varies). Is there a plugin that compares the subsequent frames and
> removes all the duplicate ones?
The easiest way is probably to write a Javascript which takes the
difference between two consecutive frames and uses the maximum value of
the difference as measure for equality. Then you just remove the redundant
frames with the "Delete Slice" command (IJ.run(imp, "Delete Slice");).
Ciao,
Johannes
|