Extract images from .avi file
Posted:
Fri Mar 06, 2015 9:22 am
by borrelia
I´m trying to develop a code to analyze the regularity of moving of the cells. In order to do that, I have to extract every single frame from a video and compare them to each other. Can anyone help me?
Best Regards
Re: Extract images from .avi file
Posted:
Fri Mar 06, 2015 4:06 pm
by mlinkert
Hi,
If you're writing Java code from scratch, this is the place to start:
http://www.openmicroscopy.org/site/supp ... index.htmlMore specifically:
http://www.openmicroscopy.org/site/supp ... rmats.htmland (ignoring the lines that reference 'writer'):
http://www.openmicroscopy.org/site/supp ... conversionIf you are using ImageJ, Matlab, or similar, then this is the place to start:
http://www.openmicroscopy.org/site/supp ... index.htmlIf you have any specific questions after reading through those documentation pages, please let us know. We can likely provide more useful answers once we know exactly how you're using Bio-Formats.
Regards,
-Melissa