Seb
Seb

Reputation: 3564

directshow disable activemovie window in C++ console application

I am creating 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.

Upvotes: 0

Views: 1742

Answers (1)

Ralf
Ralf

Reputation: 9573

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.

Upvotes: 1

Related Questions