On Tue, Feb 19, 2013 at 3:49 PM, Paul B Mahol <[email protected]> wrote: > On 2/19/13, Robert Krueger <[email protected]> wrote: >> Hi, >> >> I have to convert buffers that have been decoded using apple libraries >> that contain packed YUV422 10 bit data (v210) using libswscale. As I >> see it, there are no suitable packed pixel formats for that purpose or >> am I misreading pixfmt.h? Is there a workaround for that or is support >> for this pixel format planned? > > It is available as decoder and works fine in containers. >
OK, so if I wanted to process this further with swscale I would first use the decoder to decode it to AV_PIX_FMT_YUV422P10 and then use swscale if I wanted another format. Thanks for the quick reply! _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
