dnm-node-cep-ffmpeg-installer

1.0.2 • Public • Published

dnm-node-cep-ffmpeg-installer

Installs binaries of ffmpeg and ffprobe for Mac OS/X, Windows 32 and 64 bit, and provides a path and version according to the user OS. Helpful to use fluent-ffmpeg with Adobe CEP panel and Node.

Forked from node-ffmpeg-installer

Install

npm install dnm-node-cep-ffmpeg-installer

Usage examples

const ffmpegBin = require('dnm-node-cep-ffmpeg-installer');
console.log(ffmpegBin.ffmpegPath, ffmpegBin.ffprobePath, ffmpegBin.version);

fluent-ffmpeg

const ffmpegBin = require('dnm-node-cep-ffmpeg-installer');
const ffmpeg = require('fluent-ffmpeg');
ffmpeg.setFfmpegPath(ffmpegBin.ffmpegPath);
ffmpeg.setFfprobePath(ffmpegBin.ffprobePath);

The binaries

Downloaded from the sources listed at ffmpeg.org:

For version updates, submit issue or pull request.

Upload new versions

In every updated platforms/* directory:

npm run upload

Readme

Keywords

none

Package Sidebar

Install

npm i dnm-node-cep-ffmpeg-installer

Weekly Downloads

79

Version

1.0.2

License

LGPL-2.1

Unpacked Size

344 MB

Total Files

10

Last publish

Collaborators

  • yorshinnh
  • julien-milani
  • jordan-danim
  • krosnoz
  • fadrien
  • devdanim