2.0.0 • Published 1 month ago

@ffprobe-binary/ffprobe v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

ffprobe-binary

Node.js module providing path of FFprobe binary for various platforms.

This project install binary dependencies for the current platform using the optionalDependencies, cpu, and os fields of the package.json file.

The project is currently using the ffprobe 7.0 release, and the list of supported platforms is as follows.

  • Windows x64
  • Linux x64
  • Linux ARM64
  • macOS x64
  • macOS ARM64

Installation

npm install @ffprobe-binary/ffprobe

Usage

import ffprobe from '@ffprobe-binary/ffprobe';
console.log(ffprobe); // [Project]/node_modules/@ffprobe-binary/[Platform]-[Architecture]/ffprobe

Sources of the binaries