how to open an mp4 or other movie file in imagej 04-21-2015d0029
2015-05-11how to open an mp4 or other movie file in imagej 04-21-2015d0029
convert mp4 video file to folder of image sequence files for imageJ
vlc method (free)
extract still images from video using vlc
- http://www.labnol.org/software/extract-image-frames-from-video/18137/
- -example: C:\VideoLAN\VLC>vlc "C:\videos\hello.mov" --video-filter=scene --vout=dummy --start-time=1 --stop-time=5 --scene-ratio=1 --scene-prefix=img- --scene-path=C:\images\ vlc://quit
- -my example that works: C:\VideoLAN\VLC>vlc "C:\Users\Kurt\Box Sync\temp\2nd round\SANY0006.MP4" --video-filter=scene --vout=dummy --start-time=1 --stop-time=6 --scene-ratio=10 --scene-prefix=img- --scene-path="C:\Users\Kurt\Box Sync\temp\2nd round\sequence of images" --scene-format=tiff
- --Note that a "scene-ratio" of 10 means that every 10th frame will be written to an image file. I have observed that when I use a value of 1, there are many image files that are just empty which leads to problems when trying to import with ImageJ. However, if I use a value of 10, then all of the files seem to be written correctly.
- --If you are processing many files at once, you can wait for the first file to finish processing before starting the next one. You can do this with a command like:
Quicktime pro method (about $30)
I tried many different programs, but none of them seemed to work. The solution I found requires a payment unfortunately. I bought Quicktime Pro for $30. With this software, you can open an mp4 file, then choose export, then choose Movie to Image Sequence from the dropdown menu, options, choose image format as tiff from the dropdown menu, and then save. Then in Fiji choose import, image sequence, choose the first image in the folder, check use virtual stack, and then ok. All of the images are then opened in ImageJ and can be scrolled through to view the movie.