var fDesc=new Array(); fDesc[0] = "This tool is one powerful, intuitive media converter that helps you convert homemade DVDs and videos to all kinds of videos/audio, and edit video for better enjoyment. You can edit and enhance your video files by using the Effect, Trim, Crop, and Watermark functions. So you can adjust video contrast, hue, brightness, stability and other factors.

Total Media Converter has several pre-defined output formats that allow the easy conversion of video and audio files to formats compatible with most popular media players, such as Windows Media Player or QuickTime Player. This comprehensive digital media converter also gives you a series of pre-built, ready-to-use profiles for fast and easy conversion of your favorite media files for use on popular personal digital devices such as all models of the iPhone, iPad, iPod touch, Apple TV, Samsung Galaxy S4, Samsung Galaxy Note 3, HTC One, PSP, PS4, PS3, Xbox One, Xbox360, Sony Xperia, Android devices and more.

Total Media Converter can enhance the quality of your media files. You can: Adjust a video's brightness, saturation, contrast, hue and volume; Remove black bars; Cut your video clips; Add a text or image watermark to your video; Merge selected video clips and homemade DVD contents into a single file; Convert an interlaced video to a progressive one with the "Deinterlacing" function. And easily adjust other output parameters such as Video Encoder, Frame Rate, Video Bitrate, Audio Encoder, Sample Rate, Channel, and Audio Bitrate. In addition, choose an audio track and subtitle to the output video file."; 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 = ''; } }