Skip to content

seydx/ffmpeg-msvc-prebuilt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contents of the Release Packages

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

  1. Precompiled binaries (ffmpeg, ffprobe).
  2. 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 download and 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 Variant

  • Static: Fully self-contained binaries for standalone usage.

Supported Architectures

  • amd64 (x86_64)
  • arm64 (aarch64)

License

  • GPL Build: Includes all components including x264, x265, and fdk-aac encoders.

Included Dependencies

Video Codecs

Audio Codecs

Hardware Acceleration

Image Processing

Text/Subtitle Rendering

Other Libraries

  • zlib - Compression
  • xz - LZMA/XZ compression

Windows-specific Features

  • MediaFoundation (ARM64 only)
  • DXVA2, D3D11VA, D3D12VA - DirectX hardware acceleration
  • Schannel - Windows native TLS/SSL

License

  • The scripts in this repository are licensed under the MIT License.
  • The binaries are GPL-licensed due to included components like x264, x265, and fdk-aac.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%