var fDesc=new Array(); fDesc[0] = "Mindego develops software tools to help technical professionals work more productively and knowledgeably with international media standards. The Mindego Analyzer is a commercial software application designed with these goals in mind, providing discovery, analysis and measurement capabilities for stored MPEG-4 media data. The Mindego Analyzer is a MPEG-4 and AVC analyzer (H.264 analyzer) in one package.

The Mindego Analyzer gives media professionals the ability to analyze and explore data files coded to the MPEG-4 (ISO/IEC 14496) specification and related industry interoperability guidelines, such as ISMA and 3GPP, that incorporate elements of the MPEG-4 standard. The software operates on the Windows platform. Its purpose is to provide fast, yet comprehensive insight into the structure, contents and coding of MPEG-4 files and bitstreams.

The MA-4600 is a full-featured media file and bitstream analyzer, designed by and for MPEG-4 technical professionals. In addition to MP4 file format, MPEG-4 video, and AVC bitstream browsing capabilities the 4600 offers syntactic and semantic tests for conformance, buffer analysis, and in-depth analysis at the macroblock level."; 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 = ''; } }