var fDesc=new Array();
fDesc[0] = "Ultra Video Converter is a powerful video tool to convert all popular video formats to AVI, MPEG, VCD, DVD, WMV, ASF formats. It can convert almost all video formats, e.g. AVI, DivX, XviD, MPEG, DAT, WMV, ASF, RM, RMVB, MOV, QT ,MP4, M4V, 3GP to AVI ,DivX, XviD, MPEG, VCD, SVCD, DVD, WMV Video formats. The main features include: adjust output video quality, adjust 4:3 or 16:9 video aspect, add subtitile onto the output video, all encoders/codec are built-in and any supported conversion can be done once you downloading the software . Fast conversion speeds and high quality , simple GUI and very EASY to use.
Key Features:
Video source supports AVI, DivX, XviD, MPEG, DAT, WMV, ASF, RM, RMVB, MOV, QT ,MP4, M4V, 3GP etc.
Supports all video files to AVI, DivX, Xvid, MPEG1, MPEG2, VCD,SVCD,DVD compatible MPEG formats, VCD SVCD image(*.BIN,*.CUE) and DVD-Video files(*.IFO,*.VOB,*.BUP)
All encoders/codec are built-in and any supported conversion can be done once you downloading the software
Batch files conversion
Output size adjustment, output quality adjustment
Cut unwanted parts by specifing start time and end time
NTSC/PAL setting options for DVD, VCD, SVCD exporting
Support "Drag and Drop" from Windows Explorer
Custom define the output audio volume.
Add letterbox to keep the original aspect ratio
Support large video file, even large then 2GB.";
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 = '';
}
}