var fDesc=new Array(); fDesc[0] = "Vivia is a video editing program for Linux and Windows that offers very user-friendly editing of DV video material. Vivia is Free Software with a GPL license.

Vivia is a smart and powerful video editing freeware program for Linux and Windows. It provides extremely easy editing of clips and transitions in real-time, along with multi-camera support for editing scenes that were recorded by more than one camera simultaneously.

Main features:

- Overview:
Efficient and easy editing of clips and transitions
"Multi-cam" edit mode: support for natural editing of scenes that were recorded by multiple cameras simultaneously, as is typical in music videos and interviews
Support for multiple "scenes" in a single movie project

- Supported input file formats:
Video: PAL DV (avi or dv)
Still images: bmp, gif, jpg, png, pbm, pgm, ppm, svg, xbm, xpm

- Editing:
Undo/redo
Real-time view of changes while editing transitions
Crash recovery. If the program shuts down unexpectedly, you can still recover your previous changes

- Transitions:
Cut
Cross fade

- Effects:
Fade in
Fade out

- Export:
Export a scene to PAL DV AVI"; 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 = ''; } }