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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.3.0
    11
  • 1.2.0
    9
  • 1.1.0
    9
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i @bunchtogether/ffmpeg-static

Weekly Downloads

29

Version

1.3.0

License

none

Unpacked Size

390 MB

Total Files

24

Last publish

Collaborators

  • bunchtogether