Log in

View Full Version : Can't open an x264 .MKV file in VdubMod via "DirectShowSource"


MaximRecoil
25th October 2007, 03:23
I can play this file fine in Media Player Classic because I have FFDshow installed.

However, if I try to open it in VirtualDubMod via AVISynth's "DirectShowSource", it gives me an error that says "No video stream found".

Do I need to have a certain DirectShow filter installed for this to work? I thought that FFDshow included DirectShow filters by default.

foxyshadis
25th October 2007, 03:45
ffdshow will decode the video, but you also need a splitter to separate the streams, which MPC handles internally. Haali's is the most popular, and MPC's also exists standalone called mkvsplitter.

MaximRecoil
25th October 2007, 04:37
Okay, I installed Gabest's Matroska Splitter (MatroskaSplitter.ax) v1.0.2.9, but I'm getting the same error as before when trying to open it in VDubMod via "DirectShowSource".

Edit: Nevermind. I uninstalled Gabest's splitter and installed Haali's, and that did the trick. Thanks.