var fDesc=new Array(); fDesc[0] = "VideoCharge Express is intended for fast (instant) processing Video and Audio files. Processing is being executed without re-compression, which saves a lot of time.
VideoCharge Express can implement any operations with files that doesn't demand re-compression: splitting files (by time, by size, into equal parts), joining a sequence of files of the same type into a single file, extracting the necessary scenes, deleting the needless scenes.
VideoCharge Express enables to create Thumbnails for every produced movie, out of the first or specified frame. Also one can use the Editor in order to select frames for thumbnails' creation manually.
Besides, VideoCharge Express includes support of working via command line and possibility to process folders with files by mask, involves a flexible mechanism for constructing the output file's name.
VideoCharge Express supports the following formats:
AVI (*.avi) (DivX, XVid and its),
Mpeg (*.mpg, *.mpeg) (VCD, SVCD),
DVD (*.vob, *.ifo),
WMV (*.wmv, *.wma, *.asf),
QuickTime (*.mov, *.move, *.qt),"; 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 = ''; } }