Nevann wrote:moonie211 wrote:Nevann what does it say when you try to open the MKV file in virtualdub mod?
it says this:
found a frame with only one (forward) ref, unhandled!
If I try to open a MKV with H.264 video content, I get that message. Depending on the complexity of the MKV file (subs, VFR video, ASS subs, etc.), this may or not work: use an AviSynth script and open the video via DirectShowSource(). The quick and dirty way is to do it though VDubMod: select
File >
Open video file via AviSynth... Change Files of type: to
All Files (*.*) and
Template: to
DirectShowSource. Then browse for your MKV, click
Open and pray.
If that doesn't work, you'll have to demux the MKV via the tool(s) I linked above then try the AviSynth/VDubMod method again with the raw file.
ALSO, make sure that the MKVs play correctly in Windows Media Player 6.4 first to verify that DirectShow is handling the file properly.