Displaying 4 results from an estimated 4 matches for "yuvformats".
2005 Nov 08
2
OggYUV
...tual types that are used in directshow (bottom of page)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedshow/html/_wcesdk_directshow_media_types.asp
Descriptions of the common yuv types used in windows
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/YUVFormats.asp
>
> Just because the codec supports it, doesn't mean that every application 
> which
> uses the codec must support all the possibilities.  By making the data
> definition generic we allow more re-used code (ie, for colorspace 
> converters)
> and prevent the "raw...
2004 Apr 01
1
YUV Format
...-----------------------------------------------------------------
I'm getting stuck into a theora decoder 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....
2005 Nov 08
0
OggYUV
...used in directshow (bottom of page)
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedshow/html/_wcesdk_directshow_media_types.asp
> 
> Descriptions of the common yuv types used in windows
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/YUVFormats.asp
These, assuming they're a subset of the above URLs, I'm not really interested 
in.  If DirectShow can't use a format exported by a video codec plugin, that's 
perfectly OK, it can either use another plugin within OggStream to convert it to 
something it /can/ use or it can simp...
2005 Nov 08
3
OggYUV
>
> FourCC is a codec identifier, nothing more.  It's four letters which can 
> be
> referenced against a table to see what codec it is, it's a standard used 
> by RIFF
> (aka, wav and avi) and older Macintosh formats, and in my opinion, its 
> obsolete.
>
While it's true there are a bunch of FOURCC's that represent non-raw formats 
like DIVX etc, the ones