directshow disable activemovie window in C++ console application
I am creati开发者_运维百科ng a video frame output program in a c++ console application using direct show. I have the video loading in and playing fine, however, the video pops up in an ActiveMovie Window. Is there any way I can possibly disable this that way I can just output frame information to the command line window? Thanks in advance.
What kind of frame information do you want to output to the console? To not have the ActiveMovie video popup, you could just use the null renderer filter.
精彩评论