View Single Post
Old 17th December 2008, 09:44   #7  |  Link
OliBoe
Registered User
 
Join Date: Jul 2002
Posts: 23
Hi,

i just tried the RipBot264 yesterday evening (installed all the neccessary filters, programs etc.) and at one point the software tried to open "getinfo.avs" and i get the following error message:
DirectShowSource: Timeout waiting for graph to start
(c:\temp\RipBot264temp\job1\getinfo.avs, line 2)

The corresponding avs file looks like this:

DirectShowSource("C:\HD_Tools\eac3to\groeni.mkv",audio=false).ConvertToYV12()
WriteFile("C:\temp\RipBot264temp\job1\info.txt","Framecount")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","Framerate")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","AudioRate")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","AudioChannels")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","AudioLength")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","Width")
WriteFile("C:\temp\RipBot264temp\job1\info.txt","Height ")
Trim(0,-1)
So what did i wrong or whatīs the problem?

Best regards,
Oliver
OliBoe is offline   Reply With Quote