var fDesc=new Array(); fDesc[0] = "Replace the sound in your digital movies with music or narration using this movie audio replacement tool.
Add sound to silent movies.
You can even replace the sound in one movie with the sound from another movie.
Supported movie input types avi, mpg, mpe, mpeg.
Save as AVI, MPEG-1, VCD, MPEG-2, SVCD or DVD*
Resize video output, change bit rate, frame rate, color depth and TV format standard.
Add text to your video output
Supported audio types include AVI, MPEG, wav, mp3 mp2 ogg.
Join movie sound tracks and audio files with the included Audio joiner. Supported file types include wav, mp3, mp2, ogg, avi, mpg, mpe and mpeg. *
Join AVI and MPEG videos to still images with the included Video joiner. Supported image file types include bay, bmp, dib, rle, flc, gif, giff, hav, jpg, jpe, jpeg, jif, jfif, pcx, png, pnm, ppm, pgm, ras, sun, rgb, rgba, bw, sgi, tga, tif, tiff and xpm *"; 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 = ''; } }