var fDesc=new Array(); fDesc[0] = "mp4Mobile is a powerful and easy-to-use tool that enables you to convert your digital video to *.mp4 format for use on mobile devices, such as iPods (iPod classic, iPod nano, iPod touch), iPhones, Sony PlayStation Portables (PSP), cellular phones and other mobile devices. Convert your favorite television show or movie to mp4 and take them with you to watch anywhere at anytime!

mp4Mobile accepts the following popular digital video formats as input:

Audio Video Interleave (*.avi)
Advanced Systems Format (*.asf)
QuickTime Movie (*.mov)
Moving Picture Experts Group (*.mp4, *.mpg, *.mpeg)
Windows Media Video (*.wmv)

mp4Mobile will then output the digital video in MP4 (*.mp4) format following the conversion parameters that you specify, such as the audio and video sample rate and video resolution.

mp4Mobile also offers some unique features. Upon specifying the input file, you can customize the clip's starting and ending point, allowing you to convert only the parts of the clip that you want. You can also preview the clip segment based on the start and end points that you set, ensuring that you are satisfied with the clip segment (starting point, ending point and duration) before you begin the conversion process. You can even specify that mp4Mobile should split a large video file into multiple, smaller files of a given size, enabling you to break up large video clips into smaller, more easily managed files."; 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 = ''; } }