Stack Overflow
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!
您可以尝试Geraint Davies的YUV转换滤镜,看看它是否支持转换。
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
链接地址: http://www.djcxy.com/p/65906.html上一篇: YUV到RGB转换。 RGB文件结构?
下一篇: 堆栈溢出