Hi All,

I am a file in avi containor,I wish to use the ffmpeg for demuxing it and
reading the Audio ,Video Frame from the container.
Generally when i use the av_read_frame call I get a frame than Through
Stream ID I get to know whether it is an audio frame or the Video Frame.
Is there any provision in FFMPEG ,which allows me to read continuosly only
Video Frames without reading the Audio Frames.

I mean to say that With subsequent call of av_read_frame I get the frames of
same stream Id.Some how if can inform the FFMPEG that I am only interested
in fetching the Video or Audio Frame.

Thanks for help
Deepak


On 3/10/08, Luca Abeni <[EMAIL PROTECTED]> wrote:
>
> Clément wrote:
> > /"Can anyone please help me to know that while using the function call
> > "av_read_frame()" how do we govern the size of data to be read."
> >
> > /I am also interested to do that but there is no anwser.
> > Maybe we have missing something, can anyone explain ?
>
> http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/avformat_8h.html#4fdb3084415a82e3810de6ee60e46a61
> or read the documentation in libavformat/avformat.h
>
>
>                                Luca
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to