I am continuing work on my DirectShow application and am just putting the finishing touches on it. What the program is doing is going through a video file in 1 second intervals and capturing from the
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 Win
I am looking for a way to capture images from my webcam using directshow, preferably I want to use HD resolutions if possible, and avoid CPU spikes at 60-100%.
What is Microsoft\'s DirectShow, and how does it relate to: codecs? containers? And what is the exact difference between codecs and c开发者_开发问答ontainers?In plain English:
I\'ve written a small transform filter (derived from TransInPlaceFilter baseclass), and managed to make it work properly in a Directshow graph, entirely coded in C++. I basically followed the 5 first
Ok I have this 3d tv Transformation Filter. I can easily configure its properties by using GraphEdit开发者_如何学Go, right click on its properties and set whatever I want.
I am writing an app using WPF and DirectShow and have run into a sticky issue. My application utilizes DS through static methods Start() and Stop() in a static class written using DirectShowNet (a C#
I am 开发者_如何学编程using DirectX.Capture and Direct Show. Using existing project http://www.codeproject.com/KB/directx/directxcapture.aspx?msg=2490488
I see that windows 7 ships with an aac encoder and an h264 encoder. I\'m writing a directshow application that needs to do video encoding. I think: \"Great! Now I don\'t have to license a video encode
As far as I know, inorder to check if a frame is a key frame or not, I have to check the IMediaSample::IsSyncPoint() method, which returns 0 (S_OK) if the frame is a key frame, or false in the other c