🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ffmpeg-static

Package Overview
Dependencies
Maintainers
10
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ffmpeg-static - npm Package Compare versions

Comparing version
4.3.0
to
4.4.0
+1
-1
index.js

@@ -10,3 +10,3 @@ 'use strict'

var binaries = Object.assign(Object.create(null), {
darwin: ['x64'],
darwin: ['x64', 'arm64'],
freebsd: ['x64'],

@@ -13,0 +13,0 @@ linux: ['x64', 'ia32', 'arm64', 'arm'],

{
"name": "ffmpeg-static",
"version": "4.3.0",
"version": "4.4.0",
"description": "ffmpeg static binaries for Mac OSX and Linux and Windows",

@@ -18,4 +18,4 @@ "main": "index.js",

"ffmpeg-static": {
"binary-release-tag": "b4.3.2",
"binary-release-name": "4.3.2"
"binary-release-tag": "b4.4",
"binary-release-name": "4.4"
},

@@ -38,6 +38,6 @@ "repository": {

"Eugene Ware <eugene@noblesamurai.com>",
"contributors"
"Jannis R <mail@jannisr.de>"
],
"contributors": [
"Jannis R <mail@jannisr.de>"
"Thefrank (https://github.com/Thefrank)"
],

@@ -44,0 +44,0 @@ "license": "GPL-3.0-or-later",

# ffmpeg-static
**[ffmpeg](https://ffmpeg.org) static binaries for Mac OSX and Linux and Windows.**
**[ffmpeg](https://ffmpeg.org) static binaries for Mac OSX, Linux, Windows and FreeBSD.**
Supports macOS (64-bit), Linux (32 and 64-bit, armhf, arm64) and Windows (32 and 64-bit). [The ffmpeg version currently used is `4.3.2`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b4.3.2)
Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit) and FreeBSD (64-bit). [The ffmpeg version currently used is `4.4`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b4.4)

@@ -21,3 +21,3 @@ *Note:* The version of `ffmpeg-static` follows [SemVer](http://semver.org). When releasing new versions, **we do *not* consider breaking changes in `ffmpeg` itself**, but only the JS interface (see below). To stop `ffmpeg-static` from breaking your code by getting updated, [lock the version down](https://docs.npmjs.com/files/package.json#dependencies) or use a [lockfile](https://docs.npmjs.com/files/package-lock.json).

*Note:* During installation, it will download the appropriate `ffmpeg` binary from the [`b4.3.2` GitHub release](https://github.com/eugeneware/ffmpeg-static/releases/tag/b4.3.2). Use and distribution of the binary releases of FFmpeg are covered by their respective license.
*Note:* During installation, it will download the appropriate `ffmpeg` binary from the [`b4.4` GitHub release](https://github.com/eugeneware/ffmpeg-static/releases/tag/b4.4). Use and distribution of the binary releases of FFmpeg are covered by their respective license.

@@ -47,5 +47,7 @@ ### Electron & other cross-platform packaging tools

- [Windows builds](https://github.com/ShareX/FFmpeg/)
- [Windows x64 builds](https://github.com/ShareX/FFmpeg/)
- [Windows x86 builds](https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/)
- [Linux builds](https://johnvansickle.com/ffmpeg/)
- [macOS builds](https://evermeet.cx/pub/ffmpeg/)
- macOS builds [for Intel](https://evermeet.cx/pub/ffmpeg/) / [for ARM (Apple Silicon)](https://osxexperts.net/)
- [FreeBSD builds](https://github.com/Thefrank/ffmpeg-static-freebsd/releases)

@@ -52,0 +54,0 @@ The build script extracts build information and (when possible) the license file from the downloaded package or the distribution server. Please consult the individual build's project site for exact source versions, which you can locate based on the version information included in the README file.