I use it to set up the proc amp before capturing, in cases where content clips on the default settings. It's worked fine in the past, but I've been away from it for a couple of years and now can't get it to open. In AvsPmod I get a black screen with the two scopes, in MPC-HC I get a “cannot render the file” message in the status bar. I am using a different computer, so it's possible I'm missing a plugin or something that I need, but I'm not sure what it could be.Code:DirectShowSource("graph.GRF", audio=false, framecount=1000000) ConvertToYV12() Histogram(mode="color2").TurnRight().Histogram().TurnLeft() #ColorYUV(analyze=true)
+ Reply to Thread
Results 1 to 11 of 11
-
-
You may have to revisit your "graph.GRF" filter graph.
And try by adding at the end of your script
Code:ConvertToRGB32(matrix="rec601")
-
yes, regenerate the graph from GraphStudioNext as first step, including all necessary "filters" of your capture card
-
-
Open your graph.grf in GraphStudioNext and design a filter graph which works for your capture card.
This works here for my GV-USB2 for example:Last edited by Sharc; 20th Jul 2026 at 14:34. Reason: typo
-
-
MPCHC -> View -> Options -> Playback -> Output -> DirectShow Video -> choose renderer from pulldown
But I think the Source Filter is more likely to be the problem.
MPCHC -> View -> Options -> Internal Filters -> Source Filters...
Make sure AVI and DirectShow Media are enabled.
Similar Threads
-
Error - The following errors occurred while opening files: -The specified
By Dani33 in forum Video ConversionReplies: 2Last Post: 1st Oct 2024, 08:01 -
Opening VOB with Audio in AVISynth/VDub2
By Alwyn in forum Video ConversionReplies: 2Last Post: 18th May 2024, 18:25 -
Virtualdub not opening AviSynth file from directshowsource
By nick1977 in forum Video ConversionReplies: 9Last Post: 16th Mar 2024, 03:03 -
opening recovered files with multiple formats.
By newbievideo in forum EditingReplies: 0Last Post: 25th Feb 2022, 12:49 -
PotPlayer crashes when opening some files. help . . .
By f3ryx in forum Newbie / General discussionsReplies: 9Last Post: 12th Feb 2022, 03:44



Quote