@bunchtogether/ffmpeg-static

1.3.0 • Public • Published

FFmpeg static builds

yarn add https://github.com/bunchtogether/ffmpeg-static.git

// Get static ffmpeg binaries
const { ffmpegPath, ffprobePath } = require('@bunchtogether/ffmpeg-static');

// Get system ffmpeg binaries
const { ffmpegSystemPath, ffprobeSystemPath } = require('@bunchtogether/ffmpeg-static');

if (!ffmpegSystemPath || !ffprobeSystemPath) {
  throw new Error('ffmpeg, ffprobe are not installed on the system')
}

Readme

Keywords

none

Package Sidebar

Install

npm i @bunchtogether/ffmpeg-static

Weekly Downloads

40

Version

1.3.0

License

none

Unpacked Size

390 MB

Total Files

24

Last publish

Collaborators

  • bunchtogether