[FFmpeg-devel] Using ffmpeg library

mohamed larbi gharib larbizard at gmail.com
Mon Oct 26 16:03:25 CET 2015


Hi,

Thank you Lou for your answer.

Best regards.

2015-10-22 17:14 GMT-04:00 Lou Logan <lou at lrcd.com>:

> On Thu, 22 Oct 2015 16:04:05 -0400, mohamed larbi gharib wrote:
>
> > Hi,
> >
> > Thank you for your help.
> >
> > I would like to get information on what library shall I use for parsing
> > data from a transport stream file MPEG2/h264.
> >
> > I would like to use ffprobe tools but as functions in my program (written
> > in C) returning a structure with stream index codec_name codec_tag and
> > codec_type and extra information.
> >
> > example:
> >
> > struct stream{
> >        int index;
> >        char* codec_name;
> >        char* codec_tag;
> >        char* codec_type;
> >        //....
> > }
> >
> > Actually I am using ffprobe in CLI outputting in JSON format and than I
> > parse the information using cJSON (https://github.com/kbranigan/cJSON)
> but
> > it is too slow.
> >
> > Best regards,
>
>
> Wrong mailing list. You should ask this on the libav-user mailing list.
> ffmpeg-devel is only for patch submissions and discussions involving
> the development of FFmpeg.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>



-- 
GHARIB  Larbi
Diplômé en Génie Électrique à l'Université Laval
<http://www.larbizard.com>


More information about the ffmpeg-devel mailing list