Skip to content

AndreyMay/ffmpeg-static-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg static binaries for Mac OSX and Linux (Lambda) and Windows

Why another package?

This package should work locally on Mac and in Vercel/Lambda linux deployments with node20

  • existing packages either didn't include the binary in the repo itself (downloaded the binary upon install which didn't work with Vercel)
  • and/or the binary was not working in Lambda env (amazon linux 2023 is used for node 20)

Installation

This module is installed via npm:

$ npm install https://github.com/AndreyMay/ffmpeg-static-lambda

Example Usage

Returns the path of a statically linked ffmpeg binary on the local filesystem.

var ffmpeg = require('ffmpeg-static-lambda');
console.log(ffmpeg.path);
  • Currently supports Mac OS X (64-bit), Linux (32 and 64-bit)
  • Windows (32 and 64-bit) was removed

About

ffmpeg static binaries for Mac OSX and Linux (Lambda)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published