Justin Walker <
[hidden email]> wrote:
>
> Depending on the codec used to write it, .avi files should be able to
> be opened natively in ImageJ using the File->Import->AVI dialog. For
> other file types, or avi files ImgeJ cannot decode, I recommend
> VirtualDub -
> it's a freeware basic video editing program. Open your video in
> Virtualdub, then go to File_>Export->Image Sequence. You can then
> open that image sequence as a stack in ImageJ.
Another option if ImageJ won't import the movie file is to use
ffmpeg to unpack it to PNG files, e.g.:
ffmpeg -i awkward.avi -f image2 -vcodec png extracted-%03d.png
...and then use ImageJ's Import -> Image Sequence.
regards,
mark