Search code examples
directshowrgbyuvvp8

DirectShow RGB-YUV filter


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!


Solution

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