x264-msvc is a fork of x264 project, compatible with Microsoft Visual C++.
Now, x264-msvc is based on x264-snapshot-20141218-2245, and is built successfully on Visual Studio 2013 (VC12).
- For getting rid of dependency of MSYS/MinGW when you build it on Windows Platform;
- For studing H.264 and x264 in deep by debugging it in Visual Studio;
Just open x264-msvc.sln by Visual Studio 2013 (or higher) and build it.
Use x264-msvc.exe with arguments (e.g. x264-msvc.exe -o a.avc a.yuv --input-res 352x288)
GNU GPL