Qualitative analysis software for video and audio data  
Developed at the University of Wisconsin-Madison Center for Education Research  

Audio Extraction ::
  Windows ::

  Introduction
  Installing MSYS
  Installing MinGW
  Installing FFmpeg
  Compiling AudioExtract
  

 
Building the Audio Extraction Utility - Windows

Download and Install MinGW

MinGW is a c compiler for Unix. We need to download and install it.

To make the process of downloading and installing the MinGW c compiler easier, use Windows to download the download_mingw.sh Unix shell script and save it in your C:\msys\home\<username> folder. Then in your MSYS Window, type "./download_mingw.sh" to execute the script.

The next step is to install the FFmpeg program and some additional modules for enabling additional formats.