var fDesc=new Array(); fDesc[0] = "PS3Muxer is a new very simple program which will remux mkv file with h.264 video and AC3/DTS/LPCM/AAC audio to a M2TS file which is playable on the Sony PlayStation3.

Main features:

-No video transcoding;
-Audio transcoding if track codec differs from AC3;
-Use of the delay and fps information from the MKV container;
-External audio tracks;
-Batch processing;
-Multi-audio (You can choose more than one audio track);
-Video codecs: h.264, VC-1, MPEG-2 (PS3 will show only h.264 and it is possible MPEG2);
-Audio codecs: AC3, DTS, AAC, MP3, LPCM (for AC3 transcoding it is not required);
-Possibility of manual updating of language and delay of tracks;
-Possibility of splitting a file into parts;
-Possibility of changing a h.264 profile and AC3 bitrate;
-Windows, Mac OS X and Linux support (QT GUI);"; 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 = ''; } }