Hi,
I'm currently working on the open source animation application Pencil2D.
I'd like to get file export working and I'm using the decoding_encoding.c
example as a guide.
At the moment, I'm developing a test application that imports a .png image and
encodes it as a 1 second movie file (using the default output format).
I've got the .png image data in a vector as RGB data (0-255 range).
What I'm not clear about is how to convert this image data to YUV420p format as
per the decoding_encoding.c example. I posted a question on this topic on a
general programming site and it was suggested that I should convert the RGB
data to YUV444 and then convert this to YUV420p. Is that correct?
A simple example of how to do this would be greatly appreciated.
Cheers,
Chris
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user