Open kamleshwebtech opened 3 years ago
Hi, instead installing ffmpeg on your machine I ussualy use ffmpeg-static and ffprobe static
And then I use it like these :
const Ffmepg = require('fluent-ffmpeg')
const ffmpegStatic = require('ffmpeg-static')
const ffprobeStatic = require('ffprobe-static');
ffmpeg.setFfmpegPath(ffmpegStatic)
ffmpeg.setFfprobePath(ffprobeStatic)
I am getting error "Failed to download resource "jemalloc_bottle_manifest" while installing ffmpeg by brew. any suggestion? Thanks a lot.