Displaying 1 result from an estimated 1 matches for "yuvvideosubtyp".
Did you mean:
yuvvideosubtypes
2004 Apr 01
1
YUV Format
...coder for directshow... i was just wondering if someone could give me some info.
What output format does theora use ?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/YUVFormats.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/directx/htm/yuvvideosubtypes.asp
Heres the list i haev to work from... could someone tell me which of these it is ?
Best i can tell it's YUV12 ?
So can someone confirm the following... each component is 8 bits.
I have an array of y data.
and it is an array [0..y_height] of arrays [0..y_width]
ie... an array of hori...