DirectShow RGB-YUV filter

帅比萌擦擦* 提交于 2019-12-11 02:53:11

问题


I would like to encode video in my app with VP8. I use RGB24 format in my app but VP8 DirectShow filter accepts only YUV format (http://www.webmproject.org/tools/#directshow_filters).

I've googled the "RGB to YUV directshow filter" but no success. I don't want to write this filter myself from scratch, so I would appreciate if you help me with the information on where to find such filter.

Thanks!


回答1:


You could try Geraint Davies' YUV transform filter to see if it supports the conversion.




回答2:


Starting from Vista you can use Color Converter DSP, does this help?

If you know how to implement a transform filter, I have a fast YUV to RGB algorithm somewhere. I used DirectShow a looong time ago, so I can't be of anymore help than this :P



来源:https://stackoverflow.com/questions/6673609/directshow-rgb-yuv-filter

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