node-ffmpeg-installer icon indicating copy to clipboard operation
node-ffmpeg-installer copied to clipboard

Platform independent binary installer of FFmpeg for node projects

Results 25 node-ffmpeg-installer issues
Sort by recently updated
recently updated
newest added

Unless I'm mistaken, the ffmpeg binaries need only be available at publish time, and don't need to be ballooning the repository size. For a solution I'm thinking something along the...

I am developing on Windows, AWS lambda function for video processing. The thing is when deploying to lambda only the installed platform with for the current developer will be uploaded....

When trying to add text to a video on Linux-64 (Ubuntu 19.10), this error appears: `ffmpeg stderr: Fontconfig warning: line 5: unknown element "its:rules"` The text is still written, but...

On rasperrypi 4 I get "segmentation fault" trying to use ffmpeg installed with the installer. I also tried to call it directly in node_modules/@ffmpeg-installer/linux-arm/ffmpeg and it gives me directly the...

I was trying to overlay an SVG image and I got the following error: ``` Decoder (codec svg) not found for input stream #1:0 ``` Would it be possible to...

No rush, just FYI: `4.2` has been released: > August 5th, 2019, FFmpeg 4.2 "Ada" http://ffmpeg.org/index.html#pr4.2 One of the new features: - AV1 decoding

Is there any option to provide support for `freebsd-x64` ever?

Add scripts to fail properly and clearly. - preinstall: do the unsupported platform/arch check that is in index.js and fail fast - postinstall: get path like in index.js and verify...

After upgrading my mac from using an Intel chip to now using the M2 chip I'm experiencing issues running my project with the ffmpeg-installer. After trying to delete the node_modules...

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...