Hi All,

When i try to open mpeg1 (not mpeg2) file with avisynth, i have to following error message:

Avisynth open failure:
DirectShowSource: the filter graph manager won't talk to me

my avs script look like this:

Code:
  DirectShowSource("Video.mpg")
  BicubicResize(480,480)
I'm using Windows XP pro and Windows Media Player 8.

Any idea ??