Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 281 Bytes

This is a Maven project implementing an ImageJ plugin which allows saving a stack as compressed video file Export is done with FFmpeg library and uses org.bytedeco.javacv.FFmpegFrameR class, a part of javacv package (java interface to OpenCV, FFmpeg and other) by Samuel Audet.