[Libav-user] Please help me will ffmpeg be able to decode the h264 data

Oleg mybrokenbeat at gmail.com
Fri Dec 21 11:18:00 CET 2012


FFmpeg CAN'T be built in VS2010 by default as VS doesn't support C89 standard. You can build ffmpeg with MINGW compiler and use output libraries in VS. 

Btw, Windows Vista and above have built-in support of decoding h264 in Media Foundation framework as well as GPU acceleration support.

21.12.2012, в 11:55, i m what i m ~~~~ написал(а):

> Hello All
> 
> i am new to ffmpeg i have worked with VC++ before in VS2010.
> want to make an application in which i will stream h264 encrypted and encoded video using live media libraries and then decrypt and decode it and display it using direct show the video.
> For now i am able to encrypt and encode the video and decrypt the video but i need some free source decoder to which i can give NAL units and then give the decoded data to direct show libraries to show the video.....
> Please help me......
> 
> Will ffmpeg libraries be able to decode h 264 data and then will be able to give data to direct show and play it.......
> Please give me the source link for ffmpeg source code which can be built in VS2010 and steps to built it.
> 
> Thanks
> 
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user



More information about the Libav-user mailing list