Socket
Socket
Sign inDemoInstall

dnm-node-cep-ffmpeg-installer

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dnm-node-cep-ffmpeg-installer

Installs binaries of `ffmpeg` and `ffprobe` for Mac OS/X, Windows 32 and 64 bit


Version published
Weekly downloads
62
increased by31.91%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 13 Feb 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc