var fDesc=new Array(); fDesc[0] = "MPEG file Real-Time edit and join!
.Real-Time edit based on Result-Now technique(preview the edited result before render)
.Support MPEG1/MPEG2 PS and PES file.
.Support DAT/MPG/VOB files on VCD/SVCD/DVD.
.Support Multi-Audio such as VOB file on DVD
.Support MPEG/AC3/LPCM/DTS audio in file.
.Accurate Audio/Video Synchronization
.Create a new 600MB mpeg file less than 5min.
.Support create file large then 2GB

MPEG Player/Demultiplex
.MPEG File Player support MPG/DAT/VOB,support Multi-Audio
.Get property of mpeg file(bit-rate,frequency,etc.)
.Demultiplex single stream from MPEG PS streams. Support MPEG Video/Audio/AC3/LPCM

Advanced MPEG-Multiplex function
.Support combine more than one video and audio streams from separate file to a single mpeg file.
.Support Result-Now technique(preview the multiplex result before render)
.Support MPEG Video/Audio/AC3/DTS/LPCM(.wav source) file

Included MPEG2/AC3/LPCM/DTS decoder(without third-party support).
.Standard MPEG 1/2 video decode filter for DirectShow.
.Standard AC3/LPCM decode filter for DirectShow.
.Support Microsoft MediaPlayer and other software use DirectShow."; 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 = ''; } }