I want to look for some source codes about directshow, which implement this feature : Implement one image process filter for two input video source pins, and render the result.
For example, open two video files, process each frame from two videos , then composite those two frames into only one output frame.
Are there any existing filter implementation or framework source codes ?
Thanks