Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I would like to get real time frames from movies playing in AllPlayer, Windows Media Player or something like that. I want to convert current frame to bitmap and get most popular RGB. Can I do this operation in DirectShowLib ? Any idea ?
Posted

1 solution

The best way to do this is to write a pin that sits in the rendering pipeline of the video player, which is done with DX, but I suspect requires you to use C++.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900