var fDesc=new Array(); fDesc[0] = "AVCHDCalculator is an application to calculate the bitrate if you want to encode your own movie and want to make a AVCHD Disc. This application can be used with an application like MeGUI. With AVCHDCalculator you calculate the bitrate and the encoding itself can be done with MeGUI. This application is written in Java so Java is required.

Main Features :
- Calculate bitrate
- Support for AC3 192, 224, 256, 320, 384, 448, 512, 576 and 640 kbps calculations
- Support for DTS-ES. DTS and DTS-HD HR calculations
- Support for LPCM 5.1 and 7.1 calculations
- Bitrate can be calculated for DVD-R, DVD-DL, BD-25, BD-50, USB 1, 2, 4, 8 and 16GB
- Support for calculations with subtitles.
- CLI
- Support for 3 audiostreams
- multi platform: Windows, Mac OS X, Linux"; 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 = ''; } }