create video on nodejs
i have 2 buffers - 1 audio file and 1 image file
i want to join both of those into a video, extend the image until the audio ends
i tried using
ffmpeg
, but then it can't take 2 input streams and there was another lib fluent-ffmpeg-multistream
which also didnt work
what's the best way i can make this video using the 2 buffers0 Replies