Generating splash images
The splash images on the page were configured with FFMPEG tool with following command line argument.
ffmpeg -i my_movie.flv -f image2 -s 320x240 my_image.jpg
The command is not optimized in any ways. You can play with the tool and send us a better command if you like.