Hey guys,
Just a quick command I found on stackoverflow to take a still image/thumbnail out of a video every second:
ffmpeg -i video.avi -r 0.01979 -f image2 output_%05d.jpg
Thanks to this stackoverflow post: https://stackoverflow.com/a/14710478/522859