fluent-ffmpeg use cases and examples
Note - Create two directories - img-to-video/images and img-to-video/videos Add the images of your choice to the images directory and update the name of the images in the files below
node index.js
Takes images and its duration as input and generates mp4 video based on the duration provided
node animated.js
Takes image and its duration as input and generates mp4 video based on the duration provided and also adds a text floating animation on the static screenshot
node gif.js
Takes image with duration and a gif as input and generates mp4 video with the gif as the overlay on the video