I am building an app with node.js, I successfully uploaded the video, but I need to generate a video thumbnail for it. Currently I use node exec to execute a system command
There is a node module for this: video-thumb
It basically just wraps a call to exec ffmpeg