I am using ffmpeg to create 15 screenshots from video with simple command
ffmpeg -ss 10:00 -y -i \'video.mp4\' -f mjpeg -vframes 1 -an \'image.jpg\'