Displaying 2 results from an estimated 2 matches for "uvyy".
Did you mean:
qvyy
2005 Nov 08
3
[Theora-dev] Re: OggYUV
...y a reason _to_ support them in a raw format, since switching
>from one to the other is relatively difficult for hardware.
>
>
Agreed.. Though it's worth pointing out that it's possible to have
images wthere the xstride/ystride between components is not constant
(endian issues, UVYY packings, etc). How to handle interlacing is
another problem, if you're trying to make a super generic format. A line
has to be drawn somewhere, and it's hard to say where that is.
2005 Nov 08
0
OggYUV
...ds we're talking about will go into packet0, so that a
list of which plugins can accept it can be easily generated.
> Agreed.. Though it's worth pointing out that it's possible to have
> images wthere the xstride/ystride between components is not constant
> (endian issues, UVYY packings, etc). How to handle interlacing is
> another problem, if you're trying to make a super generic format. A line
> has to be drawn somewhere, and it's hard to say where that is.
Interlace certainly needs to be supported since converting to/from it is not a
lossless operatio...