PDA

View Full Version : avisynth script error


Penecho
10th May 2008, 16:08
Hi, i get an avisynth error when i try to load my *.avs File into megui

DirectShowSource: Timeout waiting for the graph to start

it says error is in line 1 and line 1 is:

directshowsource("Z:\video.stream.m2ts",fps=23.976,audio=false,seekzero=false,seek=true)

Cu



Penecho

IanB
11th May 2008, 00:17
The default DirectShow graph built by the RenderFile() call will not start playing.

Use GraphEdit to debug your DirectShow filters.

Or try the new Opensource GraphEdit project by RadScorpion.