GraphEdit: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
m add link to GraphStudioNext; add example image; edit for succinctness; formatting;
Raffriff42 (talk | contribs)
m one more touch-up
 
Line 1: Line 1:
<div style="max-width:62em" >
<div style="max-width:62em" >
'''GraphEdit''' is a [[wikipedia:DirectShow|DirectShow]] filter graph tool created by Microsoft.
'''GraphEdit''' is a [[wikipedia:DirectShow|DirectShow]] filter graph tool created by Microsoft, part of the [[wikipedia:Microsoft_Windows_SDK|Windows Platform SDK]]. It is mostly useful to the AviSynth user as a way to select codecs manually for [[DirectShowSource]]. It also lets you perform administrative tasks, such as permanently changing filter priority (called "merit" in DirectShow).  


::{|
::{|
Line 6: Line 6:
|[[File:GraphStudioNext-example.png|420px]]
|[[File:GraphStudioNext-example.png|420px]]
|-
|-
|style="text-align:center"|''shot of GraphStudioNext, with mouse creating a connection''
|style="text-align:center"|''shot of GraphStudioNext derivative, with mouse creating a connection''
|}
|}


'''GraphEdit''' is mostly useful to the AviSynth user as a way to select DirectShow decoding [[Filter|''filters'']] (codecs) manually, overriding the [[wikipedia:DirectShow|DirectShow]] defaults. It also lets you perform administrative tasks, such as changing filter priority (called "merit").
===== ''Downloads'' =====
 
* [http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3-8EB7-1F2BE6D7123A&displaylang=en Microsoft Windows Platform SDK]
To get the latest version download the [http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3-8EB7-1F2BE6D7123A&displaylang=en Platform SDK]. The latest version of GraphEdit is 9.04.78.0000 Build 060303.
* [http://www.videohelp.com/tools/GraphEdit GraphEdit standalone download] from Videohelp.
* [http://github.com/cplussharp/graph-studio-next GraphStudioNext], an open-source alternative.


===== ''See also'' =====
===== ''See also'' =====
* [[wikipedia:GraphEdit|GraphEdit on Wikipedia]]
* [http://en.wikipedia.org/wiki/GraphEdit GraphEdit] (wikipedia)
* [http://www.videohelp.com/tools/GraphEdit GraphEdit standalone download] from Videohelp.
* [http://msdn.microsoft.com/en-us/library/ms787855.aspx Using GraphEdit] (microsoft.com)
* [http://blog.monogram.sk/janos/tools/monogram-graphstudio/ Monogram GraphStudio], an open-source alternative.
* [http://wiki.jriver.com/index.php/DirectShow_Playback_Guide DirectShow Playback Guide] (jriver.com)
* [http://github.com/cplussharp/graph-studio-next GraphStudioNext], an open-source GraphStudio fork/update.
</div>
</div>


[[Category:Glossary]]
[[Category:Glossary]]

Latest revision as of 04:05, 4 October 2016

GraphEdit is a DirectShow filter graph tool created by Microsoft, part of the Windows Platform SDK. It is mostly useful to the AviSynth user as a way to select codecs manually for DirectShowSource. It also lets you perform administrative tasks, such as permanently changing filter priority (called "merit" in DirectShow).

shot of GraphStudioNext derivative, with mouse creating a connection
Downloads
See also