var fDesc=new Array(); fDesc[0] = "The FFmpeg tool is capable of complex video/audio conversion, encoding, mux/demux, transcoding, streaming and playing. It supports a multitude of file types and formats, however, the tool only comes as a command line utility. While this feature makes it difficult for many users to apply its functions, there are however a series of programs which offer a graphical interface.

myFFmpeg is one such application, which allows you to make use of the FFmpeg capabilities, while working in a friendly environment. The application offers graphic interface for the FFmpeg functions: multimedia conversion, encoding, merging, trimming, creating DVD ISO image, splitting videos to images."; 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 = ''; } }