<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Tech Easier&#187; record</title>
	<atom:link href="http://maketecheasier.com/tag/record/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Create Screencasts in Linux</title>
		<link>http://maketecheasier.com/create-screencasts-in-linux/2010/04/02</link>
		<comments>http://maketecheasier.com/create-screencasts-in-linux/2010/04/02#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:28:36 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[recordmydesktop]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[theora]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=14126</guid>
		<description><![CDATA[MakeTechEasier.com is exploring the possibility of creating screencasts for our users, so that we can quickly visualize some of the tutorials that might make more sense in a video format. In researching this, we found an awful lot of software for desktop recording. These programs can differ widely in features like video quality, performance, and [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02&amp;title=How+to+Create+Screencasts+in+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-screencasts-in-linux/2010/04/02">How to Create Screencasts in Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/03/recordmydesktop-logo.png" alt="" title="recordmydesktop-logo" width="318" height="34" class="alignleft size-full wp-image-14127" />MakeTechEasier.com is exploring the possibility of creating screencasts for our users, so that we can quickly visualize some of the tutorials that might make more sense in a video format. In researching this, we found an awful lot of software for desktop recording. These programs can differ widely in features like video quality, performance, and compatibility. In this guide we&#8217;ll cover an app called <em>recordMyDesktop</em> which makes desktop recording a very simple process.<br />
<span id="more-14126"></span><br />
This is an update and expansion on a <a href="http://maketecheasier.com/screen-recording-with-recordmydesk/2008/02/21">previous article</a>. It contains updated and additional information not found in the original.  </p>
<h3>Getting recordMyDesktop</h3>
<p>The core of recordMyDesktop is a command line tool, however there are useful graphical front ends available for KDE and Gnome. We&#8217;ll be using the Gnome version for this guide. Ubuntu users can install via the command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gtk-recordmydesktop</pre></div></div>

<p>or by clicking <a href="apt:gtk-recordmydesktop">here</a>. Otherwise, it can be downloaded manually from their <a href="http://recordmydesktop.sourceforge.net/about.php" target="_blank">Sourceforge site</a>. </p>
<h3>How it Works</h3>
<p>The Gnome front end will add an icon to your panel when the app is running. This icon can be clicked to start and stop recording at any time. When started, recordMyDesktop will make a video of everything on your screen (or in a particular region, we&#8217;ll get to that) and save it in Ogg Theora format to your home directory. Live audio can be included in your recording as well, or disabled completely with the checkbox.</p>
<h3>Setting Up Your Video</h3>
<p>Once you start up <em>gtk-recordmydesktop</em>, you&#8217;ll get the main config screen.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/recordmydesktop-firstrun.png" alt="recordmydesktop-firstrun" title="recordmydesktop-firstrun" width="494" height="216" class="aligncenter size-full wp-image-14135" /></p>
<p>There are several important options here. For starters, you can see that there are slider bars to set the quality of the output. As with most things of this type, higher quality means a larger output file and slower encoding.  </p>
<p>Another useful option to consider is the <em>Select Window</em>. With this, you can either choose a particular window to record or drag a box over the thumbnail view.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/recordmydesktop-dragwindow.png" alt="" title="recordmydesktop-dragwindow" width="496" height="218" class="aligncenter size-full wp-image-14139" /></p>
<h3>Advanced Options</h3>
<p>Most of the advanced options can be safely left alone and will work fine, however there are a few you might want to check, particularly in the <em>Performance</em> section. The defaults will work fine for most, however if you want higher quality or your machine is fast enough to encode on the fly, you may find some useful settings here.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/recordmydesktop-advanced.png" alt="recordmydesktop-advanced" title="recordmydesktop-advanced" width="291" height="565" class="aligncenter size-full wp-image-14145" /></p>
<h3>Handling Your Output</h3>
<p>As noted earlier, recordMyDesktop will save to an Ogg video format. Each video recorded will be saved to your home as <em>out.ogv, out-1.ogv, out-2.ogv</em>, etc. If you wish, you can use a video editor of your choice to make any needed edits to your file. Not all video editors can handle Ogg video, but there are a multitude of tools available to convert to different formats within Linux.  </p>
<p>One simple way to convert to a more widely available format is with the command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mencoder <span style="color: #660033;">-ovc</span> lavc <span style="color: #660033;">-oac</span> copy <span style="color: #660033;">-lavcopts</span> <span style="color: #007800;">vcodec</span>=mpeg4 <span style="color: #660033;">-o</span> NAMEOFOUTPUTFILE.avi NAMEOFINPUTFILE.ogv</pre></div></div>

<p>which will save into a compressed MPEG4 file.  </p>
<p>If you want to convert into another format without losing a single pixel of data, you may instead wish to convert into a lossless format so that you can open it in other programs without losing any quality. In that case, you could use the very similar command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mencoder <span style="color: #660033;">-ovc</span> lavc <span style="color: #660033;">-oac</span> copy <span style="color: #660033;">-lavcopts</span> <span style="color: #007800;">vcodec</span>=ffv1 <span style="color: #660033;">-o</span> NAMEOFOUTPUTFILE.avi NAMEOFINPUTFILE.ogv</pre></div></div>

<p>If you have a another desktop recorder you prefer, or have a better encoding suggestion, please let us know in the comments!<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02&amp;title=How+to+Create+Screencasts+in+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-screencasts-in-linux/2010/04/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-screencasts-in-linux/2010/04/02">How to Create Screencasts in Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-screencasts-in-linux/2010/04/02/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Record Skype Calls in Linux</title>
		<link>http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06</link>
		<comments>http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06#comments</comments>
		<pubDate>Mon, 06 Jul 2009 13:26:39 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5710</guid>
		<description><![CDATA[Skype is a proprietary voice over Internet application that allows you to call other Skype users or real telephone lines. If you happen to use Skype for business or some other important calls that you might want to record, you will need additional software. There are several ways to record inbound and outbound audio in Linux, [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06&amp;title=How+to+Record+Skype+Calls+in+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06">How to Record Skype Calls in Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5712" src="http://imagecdn.maketecheasier.com/2009/07/skype-recorder-icon.jpg" alt="Skype Call Recorder icon" width="128" height="128" /><a href="http://www.skype.com/intl/en/" target="_blank">Skype</a> is a proprietary voice over Internet application that allows you to call other Skype users or real telephone lines. If you happen to use Skype for business or some other important calls that you might want to record, you will need additional software.</p>
<p>There are several ways to record inbound and outbound audio in Linux, but <a href="http://atdot.ch/scr/" target="_blank">Skype Call Recorder</a> (SCR) is specifically designed for Skype. It is a free and open-source application with which you can record calls in MP3, Ogg Vorbis, or WAV format. It supports manual and automatic recording, which can be configured for specific callers.<br />
<span id="more-5710"></span></p>
<h3>Installation</h3>
<ol>
<li>Go to the <a href="http://atdot.ch/scr/" target="_blank">Skype Call Recorder website</a>.</li>
<li>Scroll to the download area on the main page. Packages are available for Ubuntu (x86 and x86_64), Debian, Asus Eee PC (running Xandros), RPM-based (x86 and x86_64), Arch Linux, a Gentoo ebuild and a source code tarball.</li>
<li>Download and install the Skype Call Recorder package for your system. It should then appear in your application menu.</li>
</ol>
<h3>Preparation</h3>
<p><img class="alignright size-full wp-image-5715" src="http://imagecdn.maketecheasier.com/2009/07/skype-recorder-1.jpg" alt="Starting Skype Call Recorder" width="300" height="403" /></p>
<ol>
<li>Start Skype.</li>
<li>Open your application launcher menu and start Skype Call Recorder. If you cannot find it, you can manually start it by running the command &#8220;<em>skype-call-recorder</em>&#8220;.</li>
<li>Skype should pop up a window saying &#8220;A program &#8220;SkypeCallRecorder&#8221; is trying to connect to Skype&#8221;.  Click &#8220;<em>Yes</em>&#8220;. If you want, you may also check &#8220;Remember this selection&#8221;.</li>
<li>Right click on the new icon in your system tray area and click &#8220;<em>Preferences</em>&#8220;.</li>
<li>Select whether you want it to automatically record every call, ask before recording, or not at all. From this tab you can also edit &#8220;per-caller recording&#8221;.</li>
<li>Click the &#8220;File Names&#8221; tab and select the folder where you want SKR to save your files.</li>
<li>Click the &#8220;File Format&#8221; tab and select the format you prefer. Ogg Vorbis is an open format and less lossy than MP3, but MP3 is more widely available for playback on portable devices. WAV will be uncompressed but will produce a large file if you have long calls. You can raise the MP3 bitrate to improve quality.</li>
<li>When you are satisfied with your preferences, click &#8220;Close&#8221;.</li>
</ol>
<h3>Making a call</h3>
<p>Assuming you have already used Skype, your audio mixer settings should be ready to record calls. If not, you need to make sure you have &#8220;mic&#8221; or microphone set to record and that &#8220;capture&#8221; is enabled. To test it, you can use a regular sound recorder to record your own voice.</p>
<ol>
<li>Start a Skype call the way you normally would. Click on a contact or enter a number.</li>
<li>The call will ring as it normally does, but when the person on the other end answers, a window will appear asking you if you would like to continue recording. Select &#8220;<em>Yes</em>&#8220;, and your call will now be recorded until you hang up.</li>
<li>After you end the call, check the folder you specified for your phone call file. You should be able to listen to it in whatever music player you prefer.</li>
</ol>
<p>That is all it takes to record your Skype calls. Anytime you want to record calls, it will be configured and ready to go.</p>
<p>*<strong>Note</strong><em>: Please be advised that it is illegal in some countries to record calls without the consent of the other party. Even if it is not in your country, it is considered ethical by most people to inform the other person that you are recording them.</em></p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06&amp;title=How+to+Record+Skype+Calls+in+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06">How to Record Skype Calls in Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/record-skype-calls-in-linux/2009/07/06/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

