How to install microsoft/FFmpegInterop. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
microsoft/FFmpegInterop Installation Guide
How to install microsoft/FFmpegInterop. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for microsoft/FFmpegInterop. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i microsoft/FFmpegInteropor
Install via npx
npx @hexmos/ipm i microsoft/FFmpegInteropPrerequisites
Git
version controlFFmpeg
dependencyVersion: latest tested release
Visual Studio 2019
ideVersion: 2019
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone repository with recursive submodule
git clone --recursive git://github.com/microsoft/FFmpegInterop.gitClone repository and then FFmpeg submodule separately
git clone git://github.com/microsoft/FFmpegInterop.git
cd FFmpegInterop
git clone git://source.ffmpeg.org/ffmpeg.gitBuild FFmpeg libraries for WinRT
cd FFmpegInterop
BuildFFmpeg.batBuild FFmpeg libraries for WinRT (x64)
cd FFmpegInterop
BuildFFmpeg.bat x64Build FFmpeg libraries for WinRT (x86 and x64)
cd FFmpegInterop
BuildFFmpeg.bat x86 x64Build and Run Sample
Open FFmpegInterop.sln in Visual Studio
Set one of the MediaPlayer projects as the StartUp project
Run the project