Tag: FFMPEG

How to extract an Image from a video using FFMPEG and Node.JS

Sometimes we need to execute some tasks that aren’t as usual, such as we have a video and we need to get a thumbnail from that. In this article, we will use FFmpeg and Node.JS with Javascript to accomplish that. First of all, ensure that you have the FFmpeg, if you have a Debian-like distri...