var fDesc=new Array(); fDesc[0] = "This .NET Windows application is an ffmpeg2theora GUI that batch converts almost any video files, including mp4 & h264, to OGG / OGV Theora format. Theora Converter .NET provides a graphical user interface for ffmpeg2theora 0.27.
It can convert almost any type of video file to OGV / OGG / Theora format."; 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 = ''; } }