<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>recordmydesktop &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/recordmydesktop/</link>
	<description>Feed of posts on WordPress.com tagged "recordmydesktop"</description>
	<pubDate>Tue, 29 Dec 2009 13:02:06 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Screencast sin perdida de calidad]]></title>
<link>http://iyanmv.com/2009/11/21/screencast-sin-perdida-de-calidad/</link>
<pubDate>Sat, 21 Nov 2009 16:21:38 +0000</pubDate>
<dc:creator>iyanmv</dc:creator>
<guid>http://iyanmv.com/2009/11/21/screencast-sin-perdida-de-calidad/</guid>
<description><![CDATA[Aunque usando Recordmydestkop podemos obtener muy buenos resultados, leyendo en el foro de ArchLinux]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Aunque <strong>usando Recordmydestkop podemos obtener muy buenos resultados</strong>, leyendo en el foro de ArchLinux encontré un script muy interesante que permite realizar screencast en formato &#8220;lossless&#8221;, es decir sin perdida de calidad, usando el códec x264. El script es muy sencillo de utilizar. Tiene las siguientes opciones que debemos tener en cuenta a la hora de realizar la captura.</p>
<ul>
<li><strong>-o</strong> Aquí escogeremos el nombre del archivo de vídeo, la ruta donde guardarlo y el contenedor a usar. Podemos escoger entre mp4, mkv y avi. Por ejemplo, -o test.mp4</li>
<li><strong>-p</strong> Permite seleccionar el perfil para codificar el vídeo. Podemos ver todas las opciones en /usr/share/ffmpeg. Por defecto utiliza &#8220;lossless_slow&#8221;</li>
<li><strong>-c</strong> Aquí escogemos el códec. Por defecto utiliza &#8220;x264&#8243; pero también podéis usar Theora, por ejemplo.</li>
<li><strong>-i</strong> Si añadimos este parámetro antes de comenzar a capturar nos preguntará por la ventana que queremos grabar. Muy útil, por ejemplo si sólo nos interesa grabar la terminal o una aplicación en concreto.</li>
<li><strong>-r</strong> En este parámetro se especifican los FPS del vídeo. Por defecto viene configurado en 15, yo lo suelo cambiar a 25.</li>
<li><strong>-f</strong> Si añadimos este parámetro al ejecutar el script realizará una captura a pantalla completa.</li>
</ul>
<p>Un ejemplo sería el siguiente:</p>
<blockquote><p>./lossless_screencast.sh -o ~/screencast.mp4 -i -r 25</p></blockquote>
<p>En este caso utilizaría en contenedor &#8220;mp4&#8243;, utilizando el códec &#8220;x264&#8243; (por defecto) a 25 FPS, y añadiría el parámetro -i para seleccionar la ventana que quiero grabar.</p>
<p><strong>Descarga</strong> &#124; <a href="http://continuity.intelink.pl/~neuro/projects/lossless_screencast.sh" target="_blank">x264 Lossless Screencast Script</a></p>
<p><strong>Fuente</strong> &#124; <a href="http://bbs.archlinux.org/viewtopic.php?id=85237" target="_blank">ArchLinux Forums</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Recoditnow screencast kubuntu 9.10 kde4 series]]></title>
<link>http://nowardev.wordpress.com/2009/11/02/recoditnow-screencast-kubuntu-9-10-kde4-series/</link>
<pubDate>Mon, 02 Nov 2009 11:01:49 +0000</pubDate>
<dc:creator>nowardev</dc:creator>
<guid>http://nowardev.wordpress.com/2009/11/02/recoditnow-screencast-kubuntu-9-10-kde4-series/</guid>
<description><![CDATA[here it is , you should install kdebase-dev for kde4 series but it seems kdelibs5-dev should be enou]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://nowardev.wordpress.com/files/2009/11/recorditnow.png"><img class="alignnone size-full wp-image-726" title="recorditnow" src="http://nowardev.wordpress.com/files/2009/11/recorditnow.png" alt="recorditnow" width="318" height="131" /></a></p>
<p>here it is , you should install kdebase-dev for kde4 series but it seems kdelibs5-dev should be enought anyway<br />
it should be (to enable youtube plug in you need libgdata-dev )</p>
<p>if you get errors on cmake you can always search the package you need using</p>
<p>apt-file search ERROR</p>
<p>where error is that error you see on  cmake when you run it.</p>
<p>&#160;</p>
<blockquote>
<pre>sudo apt-get install build-essential git-core kdelibs5-dev libknotificationitem-dev libgdata-dev
</pre>
</blockquote>
<p>download from here<br />
<a href="http://www.kde-apps.org/content/show.php/RecordItNow?content=114610">http://www.kde-apps.org/content/show.php/RecordItNow?content=114610</a></p>
<blockquote>
<pre>cd recorditnow &#38;&#38;  mkdir build  &#38;&#38;  cd build</pre>
</blockquote>
<blockquote>
<pre>cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull ../ </pre>
</blockquote>
<p>**j3 ONLY FOR DUAL CORE!</p>
<blockquote>
<pre>make -j3</pre>
</blockquote>
<blockquote>
<pre>sudo  make install &#38;&#38;  kbuildsycoca4 &#38;&#38; recorditnow</pre>
</blockquote>
<p>should start it.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[recordMyDesktop]]></title>
<link>http://byrd740.wordpress.com/2009/10/13/recordmydesktop/</link>
<pubDate>Tue, 13 Oct 2009 15:36:28 +0000</pubDate>
<dc:creator>byrd740</dc:creator>
<guid>http://byrd740.wordpress.com/2009/10/13/recordmydesktop/</guid>
<description><![CDATA[The other day I ran into a program called recordMyDesktop.  It does exactly what the title says, it ]]></description>
<content:encoded><![CDATA[The other day I ran into a program called recordMyDesktop.  It does exactly what the title says, it ]]></content:encoded>
</item>
<item>
<title><![CDATA[Ubuntu: Flaschenoptionen deaktivieren?]]></title>
<link>http://linuxnetz.wordpress.com/2009/08/26/ubuntu-flaschenoptionen-deaktivieren/</link>
<pubDate>Wed, 26 Aug 2009 14:07:45 +0000</pubDate>
<dc:creator>linuxnetzer</dc:creator>
<guid>http://linuxnetz.wordpress.com/2009/08/26/ubuntu-flaschenoptionen-deaktivieren/</guid>
<description><![CDATA[Beim Mounten einer CD unter Jaunty erhielt ich heute die folgende für mich rätselhafte Fehlermeldung]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Beim Mounten einer CD unter Jaunty erhielt ich heute die folgende für mich rätselhafte Fehlermeldung:</strong></p>
<div id="attachment_748" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-748" title="flasche" src="http://linuxnetz.wordpress.com/files/2009/08/flasche.png" alt="Flaschenoption deaktivieren?" width="450" height="135" /><p class="wp-caption-text">Hilfe! Wie kann man bitte die Flaschenoptionen deaktivieren?</p></div>
<p><strong>Von diesen Flaschenoptionen habe ich aber noch nie etwas gehört.</strong> Offenbar würde das Einhängen der CD ohne diese mysteriöse Flaschenoption wohl funktionieren.  Selbst durch scroogeln konnte ich nichts über die Flaschenoptionen unter Ubuntu herausfinden.</p>
<p><strong>Hilfe! Wie kann man bitte die Flaschenoptionen deaktivieren?</strong></p>
<p>Ansonsten befürchte ich, dass es &#8211; ähnlich wie bei RecordMyDesktop &#8211; zu erheblichen <a href="http://linuxnetz.wordpress.com/2009/06/13/leistungseinbusen-bei-recordmydesktop/">Leistungseinbusen </a>kommen könnte. Und das möchte ich bitte schon verhindern&#8230;</p>
<div id="attachment_540" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-540" title="Leistungseinbusen" src="http://linuxnetz.wordpress.com/files/2009/06/leistungseinbusen.png" alt="Leistungseinbusen bei RecordMyDesktop?" width="450" height="225" /><p class="wp-caption-text">Leistungseinbusen bei RecordMyDesktop?</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Recording your desktop in Linux]]></title>
<link>http://manuknkra.wordpress.com/2009/08/20/recording-your-desktop-in-linux/</link>
<pubDate>Thu, 20 Aug 2009 17:53:28 +0000</pubDate>
<dc:creator>manuknkra</dc:creator>
<guid>http://manuknkra.wordpress.com/2009/08/20/recording-your-desktop-in-linux/</guid>
<description><![CDATA[I was eager to show compiz fusion setting in Ubuntu to some of my friends. So going to each one]]></description>
<content:encoded><![CDATA[I was eager to show compiz fusion setting in Ubuntu to some of my friends. So going to each one]]></content:encoded>
</item>
<item>
<title><![CDATA[Aplicaciones gratuitas para vídeocapturas]]></title>
<link>http://memhet.wordpress.com/2009/08/18/aplicaciones-gratuitas-para-videocapturas/</link>
<pubDate>Tue, 18 Aug 2009 08:07:00 +0000</pubDate>
<dc:creator>memhet</dc:creator>
<guid>http://memhet.wordpress.com/2009/08/18/aplicaciones-gratuitas-para-videocapturas/</guid>
<description><![CDATA[CamStudio Esta herramienta desarrollada con software libre nos permite grabar todo lo que sucede en ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://img265.imageshack.us/img265/609/cabecerascreencast.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>CamStudio<br />
<img src="http://img269.imageshack.us/img269/1646/camstudioart.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Esta herramienta desarrollada con software libre nos permite grabar todo lo que sucede en nuestro escritorio:  bien la pantalla completa o una determinada región que seleccionemos. También, el audio que tengas activado en el momento de la grabación. CamStudio genera un fichero en el formato de vídeo .AVI y usa el generador de SWF en Flash para insertarlo de forma sencilla en la web.</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /> <a href="http://camstudio.es/">http://camstudio.es/</a></p>
<p><img src="http://img37.imageshack.us/img37/8163/plataformawindows.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Debut<br />
<img src="http://img38.imageshack.us/img38/3333/debut1art.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>El programa tiene la opción de guardar el vídeo en múltiples formatos: wmv, asf, avi, 3gp, mp4, mov, flv o mpg, a 5, 10, 15, 25 o 30 fps. El formato de audio puede ser wav o mp3 desde 8.000 hz a 48.000 hz, hasta 320 kbps.</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /><a href="http://www.nchsoftware.com/capture/index.html"> http://www.nchsoftware.com/capture/index.html</a></p>
<p><img src="http://img37.imageshack.us/img37/8163/plataformawindows.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Wink<br />
<img src="http://img36.imageshack.us/img36/6391/winkart.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Una estupenda herramienta para realizar nuestras capturas de pantalla en vídeo con anotaciones y audio. El archivo generado puede guardarse en formato SWF, PDF, HTML y en un ejecutable .EXE</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /><a href="http://www.debugmode.com/wink"> http://www.debugmode.com/wink</a></p>
<p><img src="http://img232.imageshack.us/img232/4406/plataformawindowslinux.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Jing<br />
<img src="http://img249.imageshack.us/img249/1885/jingart.png" border="0" alt="" /></p>
<p>Jing funciona bien y es secillo de usar. El tiempo de grabación tiene un tope de 5 minutos. El archivo generado en vídeo (.swf) lo podemos guardar o compartir a través de Flickr o <a href="http://www.screencast.com/">Screencast.com</a> pudiendo enlazarlo para visualizar a <a href="http://www.screencast.com/users/aula21/folders/Default/media/c0ea1d17-6b32-4ca3-ae96-2f91ee393338">pantalla completa</a> . La cuenta en screencast.com la podemos crear desde Jing para así poder almacenar los vídeos de forma gratuita. Nos proporcionan 200 MB de alojamiento.</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /> <a href="http://www.jingproject.com/">http://www.jingproject.com/</a></p>
<p><img src="http://img37.imageshack.us/img37/1623/plataformawindowsmac.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>AviScreen Classic<br />
<img src="http://img228.imageshack.us/img228/4315/aviscrenart2.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Además de las habituales opciones de definir el área de captura, AviScreen tiene una característica única llamada &#8220;sigue el cursor&#8221;. El uso de este modo  puede producir un vídeo o imagen de dimensiones relativamente pequeñas.</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /> <a href="http://www.bobyte.com/">http://www.bobyte.com/</a></p>
<p><img src="http://img37.imageshack.us/img37/8163/plataformawindows.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Copernicus<br />
<img src="http://img171.imageshack.us/img171/6466/copernicusart.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Copernicus sólo captura imágenes y vídeo. No hay apoyo para la grabación de audio.</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /> <a href="http://danicsoft.com/projects/copernicus/"></a><a href="http://download.cnet.com/Copernicus/3000-2072_4-10122936.html">http://download.cnet.com/Copernicus/3000-2072_4-10122936.html</a></p>
<p><img src="http://img527.imageshack.us/img527/1089/plataformamac2.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Screen2exe<br />
<img src="http://img16.imageshack.us/img16/8808/screen2exeart.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Aunque tiene las mismas funciones de grabación y edición que screen2swf,  esta versión gratuita sólo nos permite la opción de exportar un .exe</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /> <a href="http://www.screen-record.com/screen2exe.htm">http://www.screen-record.com/screen2exe.htm</a></p>
<p><img src="http://img37.imageshack.us/img37/8163/plataformawindows.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Free Screen Recorder<br />
<img src="http://img156.imageshack.us/img156/1218/freescreenrecorderart.png" border="0" alt="" /></p>
<p>Podemos elegir el archivo AVI de salida. Graba cualquier parte de la pantalla o incluso todo el escritorio. Fácil de usar.</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /><a href="http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Capture/Free-Screen-Recorder.shtml"> http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Capture/Free-Screen-Recorder.shtml</a></p>
<p><img src="http://img37.imageshack.us/img37/8163/plataformawindows.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>recordMyDesktop<br />
<img src="http://img22.imageshack.us/img22/5607/recordmydesktopart.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Herramienta muy sencilla de utilizar que nos permite  realizar capturas de vídeo y también audio.</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /> <a href="http://recordmydesktop.sourceforge.net/about.php">http://recordmydesktop.sourceforge.net/about.php</a></p>
<p><img src="http://img265.imageshack.us/img265/976/plataformalinux.png" border="0" alt="" /></p>
<p>uTIPu<br />
<img src="http://img190.imageshack.us/img190/8379/utipuart.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Puedes subir los vídeos a uTIPu.com para compartirlos en alta resolución. Graba FLV o AVI. Nos permite volver a grabar el audio.</p>
<p><img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /> <a href="http://www.utipu.com/app/download">http://www.utipu.com/app/download</a></p>
<p><img src="http://img37.imageshack.us/img37/8163/plataformawindows.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Screencast-o-Matic<br />
<img src="http://img40.imageshack.us/img40/2622/omatic.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
<p>Es un software de screencasting que no necesitamos descagar y que utiliza un applet de Java (necesita Java 1.5) para realizar la captura de pantalla y la reproducción de modo que en teoría debería servir para todas las principales plataformas y navegadores. Podemos exportar nuestro screencast a flash, QuickTime, Windows Media, etc<br />
<img src="http://img25.imageshack.us/img25/7003/2222epw.png" border="0" alt="" /> <a href="http://www.screencast-o-matic.com/">http://www.screencast-o-matic.com/</a></p>
<p><img src="http://img300.imageshack.us/img300/1633/plantillaplataformas.png" border="0" alt="Image Hosted by ImageShack.us" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Leistungseinbusen bei "RecordMyDesktop"]]></title>
<link>http://linuxnetz.wordpress.com/2009/06/13/leistungseinbusen-bei-recordmydesktop/</link>
<pubDate>Sat, 13 Jun 2009 13:40:39 +0000</pubDate>
<dc:creator>linuxnetzer</dc:creator>
<guid>http://linuxnetz.wordpress.com/2009/06/13/leistungseinbusen-bei-recordmydesktop/</guid>
<description><![CDATA[Bei RecordMyDesktop kann es offenbar zu Leistungseinbusen kommen. Zumindest, wenn man unter Ubuntu J]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3 class="mceTemp mceIEcenter" style="text-align:left;">Bei RecordMyDesktop kann es offenbar zu <em>Leistungseinbusen</em> kommen.</h3>
<div class="mceTemp mceIEcenter" style="text-align:left;">Zumindest, wenn man unter Ubuntu Jaunty die MIT-Shm Erweiterung zu deaktivieren gedenkt. Dies ist nicht empfehlenswert &#8211; es drohen nämlich enorme <em>Leistungseinbusen</em>. Alle Mann in Deckung!</div>
<div class="mceTemp mceIEcenter" style="text-align:left;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><img class="size-full wp-image-540" title="Leistungseinbusen" src="http://linuxnetz.wordpress.com/files/2009/06/leistungseinbusen.png" alt="Leistungseinbusen bei RecordMyDesktop?" width="450" height="225" /></dt>
<dd class="wp-caption-dd">Achtung! Starke Leistungseinbusen bei RecordMyDesktop!</dd>
</dl>
</div>
<p style="text-align:left;">Wer das nicht will, der sollte auf keinen Fall bei  &#8220;MIT-Shm Erweiterung&#8221; das Häkchen falsch setzen.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Where upload my video tutorial?]]></title>
<link>http://nowardev.wordpress.com/2009/06/01/where-upload-my-video-tutorial/</link>
<pubDate>Mon, 01 Jun 2009 15:26:30 +0000</pubDate>
<dc:creator>nowardev</dc:creator>
<guid>http://nowardev.wordpress.com/2009/06/01/where-upload-my-video-tutorial/</guid>
<description><![CDATA[My fist choice was Vimeo for the speed and HQ quality now i am testing http://blip.tv/ and its uploa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>My fist choice was Vimeo for the speed and HQ quality</p>
<p>now i am testing </p>
<p><a href="http://blip.tv/">http://blip.tv/</a></p>
<p>and its uploader </p>
<p><a href="http://blip.tv/tools/">http://blip.tv/tools/</a></p>
<p>to run it :</p>
<blockquote><p> java -jar UpperBlip.jar</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[7 Useful Apps For Linux (GUI)]]></title>
<link>http://elantux.wordpress.com/2009/05/06/7-useful-apps-for-linux-gui/</link>
<pubDate>Wed, 06 May 2009 20:29:42 +0000</pubDate>
<dc:creator>ElanMan</dc:creator>
<guid>http://elantux.wordpress.com/2009/05/06/7-useful-apps-for-linux-gui/</guid>
<description><![CDATA[There are so many fantastic desktop applications for linux users. Here&#8217;s a list of the top 7 t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There are so many fantastic desktop applications for linux users. Here&#8217;s a list of the top 7 that I favour the most.</p>
<h2><a href="http://trac.guake-terminal.org/" title="Guake Home Page">Guake</a></h2>
<p>This is so simple it hurts. A fold away command line anyone? Hit F12 and it&#8217;s gone. F12 again and it&#8217;s back! Keeps your terminal session persistent too.</p>
<p><img class="alignnone size-full wp-image-23" title="guake screenshot" src="http://elantux.wordpress.com/files/2009/05/guakescreenshot.jpg" alt="guake screenshot" width="480" height="360" /></p>
<h2><a href="http://recordmydesktop.sourceforge.net/index.php" title="recordmydesktop home page">recordMyDesktop/gtk-recordMyDesktop</a></h2>
<p>While recordMyDesktop is a command line tool for capturing desktop sessions, gtk-recordMyDesktop (in the screenshot) is a front-end written in python.</p>
<p><img src="http://elantux.wordpress.com/files/2009/05/recordmydesktopscreenshot.jpg" alt="gtk-recordmydesktop screenshot" title="recordmydesktop screenshot" width="480" height="360" class="alignnone size-full wp-image-37" /></p>
<h2><a href="http://bleachbit.sourceforge.net/" title="BleachBit Home Page">BleachBit</a></h2>
<p>From the website:</p>
<blockquote><p>BleachBit deletes unnecessary files to free valuable disk space, maintain privacy, and remove junk. Rid your system of old clutter including cache, cookies, Internet history, localizations, logs, temporary files, and broken shortcuts.</p></blockquote>
<p><img class="alignnone size-full wp-image-26" title="bleachbit screenshot" src="http://elantux.wordpress.com/files/2009/05/bleachbitscreenshot.jpg" alt="bleachbit screenshot" width="480" height="360" /></p>
<h2><a href="http://hardinfo.berlios.de/HomePage" title="Hardinfo home page">HardInfo</a></h2>
<p>From the website:</p>
<blockquote><p>HardInfo can gather information about your system&#8217;s hardware and operating system, perform benchmarks, and generate printable reports either in HTML or in plain text formats.</p></blockquote>
<p><img class="alignnone size-full wp-image-24" title="hardinfo screenshot" src="http://elantux.wordpress.com/files/2009/05/hardinfoscreenshot.jpg" alt="hardinfo screenshot" width="480" height="360" /></p>
<h2><a href="http://home.gna.org/colorscheme/" title="agave home page">Agave</a></h2>
<p>Agave is a very simple application for the GNOME desktop that allows you to generate a variety of colour schemes from a single starting colour.</p>
<p><img src="http://elantux.wordpress.com/files/2009/05/agavescreenshot.jpg" alt="agave screenshot" title="agave screenshot" width="480" height="360" class="alignnone size-full wp-image-44" /></p>
<h2><a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" title="Freemind Home Page">Freemind</a></h2>
<p>Fantastic mind-mapping software that does so much more besides</p>
<p><img src="http://elantux.wordpress.com/files/2009/05/freemindscreenshot.jpg" alt="freemind screenshot" title="freemind screenshot" width="480" height="360" class="alignnone size-full wp-image-45" /></p>
<h2><a href="http://www.rastersoft.com/programas/devede.html" title="devede home page">DeVeDe</a></h2>
<p>DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD), suitables for home players, from any number of video files, in any of the formats supported by Mplayer.</p>
<p><img src="http://elantux.wordpress.com/files/2009/05/devedescreenshot.jpg" alt="devede screenshot" title="devede screenshot" width="480" height="360" class="alignnone size-full wp-image-47" /></p>
<p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Record my Desktop para hacer video tutoriales]]></title>
<link>http://prision.wordpress.com/2009/05/05/record-my-desktop-para-hacer-video-tutoriales/</link>
<pubDate>Tue, 05 May 2009 22:29:30 +0000</pubDate>
<dc:creator>prision</dc:creator>
<guid>http://prision.wordpress.com/2009/05/05/record-my-desktop-para-hacer-video-tutoriales/</guid>
<description><![CDATA[En este post vamos a explicar como usar Record my Desktop bajo, bajo Ubuntu, para que podamos crear ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>En este post vamos a explicar como usar Record my Desktop bajo, bajo Ubuntu, para que podamos crear videotutoriales.</p>
<p style="margin-bottom:0;" align="justify">
<p style="margin-bottom:0;" align="justify"><strong>1.- EN MODO TEXTO</strong></p>
<p style="margin-bottom:0;" align="justify"><strong>1.1.- Instalación:</strong></p>
<p style="margin-bottom:0;" align="justify">Escribimos en una terminal:<strong> $ sudo aptitude install recordmydesktop</strong></p>
<p style="margin-bottom:0;" align="justify"><strong>1.2.- Parámetros de Record my Desktop<br />
</strong></p>
<p style="margin-bottom:0;" align="justify"><strong>$ recordmydesktop &#8220;parámetro&#8221;</strong></p>
<p style="margin-bottom:0;" align="justify">Lista de parámetros:</p>
<ul>
<li><strong>&#8220;&#8211;help&#8221;</strong> para obtener ayuda</li>
</ul>
<ul>
<li>
<p style="margin-bottom:0;" align="justify"><strong>“-x”</strong>, <strong>“-y”</strong>, <strong>“-width”</strong> y <strong>“-height”</strong> para capturar solamente una zona del escritorio</p>
</li>
<li>
<p style="margin-bottom:0;" align="justify"><strong>“&#8211;nocursor”</strong> para no capturar la imagen del cursor (flechita)</p>
</li>
<li>
<p style="margin-bottom:0;" align="justify"><strong>“-fps”</strong> para determinar cuantas imagenes por segundo queremos grabar</p>
</li>
<li>
<p style="margin-bottom:0;" align="justify"><strong>“&#8211;nosound”</strong> para sólo grabar video sin sonido</p>
</li>
<li>
<p style="margin-bottom:0;" align="justify"><strong>“&#8211;zerocompression”</strong> para que nos grabe el video sin compresión</p>
</li>
<li>
<p style="margin-bottom:0;" align="justify"><strong>“-delay”</strong> para determinar cuanto tiempo va a estar antes de empezar a capturar el video</p>
</li>
<li>
<p style="margin-bottom:0;" align="justify"><strong>“&#8211;overwrite”</strong> para sobreescribir el video final, si ya hay un archivo con el mismo nombre</p>
</li>
<li>
<p style="margin-bottom:0;" align="justify"><strong>“-o”</strong> para decirle como va a llamarse el video final.</p>
</li>
</ul>
<p style="margin-bottom:0;" align="justify"><strong>1.3.- Grabando el escritorio<br />
</strong></p>
<p style="margin-bottom:0;" align="justify">Nos colocamos en el directorio donde queremos guardar nuestro video tutorial, ejemplo:</p>
<p style="margin-bottom:0;" align="justify"><strong>$ mkdir /home/tutorial</strong></p>
<p style="margin-bottom:0;" align="justify"><strong>$ cd /home/tutorial</strong></p>
<p style="margin-bottom:0;" align="justify">Despues ejecutamos Record my Desktop, y comenzaran las capturas, por lo que ya podemos empezar a hacer nuestro videotutorial.</p>
<p style="margin-bottom:0;" align="justify"><strong>$ recordmydesktop</strong></p>
<p style="margin-bottom:0;" align="justify">Para terminar de capturar, simplemente hay que colocarnos de nuevo en la terminal y apretar la combinación de teclas <em>Control+C</em>. (Se detendrá la grabación y recodificara el video al formato OGG, dejándolo en la carpeta donde ejecutamos el recordmydesktop.</p>
<p style="margin-bottom:0;" align="justify"><strong>2.- EN MODO GRAFICO</strong></p>
<p style="margin-bottom:0;" align="justify"><strong>2.1.- Instalación:</strong></p>
<p>Escribimos en una terminal:<strong> $ sudo aptitude install gtk-recordmydesktop</strong></p>
<p><strong>2.2.-Configuración y grabación<br />
</strong></p>
<p style="margin-bottom:0;" align="justify">Abrimos el programa desde Aplicaciones/Sonido y Video/gtk-recordMyDesktop</p>
<p style="margin-bottom:0;" align="justify"><img src="http://lonetcamp.com/Community/photos/m4gici4n/images/311/original.aspx" border="0" alt="" /></p>
<p style="margin-bottom:0;" align="justify">**EN CONSTRUCCIÓN: Aún sin detallar los campos de de configuración de parámetros, y de grabación**</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[RecordMyDesktop 0.3.8.1]]></title>
<link>http://mondunews.wordpress.com/2009/03/08/recordmydesktop-0381/</link>
<pubDate>Sun, 08 Mar 2009 17:10:00 +0000</pubDate>
<dc:creator>mondunews</dc:creator>
<guid>http://mondunews.wordpress.com/2009/03/08/recordmydesktop-0381/</guid>
<description><![CDATA[Nuova versione di RecordMyDesktop che giunge alla release 0.3.8.1. Con questo software potete regist]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-thumbnail wp-image-1485" title="032009_008" src="http://mondunews.wordpress.com/files/2009/03/032009_008.jpg?w=128" alt="032009_008" width="128" height="67" /></p>
<p>Nuova versione di RecordMyDesktop che giunge alla release 0.3.8.1. Con questo software potete registrare un video di tutto quello che succede sul vostro desktop, ottimo prer creare video guide (<strong>Licenza:</strong> GPL , <strong>OS:</strong> Intrepid Ibex 32/64bits <strong>Formato:</strong> Deb).</p>
<p style="padding-left:60px;"><strong>Fonte/Download:</strong> <a href="http://www.getdeb.net/" target="_blank"><span style="color:#0062a0;">GetDeb</span></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Capturar video de nuestra pantalla con Ubuntu]]></title>
<link>http://perico9.wordpress.com/2009/02/12/capturar-video-de-nuestra-pantalla-con-ubuntu/</link>
<pubDate>Thu, 12 Feb 2009 20:07:10 +0000</pubDate>
<dc:creator>perico9</dc:creator>
<guid>http://perico9.wordpress.com/2009/02/12/capturar-video-de-nuestra-pantalla-con-ubuntu/</guid>
<description><![CDATA[Hoy he encontrado un programa que nos sirve para hacer una captura de video de nuestra pantalla. Se ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hoy he encontrado un programa que nos sirve para hacer una captura de video de nuestra pantalla. Se encuentra en los repositorios de Ubuntu, su nombre es <strong>gtk-RecordMyDesktop</strong> así que vamos a Aplicaciones&#62;&#62;Añadir o quitar y lo instalamos.</p>
<p>Su uso es muy sencillo y el vídeo lo guardará en nuestra carpeta de home con el nombre <em>out.ogg</em>. Si queremos pasarlo a otro formato podemos hacerlo con el programa<a href="http://perico9.wordpress.com/2008/12/15/instalar-pytube-en-ubuntu/"> Pytube</a>. Os dejo un vídeo de una captura que he hecho de mi Ubuntu y después lo he convertido a <em>avi</em>.</p>
<p style="text-align:center;"><span style='text-align:center;display:block;'><object width='400' height='330' type='application/x-shockwave-flash' data='http://video.google.com/googleplayer.swf?docId=2973529068118913092'><param name='allowScriptAccess' value='never' /><param name='movie' value='http://video.google.com/googleplayer.swf?docId=2973529068118913092'/><param name='quality' value='best'/><param name='bgcolor' value='#ffffff' /><param name='scale' value='noScale' /><param name='wmode' value='window'/></object></span></p>
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kdenlive...per videomontaggi su Ubuntu]]></title>
<link>http://mika29.wordpress.com/2008/12/30/kdenliveper-videomontaggi-su-ubuntu/</link>
<pubDate>Tue, 30 Dec 2008 18:02:29 +0000</pubDate>
<dc:creator>mika29</dc:creator>
<guid>http://mika29.wordpress.com/2008/12/30/kdenliveper-videomontaggi-su-ubuntu/</guid>
<description><![CDATA[Dopo esser passato a Linux e aver scoperto che non c&#8217;era nessun programma (famoso) per creare ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Dopo esser passato a Linux e aver scoperto che non c&#8217;era nessun programma (famoso) per creare videomontaggi con Ubuntu di livello semi-professionale (ma facile da usare) e aver scritto un post su questo <a href="http://mika29.wordpress.com/2008/09/29/video-on-linux/">sito</a>, mi sono messo alla ricerca di un programma che potesse assomigliare a Pinnacle Studio.</p>
<p><img class="alignleft size-medium wp-image-358" title="Logo Kdenlive" src="http://mika29.wordpress.com/files/2008/12/kdenlive.png?w=300" alt="Logo Kdenlive" width="209" height="80" />Dopo un paio di mesi non l&#8217;ho ancora trovato, soprattutto perchè Pinnacle è alla versione 12 mentre il software in questione alla 0.7.1 (rilasciata ieri): questo programma è <a href="http://www.kdenlive.org/">Kdenlive</a>.</p>
<p>Il programma è molto semplice da usare ed ha una interfaccia semplice, chiara e pulita. Senza finestre a blocchi e con lo sfondo nero come Cinelerra.</p>
<p>Il problema è uno: se non lo avete ancora installato non scaricatelo dai repository Ubuntu tramite Synaptic. Scaricatelo direttamente dal sito ufficiale <a href="http://www.kdenlive.org/">kdenlive.org</a>. Il motivo è semplice: sui repository è presente la versione 0.6 che ormai è obsoleta.</p>
<p>Vi scrivo questo post per l&#8217;installazione della nuova versione, dato che è un pò complicata. Se infatti si va nella sezione Download e si sceglie l&#8217;opzione &#8220;Pre-compiled packages&#8221; si scopre che i pacchetti per Ubuntu sono solo per la versione 9.04, ancora in alpha.</p>
<div id="attachment_359" class="wp-caption alignright" style="width: 302px"><a href="http://mika29.wordpress.com/files/2008/12/builder.png"><img class="size-medium wp-image-359" title="Builder Wizard" src="http://mika29.wordpress.com/files/2008/12/builder.png?w=300" alt="Builder Wizard" width="292" height="275" /></a><p class="wp-caption-text">Builder Wizard per Kdenlive</p></div>
<p>La seconda opzione è &#8220;Installing from source&#8221;. Scelta forzata e che solitamente in tutti i programmi funziona perfettamente, basta dare un paio di comandi e notare che il codice sorgente non viene scaricato dal browser ma si scarica dal terminale di Ubuntu inserendo comandi simili a <strong>svn checkout svn://sv</strong><strong>n.ffmpeg.org/ffmpeg/trunk ffmpeg</strong> (necessario per scaricare i sorgenti di ffmpeg). Il problema è proprio questo: riesco a scaricare le sorgenti con il comando precedente (viene scaricato nella proprio Home) ma non riesco a installarlo, dandomi un errore.</p>
<p>E allora si ricorre alla terza via, usare il &#8220;Builder wizard&#8221;. E&#8217; una soluzione grafica stile Windows, ma molto più efficace.<br />
Per usarlo si devono seguire le istruzioni generali presenti <a href="http://kde-apps.org/content/show.php?content=85826">qui</a>, per Ubuntu 8.10 (ma potrebbe funzionare anche con Kubuntu e le versioni 8.04) c&#8217;è un link diretto a <a href="https://help.ubuntu.com/community/KdenliveSVN">qui</a> (presente anche sulla pagina precedente).</p>
<p>Prima di usare le istruzioni devo darvi un paio di consigli: fare attenzione alle librerie richieste <a href="http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/installing-source/installing-required-libraries">qui</a> (sono presenti sui repository Ubuntu) e poi scaricare le sorgenti dei quattro programmi richiesti dallo wizard.<br />
Per scaricarle aprite il terminale ed inserite questi 4 comandi (il procedimento per lo scaricamento è anche nella sezione &#8220;Installing from source&#8221;):<br />
- <strong>svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg</strong> (per scaricare ffmpeg)<br />
- <strong>svn co <a title="https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt" href="https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt">https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt</a> mlt</strong> (per scaricare mlt)<br />
- <strong>svn co <a title="https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++" href="https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++">https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++</a> mlt++</strong> (per scaricare mlt++)<br />
- <strong>svn co https://kdenlive.svn.sourceforge.net/svnroot/kdenlive/branches/KDE4</strong> (per scaricare kdenlive)</p>
<p>In più vi consiglio di scaricare <strong>kdesudo</strong> e <strong>recordmydesktop</strong> (si trovano nei repository).</p>
<p>Adesso dovete prendere le 4 cartelle contenenti i sorgenti (ovvero <strong>ffmpeg</strong>, <strong>KDE4</strong>, <strong>mlt</strong> e <strong>mlt++</strong>) presenti nella vostra Home e metterle tutte in una cartella unica.</p>
<div id="attachment_360" class="wp-caption alignleft" style="width: 310px"><a href="http://mika29.wordpress.com/files/2008/12/passaggio1.jpeg"><img class="size-medium wp-image-360" title="Passaggio 1" src="http://mika29.wordpress.com/files/2008/12/passaggio1.jpeg?w=300" alt="Passaggio 1" width="300" height="107" /></a><p class="wp-caption-text">Usare questa opzione per avere sorgenti aggiornate</p></div>
<div id="attachment_361" class="wp-caption alignright" style="width: 310px"><a href="http://mika29.wordpress.com/files/2008/12/passaggio2.jpeg"><img class="size-medium wp-image-361" title="Passaggio 2" src="http://mika29.wordpress.com/files/2008/12/passaggio2.jpeg?w=300" alt="Passaggio 2" width="300" height="131" /></a><p class="wp-caption-text">Penultimo passaggio</p></div>
<p>Adesso è il momento di usare le istruzioni per Ubuntu. All&#8217;ultimo passaggio verrà avviato il Builder Wizard. Il mio consiglio è quello (nei passaggi di installazione) di fare in modo che il Builder vi scarichi, compili ed installi le versioni più recenti dei programmi in modo che non abbiate problemi di compatibilità. Una volta terminato il wizard, mettendo la cartella d&#8217;installazione e selezionando l&#8217;opzione &#8220;Installa come root&#8221;, basterà cliccare su Go! e poi godersi il programma.</p>
<p><span style="color:#ff0000;"><strong>ATTENZIONE:</strong></span> finita l&#8217;installazione apparirà una schermata che, tra le prime righe, vi dirà il percorso da fare per aprire kdenlive.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Recordmydesktop: Grabar tu escritorio]]></title>
<link>http://sabersinlimites.wordpress.com/2008/12/22/recordmydesktop/</link>
<pubDate>Mon, 22 Dec 2008 16:07:49 +0000</pubDate>
<dc:creator>anwort</dc:creator>
<guid>http://sabersinlimites.wordpress.com/2008/12/22/recordmydesktop/</guid>
<description><![CDATA[Pues blogiando encontré este programita muy útil =) es para tomar vídeos del escritorio y se llama r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Pues blogiando encontré este programita muy útil =) es para tomar vídeos del escritorio y se llama recordmydeskto<span style="margin:0 -.5ex 0 0;"> </span>p..</p>
<p>Bueno, para instalar:</p>
<p>Debian:</p>
<div class="codeheader">Código:</div>
<div class="code">
<blockquote>
<pre style="margin-top:0;display:inline;"># apt-get install recordmydesktop gtk-recordmydesktop</pre>
</blockquote>
</div>
<p>en ubuntu:</p>
<div class="codeheader">Código:</div>
<div class="code">
<blockquote>
<pre style="margin-top:0;display:inline;">$ sudo apt-get install recordmydesktop gtk-recordmydesktop</pre>
</blockquote>
</div>
<p>Si no estan en sus repos pues bajan el .deb de la pagina oficial&#8230;</p>
<p>dejo una pic</p>
<div><a href="http://img235.imageshack.us/my.php?image=snapshot180vv6.png" target="_blank"><img src="http://img235.imageshack.us/img235/9259/snapshot180vv6.th.png" border="0" alt="" /></a><a href="http://g.imageshack.us/thpix.php" target="_blank"><img src="http://img235.imageshack.us/images/thpix.gif" border="0" alt="" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Power of PulseAudio and JACK]]></title>
<link>http://linuxmoc.wordpress.com/2008/11/20/the-power-of-pulseaudio-and-jack/</link>
<pubDate>Thu, 20 Nov 2008 21:02:31 +0000</pubDate>
<dc:creator>mocharhw</dc:creator>
<guid>http://linuxmoc.wordpress.com/2008/11/20/the-power-of-pulseaudio-and-jack/</guid>
<description><![CDATA[If you use Ubuntu, then they chose for you to use PulseAudio as a layer on top of Alsa by default. I]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>If you use Ubuntu, then they chose for you to use PulseAudio as a layer on top of Alsa by default.  It was a good choice.  At first glance the power of PulseAudio is not readily apparent.  It&#8217;s not really clear what it can do for you other than further confuse the messy state of audio on Linux to begin with.</p>
<p>It&#8217;s actually a very powerful layer that allows you to control internal audio streams much like a patchbay or mixer of inputs and outputs and the wires that connect them together.  It&#8217;s also useful to workaround bugs in Alsa.  =)  For example, the Intel HDA audio controllers are well known for having bugs with Alsa.  Personnally I have experienced these Alsa bugs related to low volume, recording, and problems with capture mixer settings and so forth.  PulseAudio allows me to work around these issues by using Pulse to re-route my audio streams to where I want them to be.</p>
<p>I recommend reading <a href="http://ubuntuforums.org/showthread.php?t=843012">this guide</a> and following each item step by step.  It has helped me a great deal to understand how Pulse and Jack work.  You really do need to spend the 30 minutes or so to read through that guide and make the changes that are discussed, Pulse and Jack won&#8217;t work properly unless you do.</p>
<p>Once you have done that, I have outlined some examples below of using Pulse and Jack along with programs such as gtk-recordMyDesktop which will allow you to make screen captures along with the internal audio mix, as well as making audio-only captures of the &#8220;stereo mix&#8221; (audio that comes out of your speakers) with programs like arecord, and doing real time MP3 capture of this audio.  The uses for these tips are endless, especially if you need to capture some internet media that can&#8217;t be grabbed by sniffing out a URL.</p>
<p><strong>GTK-RecordMyDesktop video grabbing with audio:</strong></p>
<p>Start JACK Control and start the Jack server.</p>
<p>Open the application that will play the audio/video (your web-browser for example) and then using the PulseAudio Volume Control, move the browser&#8217;s playback stream to the Jack sink.</p>
<p>Open one each of the PulseAudio playback and recording VU meters, move both of their streams to the PulseAudio JACK Sink.</p>
<p>In output devices, set the Jack sink as default.  In input devices, set the Jack source as default.</p>
<p>In gtk-recordmydesktop, set the audio to be captured from JACK, select both system:capture_1 and system:capture_2.</p>
<p>Set up your recordmydesktop window and start the recording, open the Jack connection box and connect the PulseAudio JACK Sink to the recordMyDesktop input port.</p>
<p>Now you should end up with a video that contains the same audio that you heard through your speakers.  You have to use the Jack method with recordmydesktop because apparently it only works with alsa and oss, and gtk-recordmydesktop is only acting as a frontend to write out the command line.  It would be an interesting experiment to try using the Pulse wrapper (padsp) but anyway the Jack method works perfectly and is easier to do with the GUIs.</p>
<p><strong>Stereo Mix audio capture using PulseAudio routing:</strong></p>
<p>Start the playback of the audio source, for example an audio stream coming from some website.</p>
<p>In the PulseAudio Volume Control, set the ALSA PCM as the default in the input and output devices.</p>
<p>Open one each of the PulseAudio playback and recording VU meters, move the stream of the recording meter to the Monitor Source of the ALSA PCM.  As the audio is playing, you should see both meters response following each other.</p>
<p>Now you are ready to record.  Use arecord without specifying a device name (-D).</p>
<p>arecord -f cd -vv test.wav</p>
<p>arecord -f cd -t wav &#124; lame -h -V2 &#8211; high_quality_output.mp3</p>
<p>arecord -f cd -t wav &#124; lame -m s -a -b 64 &#8211; mono_low_44khz_output.mp3</p>
<p>arecord -f S16_LE -c1 -r22050 -t raw &#124; lame -r -s 22.05 -m m -b 64 &#8211; mono_low_22khz_output.mp3</p>
<p>The first command will grab the audio with &#8220;CD&#8221; quality (44.1 kHz, stereo).  The second command is an example of piping arecord&#8217;s capture into lame and making a real-time MP3 with the -V2 vbr quality.  The other commands are just further examples of using different sampling rates, mono, low bitrate, etc..  Read the man pages for arecord and lame and you can make up your own commands as desired.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Como grabar tu escritorio en video]]></title>
<link>http://gatodiario.wordpress.com/2008/11/03/como-grabar-tu-escritorio-en-video/</link>
<pubDate>Mon, 03 Nov 2008 01:43:53 +0000</pubDate>
<dc:creator>gatodiario</dc:creator>
<guid>http://gatodiario.wordpress.com/2008/11/03/como-grabar-tu-escritorio-en-video/</guid>
<description><![CDATA[Hoola, mucha gente me ha preguntado cual es el procedimiento para grabar mi escritorio y publicarlo ]]></description>
<content:encoded><![CDATA[Hoola, mucha gente me ha preguntado cual es el procedimiento para grabar mi escritorio y publicarlo ]]></content:encoded>
</item>
<item>
<title><![CDATA[Record my desktop]]></title>
<link>http://liticovjesac.wordpress.com/2008/09/01/record-my-desktop/</link>
<pubDate>Mon, 01 Sep 2008 07:31:37 +0000</pubDate>
<dc:creator>liticovjesac</dc:creator>
<guid>http://liticovjesac.wordpress.com/2008/09/01/record-my-desktop/</guid>
<description><![CDATA[Recordmydesktop, kao sto mu samo ime kaze, pravi video zapis onoga sto se desava na dekstopu. Za raz]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a title="official website" href="http://recordmydesktop.sourceforge.net/about.php" target="_blank"><strong>Recordmydesktop</strong></a>, kao sto mu samo ime kaze, pravi video zapis onoga sto se desava na dekstopu. Za razliku od drugih slicnih aplikacija prednost recormydesktop-a je u tome sto obradu snimljenog materijala vrsi <em>nakon</em> zaustavljanja snimanja tako da funcionalnost desktopa nije usporena transkodovanjem koje se desava u pozadini (kao kod xvidcap).   Ovaj nacin snimanja je zahvalan za one koji , kao i ja, imaju kompjutere sa slabijim ili starijim procesorom(PIII).</p>
<p>Archlinux ima ovu aplikaciju u AUR repositorijumu pa je potrebno napraviti pakete za instalaciju.  Trenutna dostupna verzija je 0.3.7.3-1. Sam RMD je command line aplikacija pa je potrebno instalirati neki frontend. Ponudjen frontendovi su <em>gtk-recordmydesktop</em>, <em>qt-recordmydesktop</em> i <em>krecordmydesktop</em>. Ja sam izabrao gtk verziju posto mi je ionako defolt windows manager gnome.  Svi dodatni paketi- zavisnosti se nalaze u oficijalnom repozitorijumu i bice dostupni pacmanu prilikom instalacije.</p>
<p>RMD nema tarball paket za skidanje vec je portrebno pratiti <a title="cvs link" href="http://repos.archlinux.org/viewvc.cgi/community/multimedia/recordmydesktop/PKGBUILD?view=log&#38;root=community&#38;pathrev=CURRENT" target="_blank"><strong>cvs</strong></a> link da bi se daunlodovao najnoviji <strong>PKGBUILD</strong> fajl.  Naravno, PKGBUILD fajl je potrebno premestiti u prazan build direktorijum, otvoriti terminal i kao user kucati</p>
<p><strong>makepkg -s</strong></p>
<p>Ako sve prodje kako treba ovo ce napraviti arch paket koji se zatim instalira kao root kucajuci</p>
<p><strong>sudo pacman -U ime_paketa.pkg.tar.gz</strong></p>
<p>Obratiti paznju na <em>.<strong>pkg</strong></em> u imenu paketa posto je moguce da se u build direktorijumu nalazi jos neki tar.gz paket. Nama je potreban ovaj sa .pkg.</p>
<p>Ponoviti isti proces i za instaliranje gtk-recordmydesktop.</p>
<p>Kada je i to uspesno zavrseno u aplication meniju , pod video, bi trebala da sa pojavi ikona za gtk-record.</p>
<p>Korisnicki interfejs je vrlo jednostavan. Jedno dugme za record, jedno za biranje dela ekrana koji zelite da snimite, dva slajdera za audio i video kvalitet. Ispod slajdera se nalazi dugme za advanced opcije od kojih je meni jedino bila zanimljiva ona o broju fps. Fps oznacava broj slicica  koje program snimi u sekundi. Kod mene je kao defolt stajalo 15 sto ne daje realisticnu sliku vec ima &#8220;skakanja&#8221;. Da bi snimljeni video bio &#8220;tecan&#8221; i realistican potrebno je povecati broj fps na negde izmedju <em>24 &#8211; 30</em>. Ja sam koristio 30 sa iskljucenim snimanjem zvuka i maksimalnim kvalitetom slike. Povecanje fps i kvaliteta slike znaci veci fajl i vece opterecenje procesora. Na 30fps ja nisam imao nikakvih problema i nisam primetio da rad na kompjuteru prilikom snimanja postaje usporen.  Fajl koji sam snimio je bio velicine oko 10mb u trajanju od 4-5 minuta.</p>
<p>Pritiskom na dugme record pocinje snimanje i gtk interfejs nestaje sa ekrana. U gornjem panelu, skroz desno se pojavljuje crno dugme sa kvadraticem koje sluzi za prekidanje snimanja. Prekidanjem snimanja ce se otvoriti prozor sa progres barom koji ce pratiti transkodovanje snimljenog u video fajl. Kada se transkodovanje zavrsi u home direktorijumu ce se naci fajl pod imenom <strong>out.ogv</strong> ili nesto slicno tome. </p>
<p>Da, RMD koristi <em>ogg theora</em> video. Kvalitet dobijenog videa je odlican i ne primecuje se da je rec o videu.  Na zalost, ukoliko zelite da publikujete video na youtube moracete da ga konverujete u neki drugi format. To i nije naraocito tesko i postoji vise nacina.  Ja sam koristio <em>ffmpeg</em> i <em>mencoder</em> sa promenljivim rezultatom. Ffmpeg moze da konvertuje i u flash sto mencoder ne moze.  Ne da ja znam.</p>
<p>Za konvertovanje u .avi sa ffmpeg</p>
<p><strong>ffmpeg -i out.ogv out.avi</strong></p>
<p>za flash</p>
<p><strong>ffmpeg -i out.ogv -b 384000 -s 640&#215;480 -pass 1 -passlogfile log-file out.flv</strong></p>
<p>(ovo daje fajl rezolucije 640&#215;480. Ukoliko je snimljeni ulazni video vece rezolucije promeniti vrednost)</p>
<p>za mencoder u .avi</p>
<p><strong>mencoder out.ogv -o out.avi -ovc lavc -oac lavc</strong></p>
<p>Mencoder je mnogo brze zavrsio posao konvertovanja  i nisam primetio neku veliku razliku izmedju tog .avi fajla i onoga dobijenog ffmpeg-om.  Flash fajl je izgubio malo na ostrini. Youtube prihvata .avi fajlove i kada ga konvertuje u flash dobice se video koji je nekvalitetniji od ulaznog fajla. Rezultat se moze videti <a title="youtube" href="http://www.youtube.com/user/liticovjesac" target="_blank">ovde</a>. </p>
<p>Dakle , recordmydesktop je jednostavan i stabilan program koji zauzima malo resursa i daje kvalitetan video fajl sa kojim se kasnije moze raditi.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Phun Physics Sim: Big Dropper Fairground Ride]]></title>
<link>http://ardoris.wordpress.com/2008/07/19/phun-physics-sim-big-dropper-fairground-ride/</link>
<pubDate>Sat, 19 Jul 2008 14:48:06 +0000</pubDate>
<dc:creator>jebavarde</dc:creator>
<guid>http://ardoris.wordpress.com/2008/07/19/phun-physics-sim-big-dropper-fairground-ride/</guid>
<description><![CDATA[Unfortunately the video below is rather poor quality, due to youtube&#8217;s encoding &#8211; click ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Unfortunately the video below is rather poor quality, due to youtube&#8217;s encoding &#8211; click <a href="http://www.youtube.com/watch?v=3nSpSNb9a5s&#38;fmt=18" title="Phun Big Dropper">here</a> to see it in higher quality.<br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/3nSpSNb9a5&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/3nSpSNb9a5&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><strong>Why?</strong><br />
My physics teacher recently broke his wrist/arm/something, and as there are only a few physics lessons left before the summer holidays (at time of writing: 2) we won&#8217;t be getting another teacher. Instead we were set work to &#8216;investigate the forces on a 70kg person on a fairground ride&#8217; &#8211; a poor attempt at compensating for the theme-park trip missed as a result of the broken bone (he was going to drive us). This led me and friends to have a play with phun, to produce some fairground-ish rides, of which the &#8216;Big Dropper&#8217; was the most successful.</p>
<p>The video was recorded<!--more--> using <a href="http://recordmydesktop.sourceforge.net/about.php" title="Record My Desktop">RecordMyDesktop</a> after having tried several other programs which failed to do the job &#8211; xvidcap and glc both failed to record a decent video. RecordMyDesktop produced an Ogg Theora format video which I then uploaded straight to youtube.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[¿Sin audio en gtk-recordMyDesktop?]]></title>
<link>http://peluchitojr.wordpress.com/2008/06/16/%c2%bfsin-audio-en-gtk-recordmydesktop/</link>
<pubDate>Mon, 16 Jun 2008 22:20:14 +0000</pubDate>
<dc:creator>Peluchito Jr.</dc:creator>
<guid>http://peluchitojr.wordpress.com/2008/06/16/%c2%bfsin-audio-en-gtk-recordmydesktop/</guid>
<description><![CDATA[Al parecer, el tener que grabar videos sin sonido con gtk-recordMyDesktop es un problema común. Inve]]></description>
<content:encoded><![CDATA[Al parecer, el tener que grabar videos sin sonido con gtk-recordMyDesktop es un problema común. Inve]]></content:encoded>
</item>
<item>
<title><![CDATA[]]></title>
<link>http://mapopa.wordpress.com/2008/06/09/1177/</link>
<pubDate>Mon, 09 Jun 2008 14:14:00 +0000</pubDate>
<dc:creator>miaurs</dc:creator>
<guid>http://mapopa.wordpress.com/2008/06/09/1177/</guid>
<description><![CDATA[installing gtk-recordmydesktop and posting videos on youtube $sudo apt-get install gtk-recordmydeskt]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>installing gtk-recordmydesktop and posting videos on youtube</p>
<p>$sudo apt-get install gtk-recordmydesktop<br />$ gtk-recordMyDesktop</p>
<p>then choose the window you want to record and encode it , then upload it to youtube<br />More about it in<a href="http://www.linuxplanet.com/linuxplanet/tutorials/6489/1/"> this article </a></p>
<p><a href="http://bp1.blogger.com/_NXe-USYSZmU/SE07gSDBUWI/AAAAAAAAAfU/VeemgDyDVTg/s1600-h/Screenshot-recordMyDesktop.png"><img src="http://bp1.blogger.com/_NXe-USYSZmU/SE07gSDBUWI/AAAAAAAAAfU/VeemgDyDVTg/s400/Screenshot-recordMyDesktop.png" alt="" border="0" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Gtk - Record MyDesktop: Grabar Videos-Tutoriales (screencast) en GNU / Linux]]></title>
<link>http://peluchitojr.wordpress.com/2008/06/08/grabar-videos-tutoriales-en-gnulinux-gtk-recordmydesktop/</link>
<pubDate>Sun, 08 Jun 2008 17:23:09 +0000</pubDate>
<dc:creator>Peluchito Jr.</dc:creator>
<guid>http://peluchitojr.wordpress.com/2008/06/08/grabar-videos-tutoriales-en-gnulinux-gtk-recordmydesktop/</guid>
<description><![CDATA[Hace un ciclo atrás (6 meses aprox.) necesité de un software para realizar un video-tutorial de como]]></description>
<content:encoded><![CDATA[Hace un ciclo atrás (6 meses aprox.) necesité de un software para realizar un video-tutorial de como]]></content:encoded>
</item>

</channel>
</rss>
