Hello, 2008/4/27 <[EMAIL PROTECTED]>: > I am transcoding an AVI to FLV and have noticed that the only colorspace the > FLV > codec supports is PIX_FMT_YUV420P - Is this correct? I would like to encode > using RGB32 or ARGB, any ideas?
As far as I recall, 'basic' flash video is a slight variant of h.263 which uses the yuv420p colour space. There's also a screen codec and h.264 but I don't think the latter supports RGB. Maybe the screen codec does. Why do you want RGB anyway? Rob _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
