Skip to main content

Posts

Showing posts from March, 2013

ffmpeg library loaded in visual studion 2010 with h263 Encode/Decode code

I am an amateur  started browsing the field of Media Encode/Decode recently.Creation of RTP was also my need.I search the net whole lot of day and not able to find any good tutorial about how to load ffmpeg in a Visual Studio Project. So I started my work in these area.And also the little bit analysis and playing with  ffmpeg was my new interest. In my post I will describe how to encode RGB to h263 of YUV420 and decode YUV420 to RGB. Here I am providing an exe solution with ffmpeg loaded.Anyone can build use Just by clicking solution file in MVC-2010.   ffmpeg loaded in MVC C++ solution