Skip to content

Commit

Permalink
added linux-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
SNRSE committed Aug 24, 2020
1 parent f8a87c2 commit 7266a12
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
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 7266a12

Please sign in to comment.