Log in

View Full Version : Avisynth won't "PLAY NICE" with Graphedit (no matter what I try)


rohan
13th May 2007, 09:39
The screenshot should explain it. But basically, I'm creating a graph with JUST ONE output (video), and sending the audio to either a null output or directsound. I leave the VIDEO pin open.

Avisynth tells me that "Only 1 stream supported for .GRF files, on of Audio or Vide must be disable."

I want the video stream, isn't sending the audio stream to null renderer or directsound device sufficient to disable it's output?


http://www.rohanhill.com/screenshot.jpg

rohan
13th May 2007, 09:40
I'm really sorry about the giant image, I thought it would auto size in the post smaller.

Leak
13th May 2007, 11:39
Just delete the MPA decoder filter and the DirectSound device and it should work.

With DirectShowSource you can only import either audio or video from a GRF file, but not both at the same time, and you can't have any sinks (like a DirectSound device) in it either.

From the docs:

"A given GRF-file should only target one of an audio or video stream to avoid confusion when directshowsource attempts the connection to your open pin(s). From version 2.57 this single stream restriction is enforced."

np: To Rococo Rot - Telema (Längs) (Taken From Vinyl)

IanB
13th May 2007, 14:57
DirectShowSource("test-video.avi.grf", Audio=False)