@ffmpeg-binary/ffmpeg
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

ffmpeg-binary

Node.js module providing path of ffmpeg 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 ffmpeg 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 @ffmpeg-binary/ffmpeg

Usage

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

Sources of the binaries

Readme

Keywords

Package Sidebar

Install

npm i @ffmpeg-binary/ffmpeg

Weekly Downloads

25

Version

2.0.1

License

MIT

Unpacked Size

5.45 kB

Total Files

5

Last publish

Collaborators

  • sanhoe