{"id":20662594,"url":"https://github.com/system233/ffmpeg-msvc-prebuilt","last_synced_at":"2025-07-07T02:05:34.870Z","repository":{"id":138295845,"uuid":"466926091","full_name":"System233/ffmpeg-msvc-prebuilt","owner":"System233","description":"FFmpeg binaries and libraries for Windows (MSVC/x64/x86/arm/arm64)","archived":false,"fork":false,"pushed_at":"2025-03-13T01:09:35.000Z","size":4871,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T16:21:22.228Z","etag":null,"topics":["arm","arm64","binaries","ffmpeg","ffmpeg-arm","libraries","msvc","windows","x64","x86"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/System233.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-07T03:14:16.000Z","updated_at":"2025-03-22T17:13:47.000Z","dependencies_parsed_at":"2024-11-16T19:14:56.427Z","dependency_job_id":"e4e5c3b2-c31c-43c9-9d7a-ef04344bf8f0","html_url":"https://github.com/System233/ffmpeg-msvc-prebuilt","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/System233/ffmpeg-msvc-prebuilt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Fffmpeg-msvc-prebuilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Fffmpeg-msvc-prebuilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Fffmpeg-msvc-prebuilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Fffmpeg-msvc-prebuilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/System233","download_url":"https://codeload.github.com/System233/ffmpeg-msvc-prebuilt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System233%2Fffmpeg-msvc-prebuilt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264000628,"owners_count":23542112,"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":["arm","arm64","binaries","ffmpeg","ffmpeg-arm","libraries","msvc","windows","x64","x86"],"created_at":"2024-11-16T19:14:43.111Z","updated_at":"2025-07-07T02:05:34.812Z","avatar_url":"https://github.com/System233.png","language":"Shell","readme":"# FFmpeg GitHub Action Builds (MSVC)\n\nThis repository provides **FFmpeg builds** compiled with **MSVC (Microsoft Visual C++)**, leveraging GitHub Actions to automate the process. Each release includes complete precompiled binaries, libraries, and development files, optimized for various platforms and configurations.\n\n[![Build FFmpeg](https://github.com/System233/ffmpeg-builds/actions/workflows/build.yml/badge.svg?event=push)](https://github.com/System233/ffmpeg-builds/actions/workflows/build.yml)\n\n## Contents of the Release Packages\n\nEach release provides the following for all build variants, architectures, and licenses:\n\n1. **Precompiled binaries** (`ffmpeg`, `ffplay`, `ffprobe`, etc.).\n2. **Dynamic and static libraries** for FFmpeg and included dependencies.\n3. **Header files** for development.\n4. **pkg-config (.pc) files** for library integration.\n5. **CMake configuration files** for easy integration with CMake-based projects.\n6. **SHA1 checksum files** for verifying integrity.\n\nThe files are packaged into **.zip** archives for each configuration, making it easy to download and integrate into your workflow.\n\n## Downloading and Using the Builds\n\n1. Visit the **[Releases](https://github.com/System233/ffmpeg-msvc-prebuilt/releases)** section.\n2. Download the `.zip` archive and its corresponding `.sha1` checksum file for your desired configuration.\n3. Verify the archive integrity using the `.sha1` checksum file.\n   ```sh\n   sha1sum -c \u003cfilename\u003e.sha1\n   ```\n4. Extract the archive to access binaries, libraries, and development files.\n\n## Features\n\n### Built with MSVC\n\n- Ensures compatibility with Windows development environments.\n- Generates high-performance binaries optimized for modern Windows platforms.\n\n### Build Variants\n\n- **Shared**: Includes dynamic libraries and runtime dependencies.\n- **Static**: Fully self-contained binaries for standalone usage.\n\n### Supported Architectures\n\n- **amd64** (x86_64)\n- **x86** (32-bit)\n- **arm** (armv7l)\n- **arm64** (aarch64)\n\n### Licensing Options\n\n- **GPL Builds**: Includes additional components like **x264** and **x265** encoders.\n- **LGPL Builds**: Excludes GPL-licensed components for more permissive licensing.\n\n### Included Dependencies\n\nAll builds include the following libraries:\n\n- [nv-codec-headers](https://github.com/FFmpeg/nv-codec-headers.git)\n- [zlib](https://github.com/madler/zlib.git)\n- [libjxl](https://github.com/libjxl/libjxl.git)\n  - [openexr](https://github.com/AcademySoftwareFoundation/openexr.git)\n- [freetype](https://gitlab.freedesktop.org/freetype/freetype.git)\n- [harfbuzz](https://github.com/harfbuzz/harfbuzz.git)\n- [libass](https://github.com/libass/libass.git)\n  - [fribidi](https://github.com/fribidi/fribidi.git)\n- [SDL2](https://github.com/libsdl-org/SDL.git)\n- [libvpx](https://github.com/webmproject/libvpx.git)\n- [libwebp](https://github.com/webmproject/libwebp.git)\n- [x264](https://code.videolan.org/videolan/x264.git) (GPL builds only)\n- [x265](https://bitbucket.org/multicoreware/x265_git.git) (GPL builds only)\n\n\n## License\n\n- The scripts in this repository are licensed under the **MIT License**.\n- The binaries inherit the licensing terms of FFmpeg and its dependencies, which may include **GPL** or **LGPL**.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem233%2Fffmpeg-msvc-prebuilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystem233%2Fffmpeg-msvc-prebuilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem233%2Fffmpeg-msvc-prebuilt/lists"}