{"id":21901536,"url":"https://github.com/blogwy/ffprobe-static-installer","last_synced_at":"2026-04-11T19:05:18.257Z","repository":{"id":59995152,"uuid":"540000240","full_name":"blogwy/ffprobe-static-installer","owner":"blogwy","description":"ffprobe static binaries for Mac OSX and Linux and Windows","archived":false,"fork":false,"pushed_at":"2022-10-02T09:03:40.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T13:39:16.700Z","etag":null,"topics":["binary","ffprobe","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blogwy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-22T13:39:19.000Z","updated_at":"2022-09-29T14:52:30.000Z","dependencies_parsed_at":"2023-01-18T23:30:19.681Z","dependency_job_id":null,"html_url":"https://github.com/blogwy/ffprobe-static-installer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blogwy%2Fffprobe-static-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blogwy%2Fffprobe-static-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blogwy%2Fffprobe-static-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blogwy%2Fffprobe-static-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blogwy","download_url":"https://codeload.github.com/blogwy/ffprobe-static-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244913332,"owners_count":20530818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary","ffprobe","nodejs"],"created_at":"2024-11-28T15:14:08.891Z","updated_at":"2026-04-11T19:05:18.241Z","avatar_url":"https://github.com/blogwy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ffprobe-static-installer\n\n**[ffprobe](https://ffmpeg.org/ffprobe.html) static binaries for Mac OSX, Linux, Windows.**\n\nSupports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit).\n\n**This project is a fork of [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static)**\n\n## Installation\n\nThis module is installed via npm:\n\n``` bash\n$ npm install ffprobe-static-installer\n```\n\n### Custom binaries url\n\nBy default, the `ffprobe` binary will get downloaded from `https://github.com/blogwy/ffprobe-static-installer/releases/download/`. To customise this, e.g. when using a mirror, set the `FFPROBE_BINARIES_URL` environment variable.\n\n```shell\nexport FFPROBE_BINARIES_URL=https://ghproxy.com/https://github.com/blogwy/ffprobe-static-installer/releases/download\n```\n\n### Electron \u0026 other cross-platform packaging tools\n\nBecause `ffprobe-static-installer` will download a binary specific to the OS/platform, you need to purge `node_modules` before (re-)packaging your app *for a different OS/platform* ([read more in #35](https://github.com/eugeneware/ffmpeg-static/issues/35#issuecomment-630225392)).\n\n## Example Usage\n\nReturns the path of a statically linked ffprobe binary on the local filesystem.\n\n``` js\nvar pathToFFprobe = require('ffprobe-static-installer');\nconsole.log(pathToFFprobe);\n```\n\n```\n/Users/j/playground/node_modules/ffprobe-static-installer/ffprobe\n```\n\nCheck the [example script](example.js) for a more thorough example.\n\n## The binaries\n\n* Linux (arm, arm64, ia32, x64): https://www.johnvansickle.com/ffmpeg/\n* macOS (x64): https://evermeet.cx/ffmpeg/\n* macOS (arm64): https://formulae.brew.sh/formula/ffmpeg\n* Windows 32-bit: https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/\n* Windows 64-bit: https://www.gyan.dev/ffmpeg/builds/\n\n## Thanks\n\n- [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static)\n- [node-ffprobe-installer](https://github.com/SavageCore/node-ffprobe-installer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblogwy%2Fffprobe-static-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblogwy%2Fffprobe-static-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblogwy%2Fffprobe-static-installer/lists"}