I'm trying to convert a .mkv file to a .avi file, but I am having some troubles. I have already tried to you virtualdub but that has failed me, and now I can't seem to think of something else to try. So I'm wondering if someone could please try to help me out?
.mkv to .avi conversion help...
Collapse
X
-
I have not come across a simple tool that helps you with converting matroska containers to avi containers.
maybe because the matroska container has more
capabilities than the AVI container so a full conversion might
be difficult , if not impossible.
the way how you can do it is this.
first you must extract all the tracks and streams that are wrapped in the Matroska container (*.mkv).
then, with these elementary streams you can create an avi
with the help of VirtualDubMOD.
to extract all elementary streams from that Matroska container
you can use a little tool which is called mkvextract.exe
download Mkvmerge as well (or the MKVttolnix collection
which should include both of the previously mentioned.)
you must download the mkv runtimes as well if you do not have it installed already.
MKVttolnix and runtimes can be downloaded here:
if you're not so experienced with command line based programs
you can download a graphical user interface for these tools
here:
simply extract the file to the same folder where you have extracted and installed MKVextract or MKVmerge into.
I hope this helps
good luck -
extracting
Originally Posted by shiny#3I have not come across a simple tool that helps you with converting matroska containers to avi containers.
maybe because the matroska container has more
capabilities than the AVI container so a full conversion might
be difficult , if not impossible.
the way how you can do it is this.
first you must extract all the tracks and streams that are wrapped in the Matroska container (*.mkv).
then, with these elementary streams you can create an avi
with the help of VirtualDubMOD.
to extract all elementary streams from that Matroska container
you can use a little tool which is called mkvextract.exe
download Mkvmerge as well (or the MKVttolnix collection
which should include both of the previously mentioned.)
you must download the mkv runtimes as well if you do not have it installed already.
MKVttolnix and runtimes can be downloaded here:
if you're not so experienced with command line based programs
you can download a graphical user interface for these tools
here:
simply extract the file to the same folder where you have extracted and installed MKVextract or MKVmerge into.
I hope this helps
good luck
secondly..is there a program that simplifies audio synching...i realize virtual dub dfoes but u have to figure out the seconds and so on...is there one tyhatdetects both and does automatically..tyvmin advance.Comment
-
AVC in avi is not such a good idea. Probably most of the time for mkv-->avi people want a standard mp3/XviD/DivX type avi. You could use AVISynth with directshowsource() to load the mkv in VDubMod or similar for encoding. Should be able to get the audio in sync that way to, even if the source mkv is VFR.Comment
-
avisynch
Originally Posted by celtic_druidAVC in avi is not such a good idea. Probably most of the time for mkv-->avi people want a standard mp3/XviD/DivX type avi. You could use AVISynth with directshowsource() to load the mkv in VDubMod or similar for encoding. Should be able to get the audio in sync that way to, even if the source mkv is VFR.Comment
-
To use AviSynth and VirtualDubMod for this kind of conversion, you better have ffdshow, Haali Media Splitter, AviSynth, and VitualDubMod. A simple AviSynth script like this:
DirectShowSource("C:\Matroska File\MyMKV.mkv")
Replace or rename the file or location according to your real file and its location. Just open the script with VirtualDubMod and you are ready to go. Afetr loading the file with VirtualDubMod, you can change to .avi file and convert audio, for example from vorbis to mp3 too
For more information about AviSynth, please read this:
Main Page,Advanced Scripting Tips,Advanced topics,Arrays,Aspect ratios,AviSynth FAQ,AviSynth Syntax,AviSynth v3,Avisynth Plugin Development in C,Block statements,Changelist
RegardsComment
-
Originally Posted by benbryantTo use AviSynth and VirtualDubMod for this kind of conversion, you better have ffdshow, Haali Media Splitter, AviSynth, and VitualDubMod. A simple AviSynth script like this:
DirectShowSource("C:\Matroska File\MyMKV.mkv")
Replace or rename the file or location according to your real file and its location. Just open the script with VirtualDubMod and you are ready to go. Afetr loading the file with VirtualDubMod, you can change to .avi file and convert audio, for example from vorbis to mp3 too
For more information about AviSynth, please read this:
Main Page,Advanced Scripting Tips,Advanced topics,Arrays,Aspect ratios,AviSynth FAQ,AviSynth Syntax,AviSynth v3,Avisynth Plugin Development in C,Block statements,Changelist
RegardsComment
-
Instead of reviving a year old thread to post some trashy SPAM, post a link to a real good freeware solution - SUPER
RegardsLes
Essential progs - [PgcEdit] [VobBlanker] [MenuShrink] [IfoEdit] [Muxman] [DVD Remake Pro] [DVD Rebuilder] [BeSweet] [Media Player Classic] [DVDSubEdit] [ImgBurn]
Media and Burning - [Golden Rules of Burning] [Media quality] [Fix your DMA] [Update your Firmware] [What's my Media ID Code?] [How to test your disc]
[What's bitsetting?] [Burn dual layer disks safely] [Why not to burn with Ner0] [Interpret Ner0's burn errors] [Got bad playback?] [Burner/Media compatibility]
Cool Techniques - [2COOL's guides] [Clean your DVD] [Join a flipper] [Split into 2 DVDs] [Save heaps of Mb] [How to mock strip] [Cool Insert Clips]
Real useful info - [FAQ INDEX] [Compression explained] [Logical Remapping of Enabled Streams] [DVD-Replica] [Fantastic info on DVDs]
You should only use genuine Verbatim or Taiyo Yuden media. Many thanks to www.pcx.com.au for their supply and great service.
Explore the sites and the programs - there's a gold mine of information in them
Comment
-
Funny that.
RegardsLes
Essential progs - [PgcEdit] [VobBlanker] [MenuShrink] [IfoEdit] [Muxman] [DVD Remake Pro] [DVD Rebuilder] [BeSweet] [Media Player Classic] [DVDSubEdit] [ImgBurn]
Media and Burning - [Golden Rules of Burning] [Media quality] [Fix your DMA] [Update your Firmware] [What's my Media ID Code?] [How to test your disc]
[What's bitsetting?] [Burn dual layer disks safely] [Why not to burn with Ner0] [Interpret Ner0's burn errors] [Got bad playback?] [Burner/Media compatibility]
Cool Techniques - [2COOL's guides] [Clean your DVD] [Join a flipper] [Split into 2 DVDs] [Save heaps of Mb] [How to mock strip] [Cool Insert Clips]
Real useful info - [FAQ INDEX] [Compression explained] [Logical Remapping of Enabled Streams] [DVD-Replica] [Fantastic info on DVDs]
You should only use genuine Verbatim or Taiyo Yuden media. Many thanks to www.pcx.com.au for their supply and great service.
Explore the sites and the programs - there's a gold mine of information in them
Comment
Comment