Skip to content

Instantly share code, notes, and snippets.

@genbtc
Created December 25, 2017 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genbtc/ffbcd1c6e2a02b03e9a86e82d3d54f21 to your computer and use it in GitHub Desktop.
Save genbtc/ffbcd1c6e2a02b03e9a86e82d3d54f21 to your computer and use it in GitHub Desktop.
How to install ffmpeg through VCPKG
//////////README: further @ https://github.com/Microsoft/vcpkg//////////////
C:
cd \
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg integrate install
.\vcpkg install ffmpeg:x64-windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment