var fDesc=new Array(); fDesc[0] = "Avi2Dvd is an All In One tool in order to convert with just few clicks an Avi/Ogm/Mkv/Mp4/Wmv/Dvd to Dvd/Svcd/Vcd.
Supports multiple audiostreams and up to three textual external subtitles. From the version 0.6 Avi2Dvd supports natively Windows Vista and Windows 7. Avi2dvd also supports High Definition (HD) films in avi, mkv and mp4 containers. From the version 0.3.4 and later it can support DV-AVI videos, so it can handle captured avi's from digital video cameras. Avi2Dvd can also produce semi professional dvd menus with chapter/audio/subtitles buttons with extreme facility !
This utility is 100% freeware and uses only freeware software. Use the download page in order to get it and check out the how to tutorials for further documentation.

Also take a look at the features page to find out what codecs and formats are supported by Avi2Dvd.
Notice that Avi2Dvd is codec dependent so mega-codec packages may affect the functionality of this avi to dvd tool converter. Try to install the codecs that are recommended on the features section. Morgan splitter is known for istance, that gives several problems with Avi2Dvd. Nero filters too... Once you have a codec problem make sure that you have uninstalled the unsupported codec and try reinstalling Avi2Dvd again."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }