PDA

View Full Version : Presumably simple graphedit/avisynth Q


jubilex
6th March 2007, 20:36
I'm trying to put a grf in an avisynth script. The line looks like this:

DirectShowSource("file.GRF",audio=false)

The graph in graphedit itself looks like:

file > video splitter > ffdshow video decoder (with open Out pin; video renderer was removed)

With the video renderer hooked up in graphedit, graphedit plays the file back fine.

Avisynth just tells me "couldn't open grf file; no such interface supported".

jubilex
7th March 2007, 18:17
Guess it's not so simple after all.

IanB
7th March 2007, 22:31
Does your .GRF file reload correctly back into GraphEdit?

If your have quoted the error message correctly then it is the open of the .GRF file that is failing, maybe it is corrupt.

jubilex
8th March 2007, 00:07
It opens in GraphEdit. If I reconnect the video renderer, it also plays back perfectly in GE.