The server hosting my website doesn\'t have ffmpeg and I am not allowed to install any additional extensions. Is there any other way I can make video thumbnails dynamically?
Do it in the browser with HTML5's video tag and canvas: https://gist.github.com/adamjimenez/5917897