Ubuntu – Node 18 or Node 20 break ffmpeg (in google cloud functions -> ffprobe was killed with signal SIGSEGV)
Please see below, the code is working on node js 16, but not when upgrading to node 18 or 20. const ffmpeg = require("fluent-ffmpeg"); // Following is inside a .https.onRequest Google Cloud function with enough memory try { const duration…