You don't need "static" unless you are going to use command line pre-built executable.
Have a look here: http://stackoverflow.com/questions/11701635/use-ffmpeg-in-visual-studio/11701737#11701737if you are going to link to FFmpeg (libav*) as "to API/library". There is a link to minimal app there as well which you can quick start from. Roman On Fri, Dec 21, 2012 at 12:48 PM, i m what i m ~~~~ <[email protected]>wrote: > Thanks for the useful info Roman sir i downloaded the "FFmpeg git-8b6aeb1 > 64-bit > Static<http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20121120-git-8b6aeb1-win64-static.7z> > " > build form the link you have given but i am not able to decode the h264 > video how to decode the video i have what i have to type in cmd prompt > > On Fri, Dec 21, 2012 at 4:12 PM, Roman Ryltsov <[email protected]> wrote: > >> Media Foundation is core Windows API. To correct Oleg on his previous >> post, its H.264 decoder is available starting Windows 7 and is a part of >> baseline Windows (no additional installations necessary). >> >> The decoder is available through both video processing APIs, DirectShow >> and Media Foundation, which you can leverage in your application. There is >> a multitude of community samples available for DirectShow and there are >> Media Foundation samples in Windows SDK. >> >> You can also use FFmpeg's H.264 video decoder, the quick start for which >> is pre-built FFmpeg for Windows available from >> http://ffmpeg.zeranoe.com/builds/ where you can grab redistributable >> DLLs and LIBs to link your Visual Studio project against. >> >> Hope this helps, >> Roman >> >> >> >> >> On Fri, Dec 21, 2012 at 12:21 PM, i m what i m ~~~~ >> <[email protected]>wrote: >> >>> Sir >>> >>> Is Media Foundation framework free i mean open source ? >>> How can we use Media Foundation framework to decode the h264 video? >>> >>> On Fri, Dec 21, 2012 at 3:48 PM, Oleg <[email protected]> wrote: >>> >>>> Media Foundation framework >>> >>> >>> >> >> _______________________________________________ >> Libav-user mailing list >> [email protected] >> http://ffmpeg.org/mailman/listinfo/libav-user >> >> > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
