<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Record Your Screen With XVidCap</title>
	<atom:link href="http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/</link>
	<description>News, Tips, and How-Tos for Ubuntu Linux</description>
	<lastBuildDate>Mon, 09 Jan 2012 11:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: kevLinK</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-176820</link>
		<dc:creator>kevLinK</dc:creator>
		<pubDate>Thu, 22 Sep 2011 01:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-176820</guid>
		<description>It works flawless for me, I am using openSUSE 11.4</description>
		<content:encoded><![CDATA[<p>It works flawless for me, I am using openSUSE 11.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alanur</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-141045</link>
		<dc:creator>Alanur</dc:creator>
		<pubDate>Tue, 29 Mar 2011 20:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-141045</guid>
		<description>For the common no-audio or no-sound problem:

1. Uninstall xvidcap in Synaptic
2. Install xvidcap from http://sourceforge.net/projects/xvidcap/files/xvidcap/1.1.7/xvidcap_1.1.7jaunty_i386.deb/download
3. Lock the installed version in Synaptic
4. Install pavucontrol in Synaptic (Needed in Ubuntu 10.04 but not in Linux Mint 10: already present)
5. Open the program with padsp xvidcap
6. Click on the recording button (red circle)
7. Run pavucontrol, go to the Recording tab and there choose Monitor of Analog Stereo Internal Audio

Done!!

To record with sound, the program has always to be run with padsp xvidcap (for example from ALT+F2). To run it always like that from the menu: run alacarte, go to Sound and video, then to XVidCap Screen Capture, Properties and where it says Command put padsp xvidcap.

The stated is to record the system sound, that is, the one coming out of the speakers, that can be of a song or movie of our hard drive or pendrive played by Totem, of a Flash music video of a website played by Firefox, …

Nevertheless, sometimes it can be necessary to record the microphone sound, for example if we want to make a videotutorial to explain how a program works. In this case we put xvidcap in recording state, run pavucontrol and in the Recording tab we put Analog Stereo Internal Audio (without “Monitor of” ahead).

If we only want to record sound (without video) we can run from ALT+F2 gnome-sound-recorder. The first time probably it will be configured to record from the microphone. To record the system sound we run with ALT+F2 gnome-volume-control, go to the Hardware tab and in Profile we put Analog Stereo Output (it’s also possible to do this running pavucontrol and using the Configuration tab).

But when we finish we have to put again Analog Stereo Duplex in the Profile of Hardware of gnome-volume-control (or of Configuration of pavucontrol), so we can still choose the origin of the sound when recording with xvidcap.

Another option, not to have to change once and again between Analog Stereo Duplex and Analog Stereo Output neither limit the sound source for xvidcap, is to leave Analog Stereo Duplex and use also pavucontrol when we want to change the source of the sound for gnome-sound-recorder. Like the stated for padsp xvidcap, to change where we want to record the sound from, we put gnome-sound-recorder recording, open pavucontrol and in the Recording tab we put the desired option. In this case there is no need to use padsp (xvidcap needs it because it was designed for OSS. What padsp does is to connect OSS with PulseAudio, as shown in http://linux.die.net/man/1/padsp ).

NB: sometimes, to change from Analog Stereo Duplex to Analog Stereo Output it may be necessary to change first to Off, close, open again and then change finally to Analog Stereo Output. The same for the opposite change. If not, the computer may “not notice” that we have applied the change.

&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;

In order to install xvidcap in a x86_64 system I just have to use the –force-architecture option to the dpkg -i command.

angelv@vaso:~/Desktop$ sudo dpkg –force-architecture -i xvidcap_1.1.7jaunty_i386.deb

But when trying to run it I see that there are some i386 libraries missing. In order to easily install them I use the getlibs script.

angelv@vaso:~/Desktop$ padsp xvidcap
xvidcap: error while loading shared libraries: libtheora.so.0: cannot open shared object file: No such file or directory

angelv@vaso:~/Desktop$ getlibs /usr/bin/xvidcap

%%%%%%%%%%%%%

About getlibs: http://ubuntuforums.org/showthread.php?t=474790</description>
		<content:encoded><![CDATA[<p>For the common no-audio or no-sound problem:</p>
<p>1. Uninstall xvidcap in Synaptic<br />
2. Install xvidcap from <a href="http://sourceforge.net/projects/xvidcap/files/xvidcap/1.1.7/xvidcap_1.1.7jaunty_i386.deb/download" rel="nofollow">http://sourceforge.net/projects/xvidcap/files/xvidcap/1.1.7/xvidcap_1.1.7jaunty_i386.deb/download</a><br />
3. Lock the installed version in Synaptic<br />
4. Install pavucontrol in Synaptic (Needed in Ubuntu 10.04 but not in Linux Mint 10: already present)<br />
5. Open the program with padsp xvidcap<br />
6. Click on the recording button (red circle)<br />
7. Run pavucontrol, go to the Recording tab and there choose Monitor of Analog Stereo Internal Audio</p>
<p>Done!!</p>
<p>To record with sound, the program has always to be run with padsp xvidcap (for example from ALT+F2). To run it always like that from the menu: run alacarte, go to Sound and video, then to XVidCap Screen Capture, Properties and where it says Command put padsp xvidcap.</p>
<p>The stated is to record the system sound, that is, the one coming out of the speakers, that can be of a song or movie of our hard drive or pendrive played by Totem, of a Flash music video of a website played by Firefox, …</p>
<p>Nevertheless, sometimes it can be necessary to record the microphone sound, for example if we want to make a videotutorial to explain how a program works. In this case we put xvidcap in recording state, run pavucontrol and in the Recording tab we put Analog Stereo Internal Audio (without “Monitor of” ahead).</p>
<p>If we only want to record sound (without video) we can run from ALT+F2 gnome-sound-recorder. The first time probably it will be configured to record from the microphone. To record the system sound we run with ALT+F2 gnome-volume-control, go to the Hardware tab and in Profile we put Analog Stereo Output (it’s also possible to do this running pavucontrol and using the Configuration tab).</p>
<p>But when we finish we have to put again Analog Stereo Duplex in the Profile of Hardware of gnome-volume-control (or of Configuration of pavucontrol), so we can still choose the origin of the sound when recording with xvidcap.</p>
<p>Another option, not to have to change once and again between Analog Stereo Duplex and Analog Stereo Output neither limit the sound source for xvidcap, is to leave Analog Stereo Duplex and use also pavucontrol when we want to change the source of the sound for gnome-sound-recorder. Like the stated for padsp xvidcap, to change where we want to record the sound from, we put gnome-sound-recorder recording, open pavucontrol and in the Recording tab we put the desired option. In this case there is no need to use padsp (xvidcap needs it because it was designed for OSS. What padsp does is to connect OSS with PulseAudio, as shown in <a href="http://linux.die.net/man/1/padsp" rel="nofollow">http://linux.die.net/man/1/padsp</a> ).</p>
<p>NB: sometimes, to change from Analog Stereo Duplex to Analog Stereo Output it may be necessary to change first to Off, close, open again and then change finally to Analog Stereo Output. The same for the opposite change. If not, the computer may “not notice” that we have applied the change.</p>
<p>&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;</p>
<p>In order to install xvidcap in a x86_64 system I just have to use the –force-architecture option to the dpkg -i command.</p>
<p>angelv@vaso:~/Desktop$ sudo dpkg –force-architecture -i xvidcap_1.1.7jaunty_i386.deb</p>
<p>But when trying to run it I see that there are some i386 libraries missing. In order to easily install them I use the getlibs script.</p>
<p>angelv@vaso:~/Desktop$ padsp xvidcap<br />
xvidcap: error while loading shared libraries: libtheora.so.0: cannot open shared object file: No such file or directory</p>
<p>angelv@vaso:~/Desktop$ getlibs /usr/bin/xvidcap</p>
<p>%%%%%%%%%%%%%</p>
<p>About getlibs: <a href="http://ubuntuforums.org/showthread.php?t=474790" rel="nofollow">http://ubuntuforums.org/showthread.php?t=474790</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-127319</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Fri, 04 Feb 2011 16:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-127319</guid>
		<description>Using ubuntu 10.04, good results so far.

Thanks for the post.</description>
		<content:encoded><![CDATA[<p>Using ubuntu 10.04, good results so far.</p>
<p>Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kool</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-113869</link>
		<dc:creator>kool</dc:creator>
		<pubDate>Thu, 09 Dec 2010 21:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-113869</guid>
		<description>Thanks a lot! You saved me for my final presentation!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! You saved me for my final presentation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1wang</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-111141</link>
		<dc:creator>1wang</dc:creator>
		<pubDate>Thu, 25 Nov 2010 21:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-111141</guid>
		<description>works well on an old 1.6 GHz Notebook,but captures only 20-60 % of the frames; records sound but the sound is not usable. So basically installs and works well on ubuntu 10.0.4 but needs more CPU power.</description>
		<content:encoded><![CDATA[<p>works well on an old 1.6 GHz Notebook,but captures only 20-60 % of the frames; records sound but the sound is not usable. So basically installs and works well on ubuntu 10.0.4 but needs more CPU power.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-95191</link>
		<dc:creator>me</dc:creator>
		<pubDate>Thu, 15 Jul 2010 18:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-95191</guid>
		<description>overload cpu :( intel i7 ati mobility radeon hd 5650</description>
		<content:encoded><![CDATA[<p>overload cpu <img src='http://tombuntu.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  intel i7 ati mobility radeon hd 5650</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jif</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-76522</link>
		<dc:creator>jif</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-76522</guid>
		<description>how do the hell do you save!!!!!!!!!!!!!!?????????????????</description>
		<content:encoded><![CDATA[<p>how do the hell do you save!!!!!!!!!!!!!!?????????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glennji</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-64461</link>
		<dc:creator>glennji</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-64461</guid>
		<description>This works a treat on Ubuntu 9.04 (Jaunty) with Compiz and the Nvidia binary drivers! (Felt I had to leave a positive comment to balance out the last three.)

Seriously, it installs from a repo and works exactly as described. I can capture all the Compiz/Fusion animations at a full-screen 1680x1050 resolution...

Maybe it&#039;s improved recently?</description>
		<content:encoded><![CDATA[<p>This works a treat on Ubuntu 9.04 (Jaunty) with Compiz and the Nvidia binary drivers! (Felt I had to leave a positive comment to balance out the last three.)</p>
<p>Seriously, it installs from a repo and works exactly as described. I can capture all the Compiz/Fusion animations at a full-screen 1680&#215;1050 resolution&#8230;</p>
<p>Maybe it&#8217;s improved recently?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VBAssassin</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-46274</link>
		<dc:creator>VBAssassin</dc:creator>
		<pubDate>Fri, 09 Jan 2009 19:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-46274</guid>
		<description>When ever i click record... it just closes the program :-S</description>
		<content:encoded><![CDATA[<p>When ever i click record&#8230; it just closes the program :-S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-28757</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 14 Sep 2008 14:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/11/06/record-your-screen-with-xvidcap/#comment-28757</guid>
		<description>it just freezes on me..</description>
		<content:encoded><![CDATA[<p>it just freezes on me..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: tombuntu.com @ 2012-02-08 01:46:50 -->
