Questions tagged [graphedit]

A visual tool for interactive building and testing filter graphs for DirectShow API in Microsoft Windows.

A visual tool for interactive building and testing filter graphs for DirectShow API in Microsoft Windows. The tool is available with Windows SDK.

More information at:

46 questions
2
votes
1 answer

How to use H264 DS Filter with Directshow GraphEdit

I want to capture live video streams to .mp4 file. I have downloaded H264 DS Filter from http://hax264.sourceforge.net/. I want to generate Graph using GraphEdit utility of DirectShow. Can anyone please help me to achieve this? Thank you.
Dhaval Kariya
  • 59
  • 2
  • 8
1
vote
1 answer

I hear clicking in audio with a DirectShow graph created with Graph Edit yet player software on my PC plays audio smoothly

I have a DirectShow application that I built with Delphi 6 using the DSPACK component library. For two days I have been trying to solve a problem with audio playback. When I run the filter graph I create I hear repetitive clicks in the playback. …
Robert Oschler
  • 13,520
  • 17
  • 74
  • 209
1
vote
1 answer

How can I convert avi to mp4 using graphedit and ffdshow?

I´m working on an application based on directshow that has to convert an AVI source file to to an mp4-file that can be played back with Quicktime. Since 3ivx, according to my web research the most popular way to fulfill this task, has become…
1
vote
1 answer

Why does my virtual cam (using e2eVcam directshow filter) doesn't display in Skype or Lync correctly?

I'm using e2eSoft's VcamSDK to create a virtual cam and put image overlay over it programmatically on a WPF application. Everything seems to work as I want when viewing the graph using GraphEdit.exe. But Lync doesn't display any video or image i…
umutto
  • 6,495
  • 4
  • 40
  • 53
1
vote
1 answer

4K MJPEG Camera Video Preview with delay (on Windows 10)

I'm trying to preview video stream from 4K Camera (Brio) in my application. The application uses DirectShow to open camera and receive frames. Filter configuration is shown in image below. The problem are high resolutions (ie. 4096x2160). With…
iz25
  • 224
  • 1
  • 10
1
vote
1 answer

graph building issue with infinite-tee-filter

I'm a neebie to dshow and I'm facing a problem using/understanding infinite tee filter in graphedit. I wanted to try experimenting the tee-filter in a simple graph. So, I have a simple graph with Integrated-Webcam-source and a render-sync. I can…
Arjun
  • 309
  • 2
  • 10
1
vote
0 answers

C930 Webcam not show h264 stream

I'm working on capture video using the Logitech C930. Currently on Windows 8.1 and use the H264 stream from the webcam it self. However on some PC the H264 Stream not show. I understand that C930 use UVC 1.5 and only appear in Windows 8. Any idea…
Nhat Dung
  • 15
  • 2
1
vote
1 answer

Axis IP camera video source filter doesn't work in DirectShow GraphEdit

I'm trying to get video from an Axis P5515 IP camera to feed into DirectShow, but all I get in the render window is a black screen. Nearly every search I do looking for an IP camera source capture filter ends at the "DirectShow Video Source Filter…
FKEinternet
  • 955
  • 1
  • 9
  • 20
1
vote
1 answer

How to find the IMoniker used to create a source filter?

Currently I'm writing a DirectShow based application that should help users configuring their TV capture cards, since GraphEdit seems to be too difficult for most to understand. The idea is that this application exports the generated Graph to a .GRF…
Rudey
  • 4,242
  • 1
  • 38
  • 76
1
vote
1 answer

Is there any helper tool for creating graphedit files "on the fly" (programmatically)

I notice that avisynth can accept as input a "live directshow source" only through a graphedit file that includes that source in it. Is there any help tool out there to create a graphedit file on the fly, given you know a capture sources name…
rogerdpack
  • 50,731
  • 31
  • 212
  • 332
1
vote
1 answer

Graphedit generates MP4 file with very large size

I have created a graph using Graphedit utility for live streaming video capture. I used GDCL MP4 mux dll from gdcl.co.uk/mpeg4. It generated .mp4 file but of very large size. If i continue playing for few seconds it generates file with size in GB,…
Dhaval Kariya
  • 59
  • 2
  • 8
0
votes
1 answer

unresolved problems with C++ EDITTEXT and DIRECTSHOW PAUSE()

i have a simple winform that writes to an EDITTEXT , as the program goes on the printing process executing perfectly . but once i click the STOP BUTTON which firstly calls the PAUSE() function my program gets stuck inside the…
igal k
  • 1,761
  • 2
  • 22
  • 51
0
votes
1 answer

GrapEdt crash when move renderer window to computer second screen [ DirectShow]

I have simple direct Direct Show Filter: Source ---> Decoder --->Renderer I run the filter with microsoft Graph Edt Tool.Its work fine.... But when i move the renderer window to my computer second screen it crash... I get the error : The…
Novalis
  • 2,123
  • 6
  • 35
  • 60
0
votes
1 answer

DirectShow DMO Color Converter

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 the program on it will not connect! I've looked…
bl4kh4k
  • 1,400
  • 4
  • 18
  • 32
0
votes
0 answers

What is the best way to connect a WebCam in graphedit?

When I Connect them in this manner it open the camera but with black no Images or video display: How can I connect the WebCam successfully?