Hello!
I would like to know which function to use for that conversion. I'm doing a videoViewer. The data is loaded from .flv or .mov files with ffmpeg, and then sended to OpenGL. FFmpeg can make the conversion, but it's not very scalable with the image size, specially when combined with h.264 decoding(from ffmpeg).
And, is tehre a sample code for encoding/decoding H.264 from mov file?
Bye!


