var fDesc=new Array(); fDesc[0] = "This is a windows installer – and will add a right click menu option ‘Encode Now’ . Simply right click the source file, click encode now and handbrake will go off and encode it
Download the installer, run it. Edit the config.txt file to add your target folder to save all encodes and your query . In use then, just right click and you are done."; 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 = ''; } }