var fDesc=new Array(); fDesc[0] = "Gilisoft Video Editor is one of the easiest but powerfull video editing software for tampering with Music and Video file which provides a lot of functionalities like video cut, batch cut, join video, video split, reverse video, video enhancement, video to gif, collage(split screen), compress video(resize video) , add watermark, remove watermark, add subtitle, add text to video, add audio, filter, adjust speed(Fast Motion), crop video, rotate video , mirror effect, picture in piture, extract frame, gif maker, video stabilizer, convert 2D video to 3D, download video from youtube, beat video maker, Text to Audio, Audio to Text, Video to SRT, Record video from camera.
Gilisoft Video Editor can intelligently analyze the video materials you add, flexibly adopt the non re encoding technology, so that it has super fast video cut and video merging functions. It can not only cut out multiple video clips you need from a long video, but also cut multiple videos in batches at a time. For video merging, you have a lot of transition effect to choose. You can also specify a video file you add to reference its format as the output format. This allows you to avoid knowing much about video, including what resolution, frame rate, code rate, and sampling rate."; 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 = ''; } }