VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member logicom's Avatar
    Join Date
    Oct 2008
    Location
    Serbia
    Search Comp PM
    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:

    Code:
    DirectShowSource("dshowinput.GRF", audio=false)
    Once being tested with AVSMETER the following error occur:

    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)
    As it might be seen from graph pins where left to be connected to colospace converter so ... ?
    Any Idea ?


    Regards.
    Quote Quote  
  2. have you tried throwing out the Color Space Converter and either the Capture or Preview string, not sure if Avisynth can handle DirectShowSources with multiple Video outputs,...
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  3. Member logicom's Avatar
    Join Date
    Oct 2008
    Location
    Serbia
    Search Comp PM
    Originally Posted by Selur View Post
    have you tried throwing out the Color Space Converter and either the Capture or Preview string, not sure if Avisynth can handle DirectShowSources with multiple Video outputs,...
    Yes I did, it doesn't change. Either the whole branch being deleted or sent to the null renderer, same issue occurs.
    Last edited by logicom; 17th Mar 2015 at 04:37.
    Quote Quote  
  4. 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
    Quote Quote  
  5. Member logicom's Avatar
    Join Date
    Oct 2008
    Location
    Serbia
    Search Comp PM
    Originally Posted by poisondeathray View Post
    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)
    Just to mention that for some reason , initially it refused to show anything on output renderer if those 3 pins where not connected on the video device filter. But it is cool now.


    thx poisondeathray.
    Last edited by logicom; 19th Mar 2015 at 15:31.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!