Just a couple of updates to my question:
- I'm using AI 10.8 with an Enterprise license
- The prerequisite that I need to download and install is FFmpeg
- The URL I'll be downloading from is
http://ffmpeg.zeranoe.com/builds/win32/ ... -static.7z
- It doesn't appear that AI has any kind of integrated support for unpacking .7z archives but I'm guessing that I could just include the 7zip command line utility to unpack the file after it's been downloaded (although I'm not certain how to go about doing that).
- Also, when the .7z archive is unpacked, it will unpack into a folder named ffmpeg-20140110-git-d9481dc-win32-static. This is subject to change because it's tied to the build of FFmpeg which occurs on a nightly basis. Is it possible to somehow capture this folder name and rename it to something more consistent like just "ffmpeg"?