bardware / x264-msvc

A fork x264 project, compatible with Microsoft Visual C++ (VS2013/VC12)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x264-msvc

What's x264-msvc?

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).

Why x264-msvc?

  • 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;

How to use x264-msvc?

1. Build

Just open x264-msvc.sln by Visual Studio 2013 (or higher) and build it.

2. Run

Use x264-msvc.exe with arguments (e.g. x264-msvc.exe -o a.avc a.yuv --input-res 352x288)

TODO

1. enable yasm support

LICENCE

GNU GPL

Reference

About

A fork x264 project, compatible with Microsoft Visual C++ (VS2013/VC12)

License:GNU General Public License v2.0


Languages

Language:C 74.8%Language:Assembly 24.9%Language:Objective-C 0.3%