[Libav-user] How to set AVInputFormat when using AVCodec (For Mobotix MxPEG stream)

Gal Bar Mashiah galbarm at gmail.com
Tue May 5 12:18:11 CEST 2015


Thanks,
So just to make sure I correctly understand what I need to do:

1. First I have to create a demuxer instance with libavformat, feed it with
the stream and get demuxed frames back from it.
2. grab the demuxed frames and decode them using the decoder instance
(libavcodec).

On Tue, May 5, 2015 at 12:28 PM Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Gal Bar Mashiah <galbarm at ...> writes:
>
> > I'm trying to figure out how to force the mxg demuxer.
>
> Please try av_find_input_format("mxg").
>
> > I did it from the command line but I'm not sure how
> > to do it when working with the libavcodec the way I
> > described.
>
> Note that this is about libavformat (the demuxer), not
> libavcodec (the decoder).
>
> Carl Eugen
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20150505/e610241c/attachment.html>


More information about the Libav-user mailing list