{"id":30856653,"url":"https://github.com/mallory-scotton/ff-static-binaries","last_synced_at":"2025-10-09T00:13:48.990Z","repository":{"id":311577120,"uuid":"1038447580","full_name":"mallory-scotton/ff-static-binaries","owner":"mallory-scotton","description":"⚙️ Static FFmpeg and FFprobe binaries to allow downloading","archived":false,"fork":false,"pushed_at":"2025-08-25T09:58:22.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-07T18:43:41.955Z","etag":null,"topics":["binaries","build","ffmpeg","ffprobe","static"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mallory-scotton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-15T08:04:16.000Z","updated_at":"2025-08-25T09:57:19.000Z","dependencies_parsed_at":"2025-08-25T10:58:25.355Z","dependency_job_id":"20344f5e-c5f6-4b18-9325-52322620430c","html_url":"https://github.com/mallory-scotton/ff-static-binaries","commit_stats":null,"previous_names":["mallory-scotton/ff-static-binaries"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mallory-scotton/ff-static-binaries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallory-scotton%2Fff-static-binaries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallory-scotton%2Fff-static-binaries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallory-scotton%2Fff-static-binaries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallory-scotton%2Fff-static-binaries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mallory-scotton","download_url":"https://codeload.github.com/mallory-scotton/ff-static-binaries/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallory-scotton%2Fff-static-binaries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000717,"owners_count":26082879,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["binaries","build","ffmpeg","ffprobe","static"],"created_at":"2025-09-07T12:02:13.059Z","updated_at":"2025-10-09T00:13:48.985Z","avatar_url":"https://github.com/mallory-scotton.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 FFmpeg \u0026 FFprobe Static Binaries\n\nPrecompiled **static binaries** of [FFmpeg](https://ffmpeg.org) and [FFprobe](https://ffmpeg.org/ffprobe.html), built for multiple platforms and architectures.\nThese releases aim to provide developers, video editors, and enthusiasts with **ready-to-use binaries** without the need to build from source.\n\n---\n\n## 🚀 Latest Release\n\n**Version:** `v7.0.2`\n📅 Released by [@mallory-scotton](https://github.com/mallory-scotton)\n\n### 🔹 Available Assets\n\n* **macOS**\n\n  * `ffmpeg-darwin-arm64` (47.1 MB)\n  * `ffmpeg-darwin-x64` (76.3 MB)\n  * `ffprobe-darwin-arm64` (47.9 MB)\n  * `ffprobe-darwin-x64` (76.2 MB)\n\n* **Linux**\n\n  * `ffmpeg-linux-amd64` (76.1 MB)\n  * `ffmpeg-linux-arm64` (48.8 MB)\n  * `ffmpeg-linux-armel` (36.4 MB)\n  * `ffmpeg-linux-armhf` (30.3 MB)\n  * `ffmpeg-linux-i686` (49.7 MB)\n  * `ffprobe-linux-amd64` (76 MB)\n  * `ffprobe-linux-arm64` (48.6 MB)\n  * `ffprobe-linux-armel` (36.3 MB)\n  * `ffprobe-linux-armhf` (30.2 MB)\n  * `ffprobe-linux-i686` (49.5 MB)\n\n* **Windows**\n\n  * `ffmpeg-win32-x64.exe` (82.5 MB)\n  * `ffprobe-win32-x64.exe` (82.4 MB)\n\n---\n\n## 🛠️ Usage\n\n1. **Download the binary** for your platform from the [Releases](../../releases) page.\n2. Place it in a directory included in your system `PATH`.\n3. Run from your terminal:\n\n```bash\n# Check FFmpeg version\nffmpeg -version\n\n# Convert a video file to MP4\nffmpeg -i input.mkv output.mp4\n\n# Extract audio from video\nffmpeg -i input.mp4 -vn -acodec copy output.aac\n\n# Inspect media metadata\nffprobe input.mp4\n```\n\n---\n\n## 🌍 Supported Platforms\n\n| Platform    | Architectures                    | Notes                                       |\n| ----------- | -------------------------------- | ------------------------------------------- |\n| **macOS**   | arm64, x64                       | Universal support for Apple Silicon \u0026 Intel |\n| **Linux**   | amd64, arm64, armel, armhf, i686 | Works on most modern distributions          |\n| **Windows** | x64                              | Portable `.exe` binaries                    |\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome!\n\n* Report issues or request new builds via [GitHub Issues](https://github.com/mallory-scotton/ff-static-binaries/issues).\n* Submit pull requests to improve documentation, CI/CD, or add support for new targets.\n\n---\n\n## 📝 License\n\nThis project provides **prebuilt binaries of FFmpeg/FFprobe**.\n\n* FFmpeg is licensed under the **LGPL/GPL** depending on the enabled features.\n* Please refer to the official [FFmpeg License](https://ffmpeg.org/legal.html) for details.\n\n---\n\n## 🙏 Credits\n\n* 🎥 **[FFmpeg Project](https://ffmpeg.org/)** – for creating the world’s most versatile multimedia framework.\n* 🛠️ **Static build automation \u0026 packaging** – by [Mallory Scotton](https://github.com/mallory-scotton).\n\n---\n\n## 📫 Contact\n\nFor questions, feedback, or suggestions:\n\n* ✉️ Email: **[mallory.scotton@epitech.eu](mailto:mscotton.pro@gmail.com)**\n* 🐙 GitHub: [@mallory-scotton](https://github.com/mallory-scotton)\n\n---\n\n✨ Enjoy fast, reliable, and portable **FFmpeg builds** on every platform!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallory-scotton%2Fff-static-binaries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmallory-scotton%2Fff-static-binaries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallory-scotton%2Fff-static-binaries/lists"}