Skip to content

Fluent self-contained interface to ffmpeg for nodejs

Notifications You must be signed in to change notification settings

kwstewar/easy-ffmpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This has exactly the same interface as node-fluent-ffmpeg. It's a thin wrapper that includes binaries for mac, windows, and linux.

You can install it with npm install easy-ffmpeg

Here is where I get my static binaries:

{
  "linux": {
    "ia32": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-32bit-static.tar.xz"
  },

  "darwin": {
    "x64": "http://evermeet.cx/pub/ffmpeg/ffmpeg-VERSION.7z"
  },

  "win32": {
    "ia32": "http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-VERSION-win32-static.7z"
  }
}

If you want to download your own up-to-date versions, use npm run bin. You will need curl/7zip/tar binaries in your path, and you will need to be on linux or mac.

About

Fluent self-contained interface to ffmpeg for nodejs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.1%
  • Shell 29.9%