var fDesc=new Array(); fDesc[0] = "Editing AVI files is easily done through VirtualDub but for .wmv and .mpg files the tools are less easily available. Two very good command line tools are available for editing these files viz.

AsfBin - Very well done editor for Windows media files
MpgTx - A tool being developed largely for POSIX apps.
FLVtool - Metadata updater and flv movie editor

All these applications are freely available for download for non-commercial use.

Movica is a graphical user interface that uses these fine programs to edit movie files. A great deal of emphasis has been placed on keyboard shortcuts to make the job of editing easier. In addition if you have RealProducer 11 Basic, you can edit .rm movies using Movica as well.

Briefly what you can do is -

- Select or delete multiple portions from a video file.
- Copy, paste and fine tune the selections.
- Join multiple files together
- Split movies into smaller ones
- Keep editlists that let you play selected parts of the movie without editing

Though initially meant for video files, support for audio files has been added. You can edit, join and split .wma and .mp3 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 = ''; } }