0.0.15 • Published 6 years ago

easy-ffmpeg v0.0.15

Weekly downloads
286
License
MIT
Repository
github
Last release
6 years ago

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

installation

You can install it with npm install easy-ffmpeg

usage

If you are already using fluent-ffmpeg, update your package.json and you are done.

const ffmpeg = require('fluent-ffmpeg')

to

const ffmpeg = require('easy-ffmpeg')

more info

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.

0.0.15

6 years ago

0.0.14

7 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.2

8 years ago

0.0.1

9 years ago