To extract a list of specific frames to file I can use:
ffmpeg -i in.mp4 -vf select=\'eq(n\\,100)+eq(n\\,184)+eq(n\\,213)\' -vsync 0 frames%d.jpg