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
I recommend using https://www.npmjs.com/package/fluent-ffmpeg to call ffmpeg from Node.js