I\'m banging my head over trying to save a jpg file using the samplegrabber in my directshow application. The graph runs fine however when I launch the CaptureImage() function it gets as far as GetCur
I am having an issue with connecting the Color Converter DMO object in graphedit (graphstudio, and in code). It works on one machine and turns green in graphedit, however on the machine I have to demo
I\'m trying to create graph AudioCapture -> Vorbis Encoder -> Matroska Muxer, but graphedit inserts Vorbis Decoder before Matroska Muxer. I want th开发者_StackOverflow社区is graph working without Vorb
I am trying to write a service which use the Stream Buffer Engine to do background recording.A GUI can connect and disconnect from the service to view the stream at anytime.I have the recording \"serv
I have a Delphi 6 program that receives audio from an external program via a socket.Now I want to feed that audio to a DirectShow filter graph I create that routes that audio to different output filte
I\'ve been using DirectShow.NET to interface with a webcam in C# and so far everything has been going smoothly.However, right now I\'m working on trying to set up a method to \"crop\" an image (while
looking for an example of how to programatically encode a frame-buffer into an mpeg stream. I need this to experiment with some mp开发者_C百科eg encoders, to see how different patterns compress.
The MSDN doesn\'t say. IGraphBuilder has a function Abort. That implies that at the very least it\'s safe to call Abort and any one other IGraphBuilder function at the same time. With this question, I
I\'m writing program which captures audio in C# using DirectShow library and writes it to ogg container. I created a graph in GraphEditPlus. It generates a GraphBuilder method code which I copied to m
I have developed a simple video editor using C# and DirectShow.net. As of now, I have a DirectShow filter graph built using DirectShow Editing Services. My application controls the graph, runs, pauses