node-ffmpeg-binaries
node-ffmpeg-binaries copied to clipboard
updated the broken linux urls. I tested the binaries before updating and they worked fine for the architectures I put them with.
The link in `install.js` for x64 linux binaries is https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz And it is no longer working (page not found). You should update this link.
I noticed that a majority of the issues are related to being unable to install. I would like to help identify and isolate these errors (make them easier to fix)....
As pointed out in #16, #18, and #19, `lzma-native` is failing to build. This is due to an outdated version being required by `decompress-tarxz` and is being addressed with kevva/decompress-tarxz#11....
errors
 how to fix
`Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Users\rexal\Desktop\stuff\scripts> npm install ffmpeg-binaries > [email protected] install C:\Users\rexal\Desktop\stuff\scripts\node_modules\decompress-tarxz\node_modules\lzma-native > node-pre-gyp install --fallback-to-build && node node_modules/rimraf/bin.js build node-pre-gyp ERR! Tried to...
Just wanted to fix up the readme. Great module!
Hi I installed, the ffmpeg binaries using this npm package https://www.npmjs.com/package/ffmpeg-binaries Do you build ffmpeg with the GPL flags off **Compile FFmpeg without "--enable-gpl" and without "--enable-nonfree"** https://www.ffmpeg.org/legal.html would be...