To just find files that have been modified recently, you can use mdfind:
mdfind 'kMDItemFSContentChangeDate>$time.now(-300)' mdimport -A lists
the names of other metadata attributes. kMDItemContentModificationDate
is taken from EXIF data for files th...