FFDShow 2012

Overview

FFDShow is hosted at:
I have ported FFDShow from VS 2010 to VS 2012.  My version of FFDShow 2012 is hosted at:

Prerequisites

Before you can build FFDShow locally, you need the YASM assembler.  Its donwload page is here: http://yasm.tortall.net/Download.html
Download the "Win64 .exe (for general use on 64-bit Windows)", which can be found here:
Put yasm.exe in your PATH.

Building

After you have pulled down FFDShow 2012, you need to open ffdshow_2012.sln.  Careful, if VS 2015 is installed, 2015 will attempt to open this project and it will not work.  You will most likely need to launch VS 2012 first and then open ffdshow_2012.sln.
Set the build target to Debug x64 or Release x64, and the startup project to ffdshow.  I did no work towards getting a 32 bit version to build.
You should now be able to build.

Comments

Popular posts from this blog

FFMPEG Deinterlacing Modes

Remote debugging with GDB and GDBServer on Alpine and Visual Studio Code

Build FFMPEG for Windows Using Visual Studio Toolchain