I want to merge two or more videos which is stored s3 into a single video in nodejs.I tried to implement using fluent-ffmpeg , I am getting an error that "Cannot find ffprobe".
Asked
Active
Viewed 131 times
1 Answers
0
this might help
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
const ffmpeg = require('fluent-ffmpeg');
ffmpeg.setFfmpegPath(ffmpegPath);

Ahmed Magdy
- 1,054
- 11
- 16