Log in

View Full Version : AvsP: Couldn't open GRF file


McCloud
27th August 2010, 23:56
Tried doing a search, and I found someone who asked the same question as me - but the solution was to do something different. Not really what I'm looking for.

I'm trying to use AvsP to encode video using a grf file, but with the following script -

DirectShowSource("graph location", audio=false, fps=23.976)
ConverttoYV12()


... gives the following error in the preview pane -

DirectShowSource: Couldn't open GRF file. "graph file location": Class not registered (New File, line 1)

ajp_anton
28th August 2010, 01:11
"graph location" is actually the graph location, right?

McCloud
28th August 2010, 01:47
Yes it is.

poisondeathray
28th August 2010, 17:08
what does your graph look like ?

what version of avisynth ?

McCloud
28th August 2010, 18:41
http://img26.imageshack.us/img26/9154/grfedit.png

...and the avsp version is 2.0.2

poisondeathray
28th August 2010, 19:15
I asked what version of avisynth , not avsp ...

Why are you doing this through graphedit ? Your graph is a simple decode with no other nodes, so why not DirectShowSource("video.mkv") or some other source filter ?

Zarxrax
29th August 2010, 01:55
Doesn't ffdshow have to output to the renderer or something? You can't just stop at ffdshow, I think.

McCloud
29th August 2010, 22:55
Sorry, avisynth version is 2.5

I haven't ever done anything of this nature before, I was just following a guide.