directshow 在 C++ 中禁用 activemovie 窗口控制台应用程序
我正在使用直接显示在 C++ 控制台应用程序中创建视频帧输出程序。我已加载视频并正常播放,但是视频会在 ActiveMovie 窗口中弹出。有什么方法可以禁用此功能,这样我就可以将帧信息输出到命令行窗口?提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你想向控制台输出什么样的帧信息?如果没有 ActiveMovie 视频弹出窗口,您可以只使用空渲染器过滤器。
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.