var fDesc=new Array(); fDesc[0] = "LRTimelapse facilitates time lapse editing, keyframing, grading, and rendering. It allows keyframing and grading of time lapse sequences in an all-raw-file-based workflow, together with Lightroom Classic, 7, 6, 5, and 4, and Adobe Camera Raw. Using the Holy-Grail-Wizard, you can easily create Day-to-Night and Night-to-Day time lapse transitions. Rendering of the final sequences can be done in professional video formats like Prores 4:4:4 and 4:2:2, DNxHR and resolutions up to 8K and beyond."; 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 = ''; } }