October 2011
1 post
Getting FFmpeg on windows
All the guides to getting ffmpeg working on windows seem to be extremely outdated; so here is a quick howto: Download mingw Install mingw with MSYS option; it will download and setup in C:\MinGW Get the mingw coreutils extra package (can be found from here); current version Install the coreutils extras package by un-7zipping and un-tarring it to C:\MinGW\msys\1.0\bin Download yasm; save it...
Oct 15th