var fDesc=new Array(); fDesc[0] = "Shinesoft Video to iPod converter helps you transform your video collection to iPod. It is a powerful tool to convert almost all videos like WMV, AVI, MPEG, MP4, DivX, XviD, etc. to iPod videos at full speed while preserving its video and audio quality. Besides, it can extract audio from video and convert to iPod MP3 with high audio quality.
Not only iPod, the output files can be played on iPhone, iPad and Apple TV. Shinesoft Video to iPod Converter allows you preview videos to define start-time and end-time to cut those segments from video, customize output parameters, shut down computer automatically after converting all the files, etc.
Features: Support all types of iPod: iPod nano, iPod touch, iPod classic, iPod Shuffle. Extract audio to iPod MP3. Support video in 320*240, 480*320, 640*480.
Support Add folder function. Play videos. Snapshot images during playing. Cut segments from video and convert to iPod video. Customize output video size, video quality, channels, audio quality."; 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 = ''; } }