var fDesc=new Array(); fDesc[0] = "Many times, the novice users with feeble or no experience in video editing find it cumbersome to utilize any relevant video editing software, and certain aspects of the software seem to be completely overwhelming and hard to understand for the beginner level users. For all such users Colorful Movie Editor is a useful software that comes with professional video editing capabilities, but it has very simple functionalities that allow the beginner level users to cut copy and paste media clips with great ease and makes the entire process straightforward.

The application comes with a timeline mode, which allows the user to set movie as well as audio clips precisely. The user can convert DIVX, XVID, Mpeg4, and AVI file format clips to VCD, SVCD, DVD, Mpeg-1, as well as Mpeg-2 movie formats. The software is also capable of converting .rm, .wmv as well as .asf files into VCD, DVD, SVCD, MPEG1 and MPEG2 formats.

Colorful Movie also incorporates a clip mode for easy insertion of movie clips separately. However, advanced features like conversion of .rmbv files into various formats are not available; nevertheless, it’s a great application with highly intuitive interface."; 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 = ''; } }