In order to read the videos from the camera into ImageJ (aka. FIJI) it is necessary to convert them from the MPG4 codec to an older AVI codec. Doing so involves using the command line in a cmd window.
.\ffmpeg -i fname.mp4 -f avi -vcodec mjpeg -qscale 0 fname.avi