var fDesc=new Array(); fDesc[0] = "MediaCoder Premium VOD Edition is designed for massive video transcoding for VOD industry.

Main features:
- Supporting video formats of H.264/AVC, H.265/HEVC, DivX, XviD, MPEG-1, MPEG-2 etc.
- Supporting audio formats of AC-3, MP3, MP2, LC-AAC, HE-AAC etc.
- Supporting container formats of MP4, MKV, MPEG-TS, MPEG-PS etc.
- Batch audio volume normalization.
- Preset Sidebar for easy configuration.
- Dual audio streams transcoding."; 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 = ''; } }