.mkv and VirtualDubMod
- TetsuyaDL
- Joined: Sat May 26, 2007 5:23 am
- Location: Illinois
.mkv and VirtualDubMod
I'm trying to open an .mkv file in VirtualDubMod. If I try to open the original file, I get the error message:
"Only handle [S_Text/] subs for the moment"
I looked through the archive and found someone suggested using mkvmerge GUI. I tried muxing both with one audio track, and no audio tracks, but VirtualDubMod gives me several errors when I try to open this:
MKV: A frame of stream 1 (at 1402484 ms) had only a foward reference (maybe broken file)
MKV: Video frames seems to be weirdly ordered.
Couldn't locate decompressor for format 'yyyy' (unknown)
Am I not using mkvmerge GUI correctly? Is it an outdated program?
"Only handle [S_Text/] subs for the moment"
I looked through the archive and found someone suggested using mkvmerge GUI. I tried muxing both with one audio track, and no audio tracks, but VirtualDubMod gives me several errors when I try to open this:
MKV: A frame of stream 1 (at 1402484 ms) had only a foward reference (maybe broken file)
MKV: Video frames seems to be weirdly ordered.
Couldn't locate decompressor for format 'yyyy' (unknown)
Am I not using mkvmerge GUI correctly? Is it an outdated program?
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
Try using FFMPEGSource found <a href="http://forum.doom9.org/showthread.php?t=127037">here</a>. I've had no problem importing MKV files into VDub using this. Even h.264 MKVs.
- TetsuyaDL
- Joined: Sat May 26, 2007 5:23 am
- Location: Illinois
Thanks, it worked perfectly!Krisqo wrote:Try using FFMPEGSource found <a href="http://forum.doom9.org/showthread.php?t=127037">here</a>. I've had no problem importing MKV files into VDub using this. Even h.264 MKVs.
- Scrilax
- Joined: Sun Mar 01, 2009 7:07 am
- Location: Somewhere in world
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: .mkv and VirtualDubMod
you need to make an avisynth script to load your .mkv into vdubmod
(putting ffmpegsource into avisynth's plugins folder is only part of the solution)
(putting ffmpegsource into avisynth's plugins folder is only part of the solution)
Code: Select all
ffmpegsource("[path to your file].mkv")
- Scrilax
- Joined: Sun Mar 01, 2009 7:07 am
- Location: Somewhere in world
Re: .mkv and VirtualDubMod
sorry for the lame question but, how I do that ?
I already writted that and saved it in the template vbmod folder, but how I can use it ? it gives me the same error, I think I must activate it, but idk how =/
I already writted that and saved it in the template vbmod folder, but how I can use it ? it gives me the same error, I think I must activate it, but idk how =/
- Scrilax
- Joined: Sun Mar 01, 2009 7:07 am
- Location: Somewhere in world
Re: .mkv and VirtualDubMod
forget, I already did it ^^
thanks for the help , and sorry for the double-post
thanks for the help , and sorry for the double-post
-
- Joined: Sat Dec 27, 2008 6:40 pm
-
- Joined: Sat Dec 27, 2008 6:40 pm
Re: .mkv and VirtualDubMod
With VirtualDub 1.8.8 and the filter DShowInputDriver.vdplugin in a folder PLUGIN32,.. Easy Open,..
In VirtualDub MOD employment this option,..opens with DirectShowSource and Avisynth..
In VirtualDub MOD employment this option,..opens with DirectShowSource and Avisynth..