A) Figure out what compression types the video channel natively supports
(and for the QuickTimeIIDCDigitizer, this might vary based on which input
is active)
VDGetCompressionTypes()
When I invoke VDGetCompressionTypes(), it returns me a -32766.
(Note: I'm using QT 7.0.3, OSX 10.4.2, Cocoa/Objc, on dual 2GHz G5
machines.)
B) If it has one that you want (in your case, the 4:1:1 internal format
upscaled to 4:2:2 would be k422YpCbCr8CodecType) tell SG to use that
compressor type with the channel:
SGSetVideoCompressorType()
SGSetCideoCompressorType() doesn't seem to like k422YpCbCr8CodecType or
kYUV411PixelFormat; it returns -8961 for these.
Here are the compressor types for which SGSetVideoCompressorType() returns
noErr. None of these gives me color, much less the full resolution I need
with format 7 mode 0:
So, what does this mean? What can I do next to get this working?
Thanks,
Alex
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/email@hidden