Log in

View Full Version : Is YUY2 and YUV2 the same thing?


Cyberia
15th April 2005, 04:46
Is YUY2 and YUV2 the same thing?

I have seen both used in the AviSynth doc.

Wilbert
15th April 2005, 09:21
If you saw YUV2 in the AviSynth documentation, then it's a typo :) Because there is no YUV2. Where did you see it?

eswrite
15th April 2005, 15:34
YUY2 and YV12, right? Not YUV2. I have made the same typo in some of my scripts :).

Cyberia
15th April 2005, 16:14
You are right, there is no YUV2 in the AviSynth doc. I meant to ask if YUV and YUY2 were the same.



FYI, a Google search on displays several hits saying YUV2 is a valid colorspace format.

Wilbert
15th April 2005, 16:35
If they mention YUV2 they probably mean YUY2 (which are typos). YUV is just the name which stands for all YUV formats :)

A list of colorformats

http://www.fourcc.org/index.php?http%3A//www.fourcc.org/yuv.php

eswrite
15th April 2005, 16:51
@Wilbert:

I don't see YV12 listed in that link. Must have another name?

Wilbert
15th April 2005, 16:56
Ctrl+F -> YV12 (half way down -> planar formats)