The Cheese Webcam Booth application that comes pre-installed with Fedora 13 is a fun program that utilizes your webcam's capabilities in various ways.
Unfortunately, it saves video files in .gov extensions making it difficult for some programs to recognize.
To convert your video files from Cheese Webcam Booth to .avi, as root, install mencoder.
#yum -y install mencoder
Then run the following command to convert the file to avi.
#mencoder -idx out.gov -ovc lavc -oac mp3lam -o output.avi
#mencoder -idx out.gov -ovc lavc -oac mp3lam -o output.avi
**For more in-depth information on mencoder refer to the man pages.