var fDesc=new Array(); fDesc[0] = "AVS Video Converter is a free video converter for Windows. Convert from/to 150+ formats: MP4, MOV, MKV, WEBM, DVD, AVI, WMV, MPEG, M2TS, TS, 2K QHD, 4K UHD and DCI 4K, etc. Encode HD Video, MP4, MOV, MKV, WEBM, AVI, WMV, DVD, VOB, MPEG, Blu-ray with popular codecs H.264/AVC, VP8, MPEG-4, MPEG-2, MJPEG, H.263 etc. You can also open video files with modern codecs H.265/HEVC, AV1, VP9. Convert HD, Full HD, 2K Quad HD, 4K Ultra HD and DCI 4K video using ultra new presets and enjoy high quality video playback. Use hardware acceleration for video decoding by means of video cards (GPU): Intel HD Graphics or NVIDIA® GeForce®. It is available for H.264/AVC, H.265/HEVC, AV1, VP9, VP8, VC-1 and MPEG-2 codecs. It speeds up preview and conversion processes significantly."; 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 = ''; } }