fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.62k stars 872 forks source link

Error: Cannot find ffmpeg on Azure Function #1275

Open KelvinTseTR opened 1 month ago

KelvinTseTR commented 1 month ago

I am running fluent-ffmpeg on Azure Function App. It works when testing locally. However, when I run the code on Azure, it cannot read ffmpeg with the following error:

Error: Cannot find ffmpeg at /home/site/wwwroot/node_modules/fluent-ffmpeg/lib/processor.js:134:22 at proto._getFfmpegPath (/home/site/wwwroot/node_modules/fluent-ffmpeg/lib/capabilities.js:90:14) at proto._spawnFfmpeg (/home/site/wwwroot/node_modules/fluent-ffmpeg/lib/processor.js:130:10) at proto.availableFormats.proto.getAvailableFormats (/home/site/wwwroot/node_modules/fluent-ffmpeg/lib/capabilities.js:517:10) at /home/site/wwwroot/node_modules/fluent-ffmpeg/lib/capabilities.js:568:14 at fn (/home/site/wwwroot/node_modules/async/lib/async.js:582:34) at Immediate._onImmediate (/home/site/wwwroot/node_modules/async/lib/async.js:498:34) at process.processImmediate (node:internal/timers:478:21)

Version information

Anyone have the same trouble of implementing fleunt-ffmpeg on Azure and how do you resolve that?

mithiridi commented 4 weeks ago

@KelvinTseTR is there any solution for this ?