Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7953 Discussions

Libraries for coding video and audio files to any format from the scratch in C++

woleakande
Beginner
273 Views

Hi everyone,

Am in need of useful libraries which I can make use of in building any video and audio file .

I have in mind some Fourier and Laplace transforms that can simulate these to some extent but I know in built libraries will do even better.

Currently and using MSVC++ 2008 but I will soon get an Intel C++ compiler as well.

Any useful sample code will be Ok.

Thanks.

0 Kudos
1 Reply
pvonkaenel
New Contributor III
273 Views

If you end up buying the Pro version of the Intel C++ compiler, it comes with a license to IPP which provides low-level primitives for programming audio/video encoders/decoders. The sample applications which are available for IPP include partial implementations of several codecs.

Peter

0 Kudos
Reply