Log in

View Full Version : DirectShowSource: Couldn't open MKV file ERROR?


th3obr0
9th June 2009, 05:20
1st Line: DirectShowSource("C:\Files\JTJN.mkv", audio=false)

I am using AvsP and AVI files work, but not MKV. It was working this morning, but then stopped, and then again worked, but now again gives this error :confused:.

http://i41.tinypic.com/35l82ky.jpg

I re-installed AVISynth, all codecs, DSS decoder, but no luck.

Thanks!

thetoof
9th June 2009, 05:39
Have you tried ffms2?

Arshad07
9th June 2009, 07:58
I've been having problems with mkv too.

Demux the raw h264 video from it. Pass it through DGAVCIndex. Then open the .dga you got from DGAVCIndex in AVS Creator.....

It should work.

th3obr0
9th June 2009, 23:36
I've been having problems with mkv too.

Demux the raw h264 video from it. Pass it through DGAVCIndex. Then open the .dga you got from DGAVCIndex in AVS Creator.....

It should work.

I reinstalled the DivX and FFDShow to fix the problem.

TheRyuu
10th June 2009, 01:47
FFMS2 should be the preferred method of opening mkv files.