Unable to compile with Visual Studio 2013
Transcode files with Intel QuickSync.
Brought to you by:
babgvant
I try to compile QSTranscode with Visual Studio 2013. I installed the Intel SDK, but I get a failure during the link-process. It uses a lot of third-party libraries (I guess they are FFMPEG related) that have been compiled with Visual Studio 2010. Due to incompatibilities between VS2010 en VS2013 in the standard library, these 3rd party libraries cannot be linked with QSTranscode, when compiling with Visual Studio 2013.
Is there a tarball that also contains the source-code of the third-party libraries or VS2013 binary compatible libraries?
Compiling on VS2013 is unsupported. At some point I will probably migrate to it, but ATM I don't really see the point - after all it works fine with VS2010 :). That said, it shouldn't be hard to get it to work.
I use the Ffmpeg dlls from http://ffmpeg.zeranoe.com/builds/, but you need to generate .libs that work using generatelib.cmd (you will need to change it to use the VS2013 paths) based on the .def provided with Ffmpeg.
I would expect that most everything else is included in the repository. If not, it's all available from the respective projects (e.g. Live555).