var fDesc=new Array(); fDesc[0] = "1. Conversion speed to a whole NEW level! With high speed conversion, there is no need to wait until you finish one file before starting another. All thanks to our new multi-threaded GPU acceleration technology (provided by Intel/AMD/NVIDIA).
2. Advanced Encoder Support. In addition to general video and audio codes, we also support advanced encoders such as VP9, AV1, HEVC (H.265), CFHD, etc. Comprehensive encoder formats easily solve all your concerns about unsupported formats.
3. Nearly Zero Loss in video compression. While enjoying the new level speed, compress video to a smaller size with nearly no quality loss. Reduce video size from 100% to 30% with ZERO quality loss!
4. Staying on the Cutting Edge of technology. Constantly developing new features using new AI technologies while continuously improving and enhancing our existing features. We are dedicated to providing you with the easiest audio and video solutions."; 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 = ''; } }