I would like to use the AVI_Writer from the ImageJ API in my java program. However, even though I can automate the movie writing, I haven't found out how to change the framerate when using the method:
writeImage(ImagePlus imp, java.lang.String path, int compression, int jpegQuality)
Any idea?
Thanks.