var fDesc=new Array(); fDesc[0] = "VideoSolo DVD Creator can convert almost all popular video formats including AVI, MPEG, 3GP, MP4, VOB, FLV, M2TS, MTS, TS, SWF, MKV, MPG, MPA, DAT, DV, NSV, MOV, QT, RMVB, DivX, DV, etc. to DVD disc/folder/ISO file. With this program, home-made movies or videos downloaded from online website can be burned into DVD. Besides, this program supports creating different DVD types, like DVD-5/9, etc.

VideoSolo DVD Creator allows you to customize subtitle and audio track. That is to say, you can add subtitles and audio tracks to your DVD manually. For audio files, this program supports almost all popular audio formats so it is easy to import audio track into the software. And SRT, SSA and ASS are the supported subtitle file format. You are allowed to edit the audio volume and adjust the subtitle position so as to get a personalized DVD file.

VideoSolo DVD Creator is designed with a powerful video editing feature which makes it easy for both pros and beginners to create professional-looking DVD. It lets you adjust video effects, such as brightness, saturation, hue, volume and contrast. It also has the ability to trim the video length, crop video, change the aspect ratio, set position and transparency and add text or image watermark to the video. You can preview your DVD video before burning to ensure all goes as you want.Edit DVD"; 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 = ''; } }