xvidcap is a great, free tool for handling video capture and audio overdub. It has many of the features associated with pricey tools like Camtasia.
Installing xvidcap into Ubuntu Gutsy requires a few package adds that are not on the ship DVD or are there but at unsupported levels.
Steps to install xvidcap are as follows:
- Obtain the most recent stable version of xvidcap from http://sourceforge.net/projects.xvidcap/ . I used xvidcap_1.1.7rc1_i386.deb
- An atttempt to install this package results in two unresolved dependencies. liblame0 and libpango-1-18.3 (libpango is installed at 1-18.2)
- To obtain liblame
http://packages.ubuntu.com/gutsy/i386/liblame0/download - libpango requires libpango-common. Get libpango
$wget http://launchpadlibrarian.net/10117979/libpango1.0-0_1.18.3-0ubuntu1_i386.deb - Get libpango common
$wget http://launchpadlibrarian.net/10117977/libpango1.0-common_1.18.3-0ubuntu1_all.deb - Switch to root
- Install liblame0
dpkg -i liblame0<tab> - Install libpango-common
dpkg -i libpango1.0-common<tab> - Install libpango
dpkg -i libpango1.0-0<tab> - Install xvdicap
dpkg -i xvidcap<tab> - Verify xvidcap works
Open a terminal window and typexvidcap
In order to playback your newlt created videos, you may need to install additional packages. Try to open the m[peg, if it works, you are good. If it not, then install the gstreamer package