Bring them into a common naming format (ordered by date):
jhead -n%Y-%m-%d.%H-%M-%S *.JPG
Create a timelapse video out of those images:
Last updated: 2015-08-11
exiftool -filename -filemodifydate -createdate -r -if '(not $datetimeoriginal) and $filetype eq "JPEG"' .
###Output photos that don't have datetimeoriginal to a CSV### Note this can take a long time if you have a lot of jpgs