var fDesc=new Array(); fDesc[0] = "Easily edit home movies
With FadeToBlack AVI Video Editor you can quickly and easily join, split, crop, trim, modify color, rotate, overlay / merge, blur your AVI video files, along with sequences of JPG and BMP images or photos from your digital camera. Because FadeToBlack AVI Video Editor is intuative, even a novice will find that trimming a single AVI or joining several AVI files can be done with just a few clicks of your mouse.

FadeToBlack AVI Video Editor has full support for the latest DivX video codecs and MP3 audio codecs, so is perfect for editting all your DivX movie files. You can also encode your non-DivX AVI files into DivX format with FadeToBlack AVI video editor. Click here for information on installing the latest DivX video codec. Features include:
Intuitive interface
Splitting, Cropping, Stretching, Copying, Reversing, Resizing
Quick Rotate (useful for digital cameras)
DivX video and MP3 audio support
Color Modifier
Intelligent use of pre-compressed video / audio for lightning speed file saving!!!
Quick preview rendering
Drag-n-drop re-ordering
Auto-detection of JPEG or BMP image sequences
Frame image copy to Windows clipboard
Smooth effect transitions
Negative image
Blur image"; 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 = ''; } }