-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Installing fluent-ffmpeg, ffmpeg-installer, and ffprobe-installer in an Docker container running a Node 18 image does not work. It immediately throws an error, ffmpeg was killed with signal SIGSEGV, when running any ffmpeg command.
The ffmpeg script I used:
const ffmpeg = require('fluent-ffmpeg')
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
const ffprobePath = require('@ffprobe-installer/ffprobe').path;
ffmpeg.setFfmpegPath(ffmpegPath);
ffmpeg.setFfprobePath(ffprobePath);
Works great locally.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels