问题描述
在Microsoft DirectShow文档中,似乎没有RGB视频或图像格式,每个通道超过8位。有一些YUV格式,每通道10或16位,但我没有找到太多的支持他们通过谷歌。
In the Microsoft DirectShow documentation there appear to be no RGB video or image formats with more than 8 bits per channel. There are some YUV formats with 10 or 16 bits per channel but I've not found much support for them by googling.
- Video Subtype GUIDs
- 10-bit and 16-bit YUV Video Formats
有没有任何支持的DirectShow格式或FourCC视频或图像格式(第三方或不是第三方),每个通道8位的定义更高?
Are there any supported DirectShow formats or FourCC video or image formats (third party or not) for greater definition than 8 bits per channel?
推荐答案
DirectShow本身作为框架 - 没有问题支持10 bpp和更多,这是一个视频渲染器和视频适配器来支持这些格式的问题。 Balckmagic的一些专业硬件绝对支持10 bpp格式,包括DirectShow API。
DirectShow itself - as the framework - has no problems supporting 10 bpp and more, it's a matter of video renderers and video adapters to support these formats. Some professional hardware from Balckmagic definitely supports 10 bpp formats, including within DirectShow API.
这篇关于在DirectShow中是否有任何支持的高位深度视频或图像格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!