Pure java solution to converts series of images into avi video format and back again
Minimalist version:
File avi = image2avi(BufferedImage[], VideoFormat);
OR
File avi = image2avi(BufferedImage[], VideoFormat, FrameRate);
OR
File avi = image2avi(BufferedImage[], VideoFormat, FrameRate, boolean filterDuplicate);