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

Roman Ryltsov ryltsov at gmail.com
Fri Dec 21 11:52:32 CET 2012


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 ~~~~ <trn200190 at gmail.com>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 <ryltsov at gmail.com> 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 ~~~~ <trn200190 at gmail.com>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 <mybrokenbeat at gmail.com> wrote:
>>>
>>>> Media Foundation framework
>>>
>>>
>>>
>>
>> _______________________________________________
>> Libav-user mailing list
>> Libav-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/libav-user
>>
>>
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20121221/cc6e0424/attachment.html>


More information about the Libav-user mailing list