1.3.1 • Published 5 years ago

ffmpeg-downloader v1.3.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

ffmpeg-downloader

Dynamically downloads the FFMPEG static binaries.

Unlike other packages, this one detects the OS + architecture and downloads only the required files.

Supported Operating Systems

  • Windows
    • win32 ia32
    • win32 x64
  • Linux / Android
    • linux ia32 (i386)
    • linux x64 (x86_64)
    • linux arm (armel)
    • linux arm64 (aarch64)
  • macOS
    • darwin x64

Usage

As a module

ffmpeg-downloader downloads ffmpeg during npm install

const ffmpegPath = require('ffmpeg-downloader').path

Command-line

node downloader darwin x64

Even if you're on a windows platform, will download the OSX binary for fetching purposes. Useful for making builds of your app for different systems than the one you're on.

1.3.1

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago