Skip to content

artryazanov/ffmpeg-msvc-prebuilt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

196 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg GitHub Action Builds (MSVC)

This 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.

Build FFmpeg GitHub Release GitHub Downloads (all assets, all releases) GitHub License

Contents of the Release Packages

Each release provides the following for all build variants, architectures, and licenses:

  1. Precompiled binaries (ffmpeg, ffplay, ffprobe, etc.).
  2. Dynamic and static libraries for FFmpeg and included dependencies.
  3. Header files for development.
  4. pkg-config (.pc) files for library integration.
  5. CMake configuration files for easy integration with CMake-based projects.
  6. SHA1 checksum files for verifying integrity.

The files are packaged into .zip archives for each configuration, making it easy to integrate into your workflow.

Downloading and Using the Builds

  1. Visit the Releases section.
  2. Download the .zip archive and its corresponding .sha1 checksum file for your desired configuration.
  3. Verify the archive integrity using the .sha1 checksum file.
    sha1sum -c <filename>.sha1
  4. Extract the archive to access binaries, libraries, and development files.

Features

Built with MSVC

  • Ensures compatibility with Windows development environments.
  • Generates high-performance binaries optimized for modern Windows platforms.

Build Variants

  • Shared: Includes dynamic libraries and runtime dependencies.
  • Static: Fully self-contained binaries for standalone usage.

Supported Architectures

  • amd64 (x86_64)
  • x86 (32-bit)
  • arm (armv7l)
  • arm64 (aarch64)

Licensing Options

  • GPL Builds: Includes additional components like x264 and x265 encoders.
  • LGPL Builds: Excludes GPL-licensed components for more permissive licensing.

Acknowledgements

This project is a fork of the ffmpeg-msvc-prebuilt project by System233. I have updated and enhanced the build system to support new configurations, but this work is built upon the solid foundation laid by the original author. For earlier releases and the original project history, please visit the original releases page.

Included Dependencies

All builds include the following libraries:

License

  • The scripts in this repository are licensed under the MIT License.
  • This project is a fork maintained by Artem Ryazanov. All improvements and modifications are also provided under the MIT License.
  • The binaries inherit the licensing terms of FFmpeg and its dependencies, which may include GPL or LGPL.

About

FFmpeg binaries and libraries for Windows (MSVC/x64/x86/arm/arm64)

Topics

Resources

License

Stars

4 stars

Watchers

0 watching

Forks

Contributors

Languages

  • Shell 100.0%