Are there any supported high bit-depth video or image formats in DirectShow

爱⌒轻易说出口 提交于 2019-12-11 02:47:10

问题


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

Are there any supported DirectShow formats or FourCC video or image formats (third party or not) for greater definition than 8 bits per channel?


回答1:


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.



来源:https://stackoverflow.com/questions/7352858/are-there-any-supported-high-bit-depth-video-or-image-formats-in-directshow

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!