GraphEdit
From Avisynth wiki
(Difference between revisions)
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'' |
|} | |} | ||
− | ''' | + | ===== ''Downloads'' ===== |
− | + | * [http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3-8EB7-1F2BE6D7123A&displaylang=en Microsoft Windows Platform SDK] | |
− | + | * [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'' ===== | ||
− | + | * [http://en.wikipedia.org/wiki/GraphEdit GraphEdit] (wikipedia) | |
− | * [http:// | + | * [http://msdn.microsoft.com/en-us/library/ms787855.aspx Using GraphEdit] (microsoft.com) |
− | * [http:// | + | * [http://wiki.jriver.com/index.php/DirectShow_Playback_Guide DirectShow Playback Guide] (jriver.com) |
− | * [http:// | + | |
</div> | </div> | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Latest revision as of 03: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).
[edit] Downloads
- Microsoft Windows Platform SDK
- GraphEdit standalone download from Videohelp.
- GraphStudioNext, an open-source alternative.
[edit] See also
- GraphEdit (wikipedia)
- Using GraphEdit (microsoft.com)
- DirectShow Playback Guide (jriver.com)