View Full Version : Trying to open a EVOB in VB,DirectShowSource: Unable to determine the duration
satsujinkeni
11th June 2007, 04:32
Hello
this error occur when i try to open my avs file
i got this : DirectShowSource: Unable to determine the duration
code : Directshowsource("D:\file.GRF",fps=23.976,audio=false,seekzero=false,seek=true).trim(0,3562)
the source is a hd dvd,
you may know why i got this error ?
IanB
11th June 2007, 07:00
Assuming the complete error message is "DirectShowSource: unable to determine the duration of the video." (Please always quote the exact complete error message text).
It means the DirectShow splitter you are using does not implement the stream duration methods DSS needs. You will have to provide the length manually. Use the framecount option.
Directshowsource("D:\file.GRF",fps=23.976,audio=false,framecount=3562)
P.S. Oh HD DVD if you are running on Vista the DRM is probably getting you :(
satsujinkeni
11th June 2007, 13:38
sorry yes this is this error, it's seem the framecount don't work, maybe i don't have the last version of directshow
i got : does not have a named argument "framecount"
i will check if i have the last version of directshow ;p
Leak
11th June 2007, 13:53
i will check if i have the last version of directshow ;p
I'd rather check if you have the latest version of AviSynth - framecount was added to DirectShowSource in version 2.5.7, according to the fine manual that comes with AviSynth...
satsujinkeni
11th June 2007, 17:00
Resolved : Tanks
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.