Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th May 2007, 09:39   #1  |  Link
rohan
Registered User
 
Join Date: Oct 2004
Posts: 80
Avisynth won't "PLAY NICE" with Graphedit (no matter what I try)

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?


rohan is offline   Reply With Quote
Old 13th May 2007, 09:40   #2  |  Link
rohan
Registered User
 
Join Date: Oct 2004
Posts: 80
I'm really sorry about the giant image, I thought it would auto size in the post smaller.
rohan is offline   Reply With Quote
Old 13th May 2007, 11:39   #3  |  Link
Leak
ffdshow/AviSynth wrangler
 
Leak's Avatar
 
Join Date: Feb 2003
Location: Austria
Posts: 2,441
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)
__________________
now playing: [artist] - [track] ([album])
Leak is offline   Reply With Quote
Old 13th May 2007, 14:57   #4  |  Link
IanB
Avisynth Developer
 
Join Date: Jan 2003
Location: Melbourne, Australia
Posts: 3,167
Code:
DirectShowSource("test-video.avi.grf", Audio=False)
IanB is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:32.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.