Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graph edit on windows 10

I'm not able to find graphedit tool on windows 10 64 bit m/c, I have also installed the windows 10 sdk as per microsoft docs.

ref: https://docs.microsoft.com/en-us/windows/desktop/directshow/using-graphedit

Could anyone advice me on the links for instructions and download for getting the latest version of graph-edit and any pre-requisite steps to get it working on windows 10.

Regards,

Arjun

like image 570
Arjun Avatar asked May 07 '19 05:05

Arjun


People also ask

Where is GraphEdit?

The name of the GraphEdit application is "graphedt.exe". After you install the SDK, "graphedt.exe" is located in the following directory: \Program Files (x86)\Windows Kits\10\bin\<sdk version>\x64\.

What is Graph studio next?

GraphStudioNext is a DirectShow graph editor. It's an open source alternative to Microsoft Graph Edit in the Windows SDK with many additional features. GraphStudioNext is a fork of RadScorpion's GraphStudio. Because development had stopped on the really useful tool GraphStudio, I started this fork.


2 Answers

GraphEdit is available from Windows SDK, typical paths are:

C:\Program Files (x86)\Windows Kits\10\bin\<x.x.x.x>\x86\graphedt.exe
C:\Program Files (x86)\Windows Kits\10\bin\<x.x.x.x>\x64\graphedt.exe

<x.x.x.x> is a version number.

like image 119
Roman R. Avatar answered Sep 22 '22 15:09

Roman R.


In my Windows 10 Home it was in

C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86

It is not where MSDN says it is. (version number: 10.0.18362.0 may of course differ)

like image 42
dp2050 Avatar answered Sep 21 '22 15:09

dp2050