I created the following graph and once I connect video renderer I can see the output on either preview or capture outputs
by connecting renderer to color space conversion filter pin.
Avisynth script is like this:
Once being tested with AVSMETER the following error occur:Code:DirectShowSource("dshowinput.GRF", audio=false)
As it might be seen from graph pins where left to be connected to colospace converter so ... ?AVSMeter 1.9.0 (x86) by Groucho2004
AviSynth 2.60, build:Sep 28 2013 [15:09:12] (2.6.0.4) (MT)
DirectShowSource: GRF file does not have a compatible open video pin.
Graph must have 1 output pin that will bid RGB24, RGB32, ARGB, YUY2,
YV12, YV16, YV24, Y41P, Y411 or AYUV
(c:\Temp\AVSMETER\dshowinput.avs, line 1)
Any Idea ?
Regards.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Last edited by logicom; 17th Mar 2015 at 04:37.
-
Delete the preview chain in the middle, and the CC chain on the bottom, and connect the last pin to a video renderer temporarily and push play - does it work ?
Then check what is being served in and out of the boxes by right clicking the boxes and selecting properties -
Indeed I deleted everything but crossbar and video device, specified different pixel format on preview and capture pins to avoid ambiguity, specified pixel format and duration in the script and it works.
DirectShowSource("dshowinputgraph.GRF", audio=false, fps=25, pixel_type="YUY2", framecount=9999999)
thx poisondeathray.Last edited by logicom; 19th Mar 2015 at 15:31.
Similar Threads
-
Graph files & Avisynth
By Keller501 in forum Video Streaming DownloadingReplies: 8Last Post: 13th Jan 2017, 04:15 -
avisynth: is there a plugin that convert framerate in YUY2 colorspace?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 24th Oct 2014, 14:07 -
RGB32 colorspace > Avisynth 2.5.8 MT vs 2.6.0
By zanaitoryoushi in forum Video ConversionReplies: 3Last Post: 10th Dec 2012, 14:10 -
AVSTODVD: Avisynth script edit - colorspace conversion question...
By JRM75 in forum Video ConversionReplies: 2Last Post: 26th Jul 2010, 18:43 -
AVISynth Error DirectShowSource: Timeout waiting for graph to start - .m2ts
By onesikgypo in forum Video ConversionReplies: 2Last Post: 22nd Jun 2010, 21:30