Published by alax on 19 Nov 2008 at 01:05 pm
Multiple Windowless Video Mixing Renderers (VMR9) Sample
This is a begged MFC code for multiple windowless video renderers. MFC project, two independent video renderers hosted by the same parent window (actually through owned controls but this makes no major difference), VMR9 in windowless mode.
There are no WM_PAINT/WM_ERASEBKGND handlers, IVMRWindowlessControl9::RepaintVideo calls and other basically required code, instead a minimalistic snippet to make video rendered the requested way.
A Visual C++ .NET 2008 source code is available from SVN, release binary included.
Tags: ATL, c++, directshow, mfc, renderer, Source, Video, vmr, windowless
One Response to “Multiple Windowless Video Mixing Renderers (VMR9) Sample”
Leave a Reply
You must be logged in to post a comment.


alax on 14 Dec 2008 at 7:30 pm #
It is worth to mention that with regular Visual Studio .NET 2008 it might go:
and the solution is: