Add repositories System --> Administration --> Software Sources Tick "Community maintained Open Source software (universe) Tick "Software restricted by copyright or legal issues (multiverse)" Close Reload Install QEMU, avidemux, ffmpeg2theora, audacity on the host $ sudo apt-get install qemu avidemux ffmpeg2theora audacity Alternatively (preferably) qemu could be compiled from source. It's not nearly as hard as it sounds. There's a great guide to compiling QEMU on the Hampshire LUG wiki. Doing this means you can enable the (closed source) KQEMU module which dramatically improves performance of QEMU. Install xvidcap Home page: http://xvidcap.sf.net/ Download the .deb Visit download page: http://sourceforge.net/project/showfiles.php?group_id=81535&package_id=83441 Download xvidcap_1.1.4_i386.deb from mirror. $ wget -c http://kent.dl.sourceforge.net/sourceforge/xvidcap/xvidcap_1.1.4_i386.deb Install the .deb $ sudo dpkg -i xvi...