@w3nder/ffmpeg-path

4.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 6.0 release, and the list of supported platforms is as follows.

  • Windows x64
  • Windows x86
  • Linux x64
  • Linux x86
  • Linux ARM
  • Linux ARM64
  • macOS x64
  • macOS ARM64

Installation

npm install ffmpeg-path

Usage

import ffmpeg from 'ffmpeg-path';
console.log(ffmpeg); // [Project]/node_modules/ffmpeg-path/[Platforms]-[Architecture]/ffmpeg

Sources of the binaries

Readme

Keywords

Package Sidebar

Install

npm i @w3nder/ffmpeg-path

Weekly Downloads

11

Version

4.0.1

License

MIT

Unpacked Size

491 MB

Total Files

37

Last publish

Collaborators

  • w3nder