Script for building ffmpeg with msvc.
Scripts for building FFmpeg with MSVC.
The script uses vcpkg
which closely follows the official
instructions.
The purpose of this repository is:
Clone the repository and run the following in powershell or cmd:
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg.exe install ffmpeg[core,all]:x64-windows
You can pick another triplet, or another set of features. See the ffmpeg vcpkg.json file for a list of all features. The above will result in an LGPLv2 licensed ffmpeg library built with all LGPL compatible features that are supported in vcpkg.
Prebuilt LGPLv2 builds for Visual Studio 2019 can be found
here.
See the
vcpkg export documentation
for more information on how to use these pre-built packages.
All scripts for creating the builds are licensed under the conditions
of the MIT license.
The builds themselves are covered by the relevant license for your build
(see here for full details).