On Tue, 2008-02-26 at 15:50 +0100, Wei He wrote: > Hello, Every one: > > I want to make sure that the plugin filter smartyuv can accept which YUV as > input format. Is it YV12 or normal YUV?
YV12 is I420 with U and V plane swapped. The following are synonims: YV12 and YVU420P; I420 and YUV420P. Both of them are YUV planar colorspaces with chroma 4:2:0 subsampling. (see http://www.fourcc.org/yuv.php for further reference). In other words: if you intermix YV12 and I420 you I'll end up with blue faces. In transcode 1.0.x, default is YV12 and there is a fair amount of mess into core/modules; in 1.1.x and HEAD, default is I420 and the mess is almost enterely solved. Bests, -- Francesco Romani // Ikitt [ Out of memory. ~ We wish to hold the whole sky, ~ But we never will. ]