The "IncrediBuild DevTools package" allows you to easily accelerate tools that involve multiple process execution, such as - compression, encoding, QA, rendering, simulations and other computationally intensive tools by distributing the processes to idle CPU cores across the local network, thus transforming every workstation to a virtual super computer that can scale up according to the number of cores you have in your entire network. This is a sample that demonstrates how to run multiple ffmpeg video conversion processes in parallel on remote machines across the network. This sample requires the windows ffmpeg command line tool, available here: http://ffmpeg.org/download.html And a sample input file which you can get here: http://www.incredibuild.com/downloads/IncrediBuild.wmv Note that you will need the Windows build of ffmpeg. Both 32 bit, 64 bit, static and "shared" builds of the tools should work. Please consult the license agreement of ffmpeg before installing this application. The sample Converts the input file into 10 various sized output files. In order to run the sample, simply run RunMe.bat from the sample directory 1) Please downoad the tool and the Video file to the sample folder. 2) Edit the FPATH variable in the file ffmpegScript.bat - the value shold contain the the path to ffmpeg.exe (the default is "C:\Program Files\ffmpeg\bin\ffmpeg.exe") For more information about the "IncrediBuild DevTools package" please see the following url: http://www.incredibuild.com/development-tools-acceleration.html