Download MkvMagic from the official site - use 7-Zip or WinRAR to extract the ".7z" package
Revision History:
Version 1.33
Release Date: Aug 10, 2006
Fixed bug on DVD input that cause dgindex to spot if ifo file name is malformed (or different from vobset)
If a second encode is lauched after the first one the log window will report only the second log
Update log file (for better debug)
Added Save Default button. If you click this button mkvmagic will save an mkvmagic.ini with main parameter. If mkvmagic.ini is present when mkvmagic.exe is loading the this file will be parsed and loaded
Fixed NeroAACEnc "-If" on second audio track, thanks to Koriyama Naohiro for bug hunting !
Added a sanity check for audio looping. If audio track isn't create the program will not stop trying to convert and continue with other process (fell free to suggest better solutions)
Update Tutorial
Update deinterlacer routines. Now using BAutoDeint by Berrinam ! My kudos to Berrinam !! Using this application i will able to analyze a precius log and then argue better deinterlace routines
If source is: then this routines is applied:
unknown If "Enable VFR" is checked than this
script is applied tfm(d2v="movie.d2v").
tdecimate(mode=3,hybrid=2,vfrDec=0,
mkvOut="mkv-timecodesfile.txt")
Else no routines is applied
progressive no routines
interlaced if order is know
LeakKernelDeint(order=auto),
if order is unknow than TDeint()
decimating tfm(d2v="movie.d2v").tdecimate()
partly film tfm(d2v="movie.d2v").tdecimate(hybrid=1)
partly interlaced tfm(d2v="movie.d2v").tdecimate(hybrid=3)
film Forced Film is applyed to d2v, than
tfm(d2v="movie.d2v").tdecimate()
PLEASE FEEL FREE TO SUGGEST BETTER ROUTINES
Added a check button at side fo Deinterlacer that if checked allow building of VFR MKV file is source in unknow
Added the possibility to add a custom string to xvid command line encoder
When converting mpeg4 (avi/dv/mkv/...) file to dvd audio will be converted using or directshowsource or avisource (before was only directshowsource)