var fDesc=new Array(); fDesc[0] = "Touchillusion Videomaster is a joiner, splitter, converter for the movie files or fragments of any type: AVI , MPEG, SWF. The converter transforms video files into any other format including the Macromedia Flash SWF, GIF and more.
In a matter of minutes you can open several MPEG or AVI files, mark fragments then cut and paste them into the new movie file. A customization of output's options allows you to regulate the frame rate, audio frequency, and other parameters, This will allow you can find a compromise between quality of the video and size of the file. With every generated Flash video you may automaticlly add a small management panel with "start","stop" and other appropriate buttons.
Videomaster creates SWF files that provide 100% lossless quality at a very small file size. Video editing functionality has been implemented as usual copy-paste operations, well known for every Windows user.
Using Lencom Videomaster you can create a streaming Flash Video or convert existing AVI or MPEG to SWF or GIF, that anyone can see without the need of any special program - plugin or CODEC (consider that 99% of the users are capable to see Flash movies in their web browsers)."; 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 = ''; } }