如题,Y、U、V排列顺序又是什么样的?

解决方案 »

  1.   

    YUVPThis is another format similar to YUY2 and it's aliases. The difference here is that each Y, U and V samples is 10 bits rather than 8. I am still waiting to hear how the samples are packed - is a macropixel just 5 bytes long with all the samples packed together or is there more to it than this?yuv420 应该是 
    每 4 个点只取一个 U, 每 4 个只点取一个 v, (和 u 不同位置) 
    每个点都取 Y 
    YU Y YU Y ...... 
    YV Y YV Y ...... 
    YU Y YU Y ...... 
      

  2.   

    继续说说YUV420和YUV420P的区别
    http://community.csdn.net/Expert/topic/4333/4333287.xml?temp=.6326105
    http://community.csdn.net/Expert/topic/4333/4333287.xml?temp=8.085269E-02