var fDesc=new Array(); fDesc[0] = "Raylight MXFX is a Panasonic P2 MXF File Converter,Add/Remove, Pulldowns & Resize.
General purpose Panasonic-MXF file converter:
1. Converts MXF files to MXF files, P2 Cards to P2 Cards, preserves metadata
2. Removes or adds pulldown of all kinds1
3. Resizes between 720 and 1080-line formats2
4. 25P to 23.976 (or NTSC) conversion
5. Rotate image from 35mm adaptors without recompression3
6. Grain reduction: reduce grain by up to 50% in static areas of the screen4
7. Ideal for Avid Media Composer, Avid Express HD, Adobe Premiere CS4, others"; 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 = ''; } }