I'd like to understand the code but I'm doing a project for the university,
and I'd prefer to use functions that works than make my own. The problem is
that at first getting in all those func is really hard cos' there is not
enough info or is not handy. img_convert is faster to use than sws..

I'll take a look in avutil.h

Thanks!





On Sun, Dec 7, 2008 at 12:03 AM, Luca Abeni <[EMAIL PROTECTED]> wrote:

> Clemente Tort Barbero wrote:
> > I still cant get imgconvert :(:(:(
>
> You need to understand the concept, not to blindly copy the code.
> The important information you need to get from the tutorial is that the
> frame must be converted to YUV420P, and then you can use the frame for
> SDL output (so, the important part here is in the lines above the
> img_convert() call).
> When the tutorial was written, there was a function for colorspace
> conversion named img_convert(); today it is sws_<something>.
> Look at output_example.c for an example. Or at swscale-example.c.
>
>
>                                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