1.3.0 • Published 5 years ago

@bunchtogether/ffmpeg-static v1.3.0

Weekly downloads
14
License
-
Repository
-
Last release
5 years ago

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')
}