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

Platform independent binary installer of FFprobe for node projects

Results 16 node-ffprobe-installer issues
Sort by recently updated
recently updated
newest added

Running `ffprobe` on a video URL always crashes. Running it on a local video file works fine, however. Example output of `/path/to/node_modules/@ffprobe-installer/linux-x64/ffprobe -i `: ``` ffprobe version N-48944-g9b069eb14e-static https://johnvansickle.com/ffmpeg/ Copyright...

bug

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

While deploying code on Vercel this package gives this error, using node 18 which is the latest version of @ffprobe-installer/ffprobe, However, it works fine on my local machine. My Code:...

Hello, i was trying execa with ffprobe for get video meta data. And i get response error **Command was killed with SIGSEGV**. Like in image. Any solving from this error?...

First many thanks for providing what appears to be the only static prebuild of ffprobe for darwin-arm64 on the web. I noticed the ffprobe binary as npm-installed comes with unusual...

My computer is mac intel and I want to build mac arm platform. I have tested the following two npm commands, both are installed on the mac x64 version of...

Waiting for https://github.com/actions/virtual-environments/issues/2187

enhancement
upstream

My operating environment is as follows: macOS 11.23 electron 13.0.1 Run the following code in the main process of electron: ```javascript const FfmpegCommand = require('fluent-ffmpeg'); import {path as ffmpegPath} from'@ffmpeg-installer/ffmpeg';...

unconfirmed

We have encountered an issue with GoogleDrive on _some_ of our developer systems. We are using ffprobe @ 1.1.0, which depends on "@ffprobe-installer/linux-x64": "4.1.0", which installs this version: ``` ffprobe...

bug

Bumps [execa](https://github.com/sindresorhus/execa) from 9.3.1 to 9.4.0. Release notes Sourced from execa's releases. v9.4.0 Features We've created a separate package called nano-spawn. It is similar to Execa but with fewer features,...

dependencies