var fDesc=new Array(); fDesc[0] = "Combine multiple AVCHD, BD (Blu-ray Disc) or DVD folders and author them into a single AVCHD/BD structure or author HD-DVD
This program is for those of you, who want to:
- put up to 252 different files (MPEG2, Quicktime MOV, MKV/AVC, AVI/AVC, M2TS/MTS, TS, TRP, M2V, VC1, 264, MP4, MPLS, IFO, etc.) or AVCHD / Blu-ray / DVD / VIDEO_TS folders in one place and navigate all these via nice 1080p top menu:
- XMB style MENU: up-to 252 scrollable titles (similar to Playstation3 cross-media-bar XMB)
- SLIDE MENU: up-to 252 scrollable titles (similar to Apple iTunes)
- CAROUSEL MENU: up-to 252 scrollable titles
- TITLE-LIST MENU: 21 pages x 12 titles
- NO MENU: 252 directly selectable titles during playback
- POP-UP MENU for each title"; 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 = ''; } }