On Thu, Sep 22, 2011 at 5:06 PM, Denis <[email protected]> wrote:

>
>
>
> >
> > You need to show the source of your data. How do you get the frames from
> a
> > webcam, does it come in packets? RGB data? that's the code you should
> show.
> > The problem that I'm seeing is that you're using an avio context when you
> > don't actually intend to write data with it to a file. Just take the
> webcam
> > frame data call avcodec_encode_video and that function writes it to a
> > buffer. I'm not sure why you're making the all these avio calls. I
> suggest
> > you also look at the headers for avcodec_encode_video.
>
>
> I have just reply to you but, the mail must get the moderator approval.
>

Huh?
I'm pretty sure this mailing list doesn't do any moderation.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to