logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/FFmpegInterop
or

Install via npx

npx @hexmos/ipm i microsoft/FFmpegInterop

Prerequisites

Git

version control

FFmpeg

dependency

Version: latest tested release

Visual Studio 2019

ide

Version: 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.git

Clone repository and then FFmpeg submodule separately

git clone git://github.com/microsoft/FFmpegInterop.git

cd FFmpegInterop

git clone git://source.ffmpeg.org/ffmpeg.git

Build FFmpeg libraries for WinRT

cd FFmpegInterop

BuildFFmpeg.bat

Build FFmpeg libraries for WinRT (x64)

cd FFmpegInterop

BuildFFmpeg.bat x64

Build FFmpeg libraries for WinRT (x86 and x64)

cd FFmpegInterop

BuildFFmpeg.bat x86 x64

Build and Run Sample

Open FFmpegInterop.sln in Visual Studio

Set one of the MediaPlayer projects as the StartUp project

Run the project