Re: Loading a filter graph rather than constructing one

From: Alessandro Angeli [MVP::DigitalMedia] (nobody_at_nowhere.in.the.net)
Date: 06/10/04


Date: Thu, 10 Jun 2004 11:39:20 +0200

The March Hare (MVP) wrote:

> Warning in the docs:
>
> "It should be noted that GraphEdit files are intended
> only for testing and debugging. They are not meant for
> use by end-user applications."

Since GRF files refer to a specific set of filters and to
external resources like files and devices in an absolute
way, it is good advice since they are not very portable.
However, if you are careful not to use filters other than
yours and the stock ones, not to use exlicit device wrappers
and to modify the GRF contents in code to refer to actual
files before Load()ing the IStream, it should be quite safe
and portable.

-- 
/**
 * Alessandro Angeli
 *
 * MVP :: Digital Media
 *
 * a dot angeli at biosys dot net
 */


Relevant Pages

  • Re: Filter controlled graph building
    ... The check for pi.pFilter is a bit paranoid IMHO :-) even if ... Alessandro Angeli ... MVP:: Digital Media ... a dot angeli at biosys dot net */ ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: WMV Professional ???
    ... > The March Hare (MVP) wrote: ... >> BTW, I'm glad Alessandro jumped in this thread. ... > * Alessandro Angeli ... > * a dot angeli at biosys dot net ...
    (microsoft.public.windowsmedia.encoder)
  • Re: Control panel and VMR9
    ... > You have installed the DX9 SDK on your machine and ... Alessandro Angeli ... MVP:: Digital Media ... a dot angeli at biosys dot net ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: urgent: how to get AVI file duration in C#? (sample code)
    ... >>> i want to get AVI file duration for my C# application. ... > * Alessandro Angeli ... > * MVP:: Digital Media ... > * a dot angeli at biosys dot net ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: VMR9 Compatible Hardware?
    ... The March Hare [MVP] wrote: ... simple textured D3D9 surface. ... -- // Alessandro Angeli ... // a dot angeli at psynet dot net ...
    (microsoft.public.win32.programmer.directx.video)

Loading