I want to know if a method or a library exist for making a mp4 file from a mp3 file and a jpeg file (.mp3 + .jpeg = .mp4)
thanks for everybody who will help me
I want to know if a method or a library exist for making a mp4 file from a mp3 file and a jpeg file (.mp3 + .jpeg = .mp4)
thanks for everybody who will help me
You should look into ffmpeg, it is a collection of very useful tools to manipulate audio and video. There is an NPM package for it.
https://www.npmjs.com/package/ffmpeg
This is a guide on how to make a video from image(s) with ffmpeg.