5.5.5 • Published 2 years ago

ffmpeg-path v5.5.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

5.5.5

2 years ago

1.0.3

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago