Skip to content

Commit

Permalink
Merge pull request #113 from SNRSE/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Aug 24, 2020
2 parents f8a87c2 + 56a7932 commit e24bc5a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Downloaded from the sources listed at [ffmpeg.org](https://ffmpeg.org/download.h
- MacOS (93939-g819ed1df94): https://evermeet.cx/ffmpeg/
- Windows 32-bit (20190529-d903c09): https://ffmpeg.zeranoe.com/builds/win32/static/
- Windows 64-bit (20190529-d903c09): https://ffmpeg.zeranoe.com/builds/win64/static/

- Linux ARM (release: 4.3.1) : https://www.johnvansickle.com/ffmpeg/
For version updates, submit issue or pull request.

## Upload new versions
Expand Down
3 changes: 3 additions & 0 deletions platforms/linux-arm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Do not use directly, use ffprobe-installer:

npm install --save @ffprobe-installer/ffprobe
Binary file added platforms/linux-arm/ffprobe
Binary file not shown.
27 changes: 27 additions & 0 deletions platforms/linux-arm/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "@ffprobe-installer/linux-arm64",
"version": "4.1.0",
"description": "Linux FFmpeg binary used by ffprobe-installer",
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"ELF 64-bit\"",
"prepublish": "npm test",
"postinstall": "chmod u+x ffprobe",
"upload": "npm publish --access public"
},
"keywords": [
"ffprobe",
"binary",
"linux",
"x64"
],
"os": [
"linux"
],
"cpu": [
"x64"
],
"author": "Oliver Sayers <talk@savagecore.eu>",
"license": "LGPL-2.1",
"ffprobe": "20190527-g9b069eb14e"
}

0 comments on commit e24bc5a

Please sign in to comment.