>   I have been tasked with retrieving the photos from the [mp4] slide show.


Turn a video to X images
http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs 

ffmpeg -i video.mpg image%d.jpg

If this doesn't work for an mp4 input file, then you may have to convert from mp4 -> mpg first.