<?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>ogg &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/ogg/</link>
	<description>Feed of posts on WordPress.com tagged "ogg"</description>
	<pubDate>Mon, 30 Nov 2009 20:49:27 +0000</pubDate>

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

<item>
<title><![CDATA[Mer om ljud]]></title>
<link>http://ubuntufranborjan.wordpress.com/2009/11/27/mer-om-ljud/</link>
<pubDate>Fri, 27 Nov 2009 06:54:07 +0000</pubDate>
<dc:creator>urbananjar</dc:creator>
<guid>http://ubuntufranborjan.wordpress.com/2009/11/27/mer-om-ljud/</guid>
<description><![CDATA[Bloggkollegan Little John släpper i rask takt nästa del om ljudprogrammet Audacity. Läs! Och du, om ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Bloggkollegan Little John släpper i rask takt <a href="http://www.littlejohn.se/joomla/index.php?option=com_content&#38;view=article&#38;id=77:audacity-2-importera-ljudfil&#38;catid=38:avguider&#38;Itemid=63">nästa del om ljudprogrammet Audacity. Läs!</a></p>
<p><a href="http://www.littlejohn.se/joomla/index.php?option=com_content&#38;view=article&#38;id=77:audacity-2-importera-ljudfil&#38;catid=38:avguider&#38;Itemid=63"><img class="alignnone size-full wp-image-265" title="lj" src="http://ubuntufranborjan.wordpress.com/files/2009/11/lj-e1259304510539.png" alt="" width="420" height="290" /></a></p>
<p>Och du, om du tycker att han skriver lite konstigt ibland, ska du veta att gubben är tysk från början. Han skriver i alla fall på svenska hundra gånger bättre än jag skriver på tyska.</p>
<p>Läs även andra bloggares åsikter om <a rel="tag" href="http://bloggar.se/om/Audacity">Audacity</a>, <a rel="tag" href="http://bloggar.se/om/ljud">ljud</a>, <a rel="tag" href="http://bloggar.se/om/inspelning">inspelning</a>, <a rel="tag" href="http://bloggar.se/om/mp3">mp3</a>, <a rel="tag" href="http://bloggar.se/om/ogg">ogg</a>, <a rel="tag" href="http://bloggar.se/om/fri+mjukvara">fri mjukvara</a>, <a rel="tag" href="http://bloggar.se/om/%F6ppen+k%E4llkod">öppen källkod</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ripeando y comprimiendo audio con Debian Lenny]]></title>
<link>http://tuxfiles.wordpress.com/2009/11/24/ripeando-y-comprimiendo-audio-con-debian-lenny/</link>
<pubDate>Tue, 24 Nov 2009 11:23:06 +0000</pubDate>
<dc:creator>Develux</dc:creator>
<guid>http://tuxfiles.wordpress.com/2009/11/24/ripeando-y-comprimiendo-audio-con-debian-lenny/</guid>
<description><![CDATA[Yo soy una de esas personas que de vez en cuando todavia sigue comprando discos. Soy de esas persona]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Yo soy una de esas personas que de vez en cuando todavia sigue comprando discos. Soy de esas personas que todavia le gusta pasar un tiempo en la disqueria buscando o eligiendo que poder llevar. Como suelo hacer eso muchas veces tengo que comprimir el audio de esos cd&#8217;s para poder llevarlos en mi reproductor de mp3. Pues bien, aca vamos a ver como instalar el codificador de mp3 y una pequeña herramienta que nos va a permitir comprimirlos temas.</p>
<p><img class="alignright" src="http://lame.sourceforge.net/images/logo.gif" alt="" width="65" height="42" />Primero vamos a instalar el programa que va a codificar nuestro audio. El programa se llama <a href="http://lame.sourceforge.net/" target="_blank">LAME</a> y se puede descargar directamente desde su sito:</p>
<p style="padding-left:30px;"><a href="http://sourceforge.net/projects/lame/files/lame/" target="_blank">http://sourceforge.net/projects/lame/files/lame/</a></p>
<p>Descargamos el archivo .tar.gz, lo descomprimimos de la siguiente manera:</p>
<p style="padding-left:30px;"><em>tar -zxvf lame.tar.gz</em></p>
<p>Y luego vamos al directorio que creó al descomprimirlo e instalamos la aplicación:</p>
<p style="padding-left:30px;"><em>./configure &#38;&#38; make &#38;&#38; make install</em></p>
<p>Con esto vamos a tener el ejecutable del encoder en <em>/usr/local/bin/lame</em>. Es esta ruta la que vamos a usar para configurador nuestro programa de compresión.</p>
<p><img class="alignleft" src="http://img405.imageshack.us/img405/8807/ripperxlogo.png" alt="" width="126" height="60" />Ahora vamos a instalar el programa que vamos a utilizar para comprimir el audio. El programa se llama RipperX, es bastante sencillo de utilizar y puede comprimir en formatos mp3 (con bitrates variables o no) y Ogg. Para instalarlo podemos descargar el programa desde la página:</p>
<p style="padding-left:30px;"><a href="http://sourceforge.net/projects/ripperx/" target="_blank">http://sourceforge.net/projects/ripperx/</a></p>
<p>Y hacer el mismo procedimiento que cuando instalamos el LAME, o sea, descomprimirlo y luego ejecutar el script de instalación. O simplemente hacer:</p>
<p style="padding-left:30px;"><em>apitude update &#38;&#38; aptitude install ripperx</em></p>
<p>Una vez hecho esto vamos a poder ejecutar nuestro ripeador. La pantalla principal es bastante sencilla, vamos a tener varios botones (configuración, cddb, etc), la lista de los tracks y si queremos comprimirlo o solo rippear.</p>
<p style="text-align:center;"><a href="http://img109.imageshack.us/img109/6019/screenshotripperx.png" target="_blank"><img class="aligncenter" src="http://img109.imageshack.us/img109/6019/screenshotripperx.png" alt="" width="493" height="406" /></a></p>
<p>En la solapa &#8220;General&#8221; es donde vamos a poner donde se van a alojar nuestros archivos una vez que sean rippeados o comprimidos.</p>
<div class="wp-caption aligncenter" style="width: 433px"><a href="http://img80.imageshack.us/img80/3677/screenshotconfiguration.png"><img src="http://img80.imageshack.us/img80/3677/screenshotconfiguration.png" alt="" width="423" height="587" /></a><p class="wp-caption-text">Configuración - Solapa General</p></div>
<p>En la configuración, el la solapa &#8220;mp3&#8243; podemos elegir que método y que usaremos para comprimir nuestros temas.</p>
<p style="text-align:center;"><a href="http://img412.imageshack.us/img412/3677/screenshotconfiguration.png" target="_blank"><img class="aligncenter" src="http://img412.imageshack.us/img412/3677/screenshotconfiguration.png" alt="" /></a></p>
<p>Ahora ya podemos empezar a comprimir nuestros cd&#8217;s y llevar los archivos mp3 u ogg a donde queramos.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HowTo: convertire MKV in AVI]]></title>
<link>http://idl3.wordpress.com/2009/11/23/howto-convertire-mkv-in-avi/</link>
<pubDate>Mon, 23 Nov 2009 08:58:40 +0000</pubDate>
<dc:creator>idl3</dc:creator>
<guid>http://idl3.wordpress.com/2009/11/23/howto-convertire-mkv-in-avi/</guid>
<description><![CDATA[Non so perche&#8217; vogliate fare una cosa del genere, ma se proprio volete convertire un file Matr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Non so perche&#8217; vogliate fare una cosa del genere, ma se proprio volete <strong>convertire un file <a href="http://it.wikipedia.org/wiki/Matroska">Matroska</a> in un formato AVI</strong> potete usare <code>mencoder</code>. Vediamo come.</p>
<p><img src="http://idl3.wordpress.com/files/2009/11/matroska.png?w=150" alt="" title="matroska" width="150" height="150" class="alignleft size-thumbnail wp-image-1201" />Prima di tutto vediamo cosa sono questi file <a href="http://www.matroska.org/">Matroska</a>. Possiamo averne di tre tipi: <em>MKV</em> (video), <em>MKA</em> (audio) e <em>MKS</em> (sottotitoli), per crearli viene utilizzato l&#8217;<acronym title="Extensible Binary Meta Language">EBML</acronym>. Si tratta di un buon formato, anche se puo&#8217; dare <strong>qualche problemino</strong> con alcuni riproduttori di video, ma questo e&#8217; un problema dei riproduttori (o lettori) e non del formato del file. Comunque, ipotizziamo ci sia un buon motivo dietro il vostro desiderio di <strong>convertire il vostro bel video MKV in un altro formato</strong>. Per prima cosa dovete sapere in quale formato convertire, vediamone due.</p>
<p>Se volete <strong>convertire da Matroska a <a href="http://it.wikipedia.org/wiki/Xvid">Xvid</a></strong> dovete dare questo <strong>comando</strong>:<br />
<code>$ mencoder INPUT.mkv -ofps 25 -ovc xvid -oac mp3lame -lameopts abr:br=192 -srate 48000 -xvidencopts fixed_quant=4 -vf scale -zoom -xy 720 -o OUTPUT.avi</code><br />
analizzare ogni singola opzione sarebbe lungo e per voi inutile, andatevi dunque a leggere la <a href="http://www.mplayerhq.hu/DOCS/HTML-single/it/MPlayer.html">guida</a> di <code>mencoder</code>. Vi dico solo che l&#8217;opzione <code>xvidencopts fixed_quant</code> indica la <strong>qualita&#8217;</strong> (3 buona qualita&#8217; ma meno compressione, 5 bassa qualita&#8217; alta compressione), <strong>4 e&#8217; una buona via di mezzo</strong>. Se non ne siete soddisfatti potete sempre ripetere il comando cambiando i valori.</p>
<p>Potete anche <strong>convertire il vostro file MKV in formato <a href="http://it.wikipedia.org/wiki/DivX">DivX</a> 5</strong>, con questo <strong>comando</strong>:<br />
<code>$ mencoder INPUT.mkv -o OUTPUT.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=700:vpass=1 -ffourcc DIVX50 -oac mp3lame -vf scale -zoom -xy 720</code></p>
<p>E&#8217; comunque consigliabile, laddove possibile, il formato Xvid rispetto al DivX, per varie ragioni.</p>
<p>Se doveste avere (come accade spesso) un file MKV con <strong>due tracce audio</strong>, allora dovete aggiungere una o piu&#8217; opzioni per indicare quale utilizzare. Ma prima di tutto dovete <strong>individuare la traccia audio che vi interessa</strong>, per farlo date questo comando:<br />
<code>$ mplayer -v INPUT.mkv</code><br />
leggete e cercate qualcosa del genere:</p>
<pre>[...]
...  -aid N, -alang LNG
...  -aid N, -alang LNG
[...]</pre>
<p>dove al posto di <em>N</em> c&#8217;e&#8217; un numero e al posto di <em>LNG</em> c&#8217;e&#8217; la lingua, ad esempio <code>-aid 1, -alang ita</code> e <code>-aid 2, -alang eng</code>. Ora <strong>avete tutto quello che vi serve</strong>. Il comando per creare un file in Xvid con la <strong>traccia audio in italiano</strong> sara&#8217; dunque (stando all&#8217;esempio):<br />
<code>$ mencoder INPUT.mkv -ofps 25 -ovc xvid -oac mp3lame -lameopts abr:br=128 -srate 48000 -vf scale -zoom -xy 720 -xvidencopts fixed_quant=4  -aid 1 -alang ita -o OUTPUT.avi</code></p>
<p><img src="http://idl3.wordpress.com/files/2009/11/video.jpg?w=150" alt="" title="video" width="150" height="150" class="alignright size-thumbnail wp-image-1202" />Certe volte (a seconda del formato audio) ci potrebbero essere <strong>problemi</strong> ad utilizzare questo sistema. In questi casi ci viene in aiuto <a href="http://www.bunkus.org/videotools/mkvtoolnix/index.html">mkvtoolnix</a>. Essendo <a href="http://packages.debian.org/lenny/mkvtoolnix">pacchettizzato</a>, per installarlo sulla nostra <strong>Debian</strong> facciamo cosi&#8217;:<br />
<code># apt-get install mkvtoolnix</code><br />
il <em>tool</em> contiene <strong>varie applicazioni</strong>, tra cui <code>mkvmerge</code>, <code>mkvinfo</code> e <code>mkvextract</code>. Quella che fa al caso nostro e&#8217; <strong>mkvextract</strong>, leggiamoci dunque la <a href="http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvextract.html">guida</a>, che ci suggerisce la <strong>seguente procedura</strong>.</p>
<p>Prima di tutto dobbiamo <strong>identificare le tracce audio</strong> (e gli eventuali sottotitoli):<br />
<code>$ mkvmerge -i movie.mkv</code><br />
che ad esempio ci restituisce questo <em>output</em>:</p>
<pre>File ’movie.mkv’: container: Matroska
Track ID 1: video (V_MS/VFW/FOURCC, DIV3)
Track ID 2: audio (A_MPEG/L3)
Track ID 3: audio (A_VORBIS)
Track ID 4: subtitles (S_TEXT/UTF8)
Track ID 5: subtitles (S_TEXT/UTF8)</pre>
<p>Come vedete la traccia 2 e&#8217; un <strong>formato audio MP3</strong>, la traccia 3 e&#8217; un <strong>formato audio OGG</strong> e poi abbiamo i <strong>due sottotitoli</strong>. Se vogliamo la seconda traccia audio e i secondi sottotitoli, allora diamo questo <strong>comando</strong>:<br />
<code>$ mkvextract tracks movie.mkv 2:audio.mp3 5:subtitles.srt</code></p>
<p>Ora <a href="http://idl3.wordpress.com/2009/09/25/howto-tagliare-video-e-unire-audio-e-video-con-ffmpeg-e-mencoder/">potete usare ffmpeg</a> sul file MKV per <strong>estrarre solo il video</strong>:<br />
<code>$ ffmpeg -i INPUT.mkv -an -vcodec copy -y  OUTPUT.mkv</code><br />
e poi convertite con <code>mencoder</code> usando l&#8217;opzione <code>audiofile</code> per indicargli il <strong>file audio esterno</strong> (che abbiamo estratto con mkvextract):<br />
<code>$ mencoder INPUT.mkv -ofps 25 -ovc xvid -oac mp3lame -lameopts abr:br=192 -srate 48000 -xvidencopts fixed_quant=4 -vf scale -zoom -xy 720 -audiofile audio.mp3 -o OUTPUT.avi</code></p>
<p>Adesso avete il vostro bel <strong>file video in formato AVI XviD riproducibile nei piu&#8217; normali lettori</strong>. Se siete estimatori delle lingue originali, ma non le conoscete e volete i <strong>sottotitoli</strong>, basta inserirli <strong>nella stessa directory del file video</strong>. Generalmente per far si che il lettore li legga basta che file video e sottotitoli abbiano <strong>lo stesso nome</strong> (solo l&#8217;estensione diversa). Ad esempio: <code>Filmstrepitoso.avi</code> e <code>Filmstrepitoso.srt</code>. Puo&#8217; pero&#8217; capitare che ci siano lettori che <strong>non leggono i sottotitoli</strong> . Allora dovete <a href="http://idl3.wordpress.com/2009/10/10/1-scollegamenti/">inserirli nel file video</a>, in questo modo:<br />
<code>$ mencoder -ovc xvid -xvidencopts fixed_quant=4 -oac copy -sub Filmstrepitoso.srt -subfont-text-scale 4 -o Filmstrepitosoconsottotitoli.avi Filmstrepitoso.avi</code></p>
<p>Fatto, ora potete godervi il vostro <strong>film con i sottotitoli</strong> anche nel piu&#8217; <strong>scadente</strong> dei lettori.</p>
<hr />
<p style="text-align:right;"><a href="#content" title="torna su">[^] torna su</a>&#160;&#124;&#160;<a href="http://postli.com/post?u=http://idl3.wordpress.com/2009/11/23/howto-convertire-mkv-in-avi/&#38;t=HowTo: convertire MKV in AVI" title="Post to Postli" style="color:blue;text-decoration:none;">post<span style="color:orange;">&#60;</span><span style="color:red;">li</span><span style="color:orange;">&#62;</span></a>&#160;&#124;&#160;<a href="http://www.wikio.it/vote?url=http://idl3.wordpress.com/2009/11/23/howto-convertire-mkv-in-avi/" target="_blank"><img src="http://www.wikio.it/shared/img/vote/wikio2.gif" border="0" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Segmentation fault in Picard]]></title>
<link>http://derchmul.wordpress.com/2009/11/22/segmentation-fault-in-picard/</link>
<pubDate>Sun, 22 Nov 2009 20:41:58 +0000</pubDate>
<dc:creator>derchmul</dc:creator>
<guid>http://derchmul.wordpress.com/2009/11/22/segmentation-fault-in-picard/</guid>
<description><![CDATA[Finally I found a solution for the segmentation fault, that occurred when I tried to process ogg (an]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Finally I found a solution for the segmentation fault, that occurred when I tried to process ogg (and sometimes mp3) files with <a href="http://musicbrainz.org/doc/PicardTagger">Picard</a>. It&#8217;s a <a href="https://bugs.launchpad.net/picard/+bug/368097/comments/8">reply</a> to the bug report and all I had to do, was insert the repo and upgrade my picard. Now scanning works. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cool record edit deluxe 7.8.6]]></title>
<link>http://soft1wares.wordpress.com/2009/11/19/cool-record-edit-deluxe-7-8-6/</link>
<pubDate>Thu, 19 Nov 2009 15:49:39 +0000</pubDate>
<dc:creator>chicsoft</dc:creator>
<guid>http://soft1wares.wordpress.com/2009/11/19/cool-record-edit-deluxe-7-8-6/</guid>
<description><![CDATA[Cool Record Edit Deluxe 7.8.6 English | Medicina Incl. Cool Record Edit Deluxe es una herramienta qu]]></description>
<content:encoded><![CDATA[Cool Record Edit Deluxe 7.8.6 English | Medicina Incl. Cool Record Edit Deluxe es una herramienta qu]]></content:encoded>
</item>
<item>
<title><![CDATA[View Sonic introduces VPD 400 MovieBook]]></title>
<link>http://newshyderabad.wordpress.com/2009/11/12/view-sonic-introduces-vpd-400-moviebook/</link>
<pubDate>Thu, 12 Nov 2009 16:52:16 +0000</pubDate>
<dc:creator>seoforever</dc:creator>
<guid>http://newshyderabad.wordpress.com/2009/11/12/view-sonic-introduces-vpd-400-moviebook/</guid>
<description><![CDATA[View Sonic, a manufacturer and provider of visual technology, has introduced its new VPD 400 MovieBo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>View Sonic, a manufacturer and provider of visual technology, has introduced its new VPD 400 MovieBook, all-in-one portable entertainment player that enables users to watch HD movies, listen to music, view photo albums, read digital books or even record voice memos at a very affordable price.</p>
<p><a rel="attachment wp-att-5757" href="http://newshyderabad.wordpress.com/2009/11/12/view-sonic-introduces-vpd-400-moviebook/viewsonic-vpd/"><img class="aligncenter size-full wp-image-5757" title="viewSonic-VPD" src="http://newshyderabad.wordpress.com/files/2009/11/viewsonic-vpd.jpg" alt="viewSonic-VPD" width="300" height="264" /></a></p>
<p> Stylish and ultra thin Viewsonic VD400 comes with 4.3-inch screen (800 x 480), larger screen format with HD 720p. It has wide range of video, photo and audio format compatibilities, which includes JPEG, BMP, PNG, GIF, AVI, RM/RMVB, FLV, MP4, MOV, PMP, MPG, VOD, DAT, H.264, H.263, MP3, WMA, WAV, FLAC, APE, OGG</p>
<p> The device comes with internal memory (NAND Flash Memory) of 8GB. In addition, Viewsonic VPD400 also supports micro SD cards slot for expandable storage.</p>
<p> The VD400 has long battery life (1800mAH Li-Ion), which supports playback of up to 12 hours (audio), 6 hours (video), and 3 hours HD video on a single charge. The device weighs only 0.3 lb. (140 g).</p>
<p> The VPD400 MovieBook is compatible with Windows® 98/2000/SE/ME/XP/Vista and available at a price tag of $129.99.</p>
<p> The firstreporter</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OGG to Audio Box]]></title>
<link>http://beulahpachecosc.wordpress.com/2009/11/12/ogg-to-audio-box/</link>
<pubDate>Thu, 12 Nov 2009 04:05:55 +0000</pubDate>
<dc:creator>beulahpachecosc</dc:creator>
<guid>http://beulahpachecosc.wordpress.com/2009/11/12/ogg-to-audio-box/</guid>
<description><![CDATA[OGG to Audio Box is the thing you must have if you want to be the master of your music collection. N]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>OGG to Audio Box is the thing you must have if you want to be the master of your music collection. Now you can convert any song to another size, get rid of your bulky CDs lying everywhere, convert chanels (stereo to mono), change bitrate or frequancy most easily. It is the fastest and most affordable solution currently available on the market. All formats of MP3, WAV, OGG, WMA, AAC, Real Audio, FLAC, MPP, APE files that could not be supported by other converters Audio Converter is sure to recognize and support. OGG to Audio Box  supports ID3 Tags and converts tracks on the fly, without creating intermediary wav files. High converting speed will not allow the process bore you. With Total Audio Converter you can easily convert files in batches. Besides all this OGG to Audio Box  will play all files of these media types for you or shut down your computer automatically when all done.<br />
Digitize your audio recordings and edit them in various formats such as MP3, CD, CDA, CD-R, DVD-Audio, AAC, AC3, ID3, M3U, M4A, M4P, MP3 ID3 Tag, OGG, RA, WAV, WMA, MP2, APE, VQF, MPC, AMR, Midi, WAVE, and RM file.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Normalizando colección músical con VorbisGain]]></title>
<link>http://tuxbelito.wordpress.com/2009/11/11/normalizando-coleccion-musical-en-vorbis-ogg/</link>
<pubDate>Wed, 11 Nov 2009 12:19:33 +0000</pubDate>
<dc:creator>Sr. Luzbel</dc:creator>
<guid>http://tuxbelito.wordpress.com/2009/11/11/normalizando-coleccion-musical-en-vorbis-ogg/</guid>
<description><![CDATA[Hace tiempo había convertido todos los mp3 que tenia hasta el momento de mi fonoteca a ogg, un error]]></description>
<content:encoded><![CDATA[Hace tiempo había convertido todos los mp3 que tenia hasta el momento de mi fonoteca a ogg, un error]]></content:encoded>
</item>
<item>
<title><![CDATA[OGG Lunch Presentation: Water Related Excavation Problems for Amphitheatres in Quebec City]]></title>
<link>http://seedsottawa.wordpress.com/2009/11/10/ogg-lunch-presentation-water-related-excavation-problems-for-amphitheatres-in-quebec-city/</link>
<pubDate>Tue, 10 Nov 2009 21:08:02 +0000</pubDate>
<dc:creator>Natalie</dc:creator>
<guid>http://seedsottawa.wordpress.com/2009/11/10/ogg-lunch-presentation-water-related-excavation-problems-for-amphitheatres-in-quebec-city/</guid>
<description><![CDATA[On November 17th, the Ottawa Geotechnical Group (OGG) is having a very interesting lunch presentatio]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>On November 17<sup>th</sup>, the Ottawa Geotechnical Group (OGG) is having a very interesting lunch presentation. The talk titled <em>Water Related Excavation Problems for Amphitheatres in Quebec City</em> will be given by Professor Robert Chapuis, a professor from École Polytechnique de Montréal. To attend this event you must RSVP to <a href="mailto:OGGtreasurer@hotmail.com" target="_blank">OGGtreasurer@hotmail.com</a> by noon on Friday, November 13, 2009. Additional details can be downloaded from the &#8220;files&#8221; section on the right hand side of this page.</p>
<ul>
<li>Date: Tuesday, November 17, 2009</li>
<li>Time: 11:45 am: Registration, 12:00 pm: Lunch (Hot Buffet), 12:45 pm: Presentation</li>
<li>Location: Hellenic Community Centre, 1315 Prince of Wales Drive, Ottawa, Ontario</li>
<li>Admission: $10 for students (pay at door)</li>
<li>Abstract: Two public amphitheatres were built in 1982 in Québec City. Their foundations required excavation in uncontrolled backfill materials along the St-Lawrence River. Old wooden wharfs were known to have been buried in backfill materials, and thus a large water inflow was expected to occur there and to depend on tide levels. An impressive pumping system was used. The pumped flow rate reached 114 m3/min at the highest tide. The origins of these water inflows were determined with the help of old drawings, boreholes, water tests and tracer tests. Most pumped water was coming through cobbles and boulders backfilled around a sewer pipe 2.1 m in diameter. This presentation will describe the work carried out to control the exceptional water inflows in order to complete the foundation and structure within the required schedule.</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ripping Audio CDs in Opensuse11]]></title>
<link>http://hintofsarcasm.wordpress.com/2009/11/10/ripping-audio-cds-in-opensuse11/</link>
<pubDate>Tue, 10 Nov 2009 06:16:42 +0000</pubDate>
<dc:creator>hintofsarcasm</dc:creator>
<guid>http://hintofsarcasm.wordpress.com/2009/11/10/ripping-audio-cds-in-opensuse11/</guid>
<description><![CDATA[Want to backup your audio CD collection to your computer? Ripping CDs enable you to store your favor]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Want to backup your audio CD collection to your computer? Ripping CDs enable you to store your favorite music into a scratch free medium. It also helps you to share it among various media players in your network.</p>
<p>Before we start we need to understand few basics about ripping and AudioCD. Usually AudioCDs store music in .wav format. It is a format which doesnot compress the file hence occupies a lot space. Thats why Audio Cds have only 12 or 15 songs. When ripping we convert .wav format into mp3 or ogg format. These formats compress the music files down to 5 to 6 MB and enable you to store them in hard disk or copy to your iPod.</p>
<p>Ripping  = music.wav &#8211;&#62; music.mp3 or music.ogg</p>
<h2>mp3 vs ogg</h2>
<p>There are very many technical difference&#8217;s between ogg format and mp3 format and i am not going to deal with it here. Essentially mp3 is proprietary and ogg is free.There is no much difference between these formats when you listen to it.</p>
<h2>KDE</h2>
<h3>Using Dolphin/Konqueror</h3>
<p>Simplest way to rip CDs in KDE is Type <em>Audiocd:/ </em>in the file manger. It opens up a music cd directly.it would create meta directories for mp3. ogg, etc. From there, all youhave  to do is open whichever directory and then &#8220;drag and drop&#8221; my songs to another location and it would rip it. So simple. No installation .</p>
<h3>Using K3B</h3>
<p>K3b is the default burning application in KDE. So it comes preinstalled in the operating system.</p>
<ol>
<li>Insert Audio CD</li>
<li>Open K3B</li>
<li>Goto Tools</li>
<li>Select Rip Audio Cd</li>
<li>Select the format you want to rip to and also the folders</li>
<li>Start Ripping!</li>
</ol>
<p>There are several other packages like <a href="http://www.tuxmagazine.com/node/1000122" target="_blank">KAudioCD Creator</a> and Audex.. Try these if you are not satisfied with above tools.</p>
<h2>Gnome</h2>
<h3>Grip</h3>
<p>Grip is a cd-player and cd-ripper for the Gnome desktop. It has the ripping capabilities of cdparanoia builtin, but can also use external rippers (such as cdda2wav). It also provides an automated frontend for MP3 (and other audio format). I haven&#8217;t tried it. So for documentation try this <a href="http://nostatic.org/grip/" target="_blank">link</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[24. Ozel Guvenlik Sinavi Sonuclari]]></title>
<link>http://webcennet.wordpress.com/2009/11/08/24-ozel-guvenlik-sinavi-sonuclari/</link>
<pubDate>Sun, 08 Nov 2009 00:09:57 +0000</pubDate>
<dc:creator>christianmclaughlin1972</dc:creator>
<guid>http://webcennet.wordpress.com/2009/11/08/24-ozel-guvenlik-sinavi-sonuclari/</guid>
<description><![CDATA[24. Ozel Guvenlik sinavi 25 Ekim&#39;de yapilmisti. Sinavin sonuclari Emniyet Genel Mudurlugune bagl]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://netfark.blogspot.com/2009/11/24-ozel-guvenlik-snav-sonuclar.html"><img src="http://img692.imageshack.us/img692/5052/ozelguvenliksinavsonucl.jpg" alt="ozel guvenlik sinavi sonuclari" /></a></p>
<p><strong><a title="ozel guvenlik sinavi sonuclari" href="http://netfark.blogspot.com/2009/11/24-ozel-guvenlik-snav-sonuclar.html" target="_blank">24. Ozel Guvenlik sinavi</a></strong> <strong>25 Ekim</strong>&#39;de yapilmisti. Sinavin sonuclari Emniyet Genel Mudurlugune bagli bulunan Ozel Guvenlik Kurumu mudurlugu tarafindan aciklanmaktadir. Bu sinavdaki sonucunuzu ogrenmek istiyorsaniz asagida bulunan linke tiklayin. TC Kimlik Numaranizi girdikten sonra sonucunuzu ogrenebilirsiniz&#8230;</p>
<p><strong><a title="ozel guvenlik sinavi sonuclari" href="http://netfark.blogspot.com/2009/11/24-ozel-guvenlik-snav-sonuclar.html" target="_blank">TIKLA</a></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[aTunes]]></title>
<link>http://bigdtechresource.wordpress.com/2009/11/07/atunes/</link>
<pubDate>Sat, 07 Nov 2009 18:00:00 +0000</pubDate>
<dc:creator>currind06</dc:creator>
<guid>http://bigdtechresource.wordpress.com/2009/11/07/atunes/</guid>
<description><![CDATA[No, before you say anything I did not spell iTunes wrong. There is actually a program out there call]]></description>
<content:encoded><![CDATA[No, before you say anything I did not spell iTunes wrong. There is actually a program out there call]]></content:encoded>
</item>
<item>
<title><![CDATA[Programas gratis para editar audio]]></title>
<link>http://mymanuel.wordpress.com/2009/11/04/programas-gratis-para-editar-audio/</link>
<pubDate>Wed, 04 Nov 2009 19:58:46 +0000</pubDate>
<dc:creator>Dr. House</dc:creator>
<guid>http://mymanuel.wordpress.com/2009/11/04/programas-gratis-para-editar-audio/</guid>
<description><![CDATA[Tal vez uno de los programas más populares para la edición profesional de audio es el Adobe Audition]]></description>
<content:encoded><![CDATA[Tal vez uno de los programas más populares para la edición profesional de audio es el Adobe Audition]]></content:encoded>
</item>
<item>
<title><![CDATA[VLC Media Player 1.0.3]]></title>
<link>http://netvietnam.org/2009/11/03/vlc-media-player-1-0-3/</link>
<pubDate>Tue, 03 Nov 2009 11:44:07 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/11/03/vlc-media-player-1-0-3/</guid>
<description><![CDATA[VLC Media Player là một phần mềm miễn phí. VLC cho phép chơi các file video, file nhạc,&#8230; với r]]></description>
<content:encoded><![CDATA[VLC Media Player là một phần mềm miễn phí. VLC cho phép chơi các file video, file nhạc,&#8230; với r]]></content:encoded>
</item>
<item>
<title><![CDATA[Escucha OGG]]></title>
<link>http://miguelacarrasco.wordpress.com/2009/10/29/escucha-ogg/</link>
<pubDate>Thu, 29 Oct 2009 21:18:14 +0000</pubDate>
<dc:creator>mcarasco</dc:creator>
<guid>http://miguelacarrasco.wordpress.com/2009/10/29/escucha-ogg/</guid>
<description><![CDATA[Primeros pasos con Ogg &nbsp; Cada vez más compañías de software propietario como Microsoft, Apple y]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h2>Primeros pasos con Ogg</h2>
<hr /><img src="http://www.fsf.org/resources/formats/playogg/ogg_button_final.png" alt="Play Ogg" /></p>
<p>&#160;</p>
<p><strong>Cada vez más compañías de software propietario como Microsoft, Apple y Adobe están empujando a formatos de vídeo y de audio que restringen el acceso y restringir los desarrolladores de software, pero no es una alternativa que se puede reproducir en todos los equipos sin restricción &#8211; Ogg.</strong> <strong>Ogg ofrece formatos multimedia de calidad profesional.</strong> <strong>Ogg es ampliamente utilizado por los proyectos de software libre, artistas y un número cada vez mayor de la música y los distribuidores de vídeo.</strong></p>
<p><strong><span style="font-weight:normal;">Mas Informacion <a href="http://www.fsf.org/resources/formats/playogg" target="_blank">http://www.fsf.org/resources/formats/playogg</a></span></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Decisiones]]></title>
<link>http://archxz.wordpress.com/2009/10/28/decisiones/</link>
<pubDate>Wed, 28 Oct 2009 17:52:16 +0000</pubDate>
<dc:creator>xabz</dc:creator>
<guid>http://archxz.wordpress.com/2009/10/28/decisiones/</guid>
<description><![CDATA[Siempre es difícil tomar decisiones, algunas veces no tanto y aprovechando que este blog no lleva de]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Siempre es difícil tomar decisiones, algunas veces no tanto y aprovechando que este blog no lleva demasiado tiempo y no tengo demasiado contenido multimedia, tomar una decisión no es tan difícil, así que he decidido que todo lo subido aquí tendran formatos libres, tanto imágenes como vídeos, documentos, etc, se que no es algo demasiado novedoso, pero aprovechando que firefox y chromium soportan videos ogg, y que encontré una <a href="http://tinyvid.tv/">pagina</a> que hospeda vídeos en este formato, me desharé de los videos en flash, y todo quedara en ogg,  no se puede reproducir directamente desde el blog, pero se abrirá en otra pagina <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , si usan un navegador que no soporte ogg, pueden descargar los videos y verlos en su reproductor favorito, ademas la calidad de la imagen es muy superior a la de verlos con algún reproductor flash.</p>
<p>No hay demasiados videos, solo uno, pero sera una decisión para el futuro, espero lo entiendan y muchas gracias por todo.</p>
<p>Si a alguien mas le interesa, pueden ver una lista de formatos libres <a href="http://doc.ubuntu-es.org/Formatos_libres">aquí</a>. Saludos a todos</p>
<p>XaBz</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VLC Media Player 1.0.3 RC1]]></title>
<link>http://netvietnam.org/2009/10/27/vlc-media-player-1-0-3-rc1/</link>
<pubDate>Tue, 27 Oct 2009 05:12:31 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/10/27/vlc-media-player-1-0-3-rc1/</guid>
<description><![CDATA[VLC Media Player là một phần mềm miễn phí. VLC cho phép chơi các file video, file nhạc,&#8230; với r]]></description>
<content:encoded><![CDATA[VLC Media Player là một phần mềm miễn phí. VLC cho phép chơi các file video, file nhạc,&#8230; với r]]></content:encoded>
</item>
<item>
<title><![CDATA[CDs rippen mit Ubuntu: Sound Juicer vs. grip]]></title>
<link>http://mampfit.wordpress.com/2009/10/23/cds-rippen-mit-ubuntu-sound-juicer-vs-grip/</link>
<pubDate>Fri, 23 Oct 2009 15:46:24 +0000</pubDate>
<dc:creator>Ben</dc:creator>
<guid>http://mampfit.wordpress.com/2009/10/23/cds-rippen-mit-ubuntu-sound-juicer-vs-grip/</guid>
<description><![CDATA[Möchte man Musik von CD auf Festplatte bannen, dann stolpert man in der Regel vor allem über zwei Pr]]></description>
<content:encoded><![CDATA[Möchte man Musik von CD auf Festplatte bannen, dann stolpert man in der Regel vor allem über zwei Pr]]></content:encoded>
</item>
<item>
<title><![CDATA[MediaMonkey 3.1.2.1275 Beta]]></title>
<link>http://netvietnam.org/2009/10/22/mediamonkey-3-1-2-1275-beta/</link>
<pubDate>Thu, 22 Oct 2009 05:58:36 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/10/22/mediamonkey-3-1-2-1275-beta/</guid>
<description><![CDATA[MediaMonkey là trình quản lý nhạc chơi nhạc tự động cho những nhà sưu tập nhạc nghiêm túc cũng như n]]></description>
<content:encoded><![CDATA[MediaMonkey là trình quản lý nhạc chơi nhạc tự động cho những nhà sưu tập nhạc nghiêm túc cũng như n]]></content:encoded>
</item>
<item>
<title><![CDATA[VideoPress が Ogg 形式に対応]]></title>
<link>http://ja.blog.wordpress.com/2009/10/22/videopress-supports-ogg/</link>
<pubDate>Thu, 22 Oct 2009 01:31:16 +0000</pubDate>
<dc:creator>Hailin</dc:creator>
<guid>http://ja.blog.wordpress.com/2009/10/22/videopress-supports-ogg/</guid>
<description><![CDATA[オープンソースの技術を心から支持している私たちは、Firefox が新しい HTML の動画タグにこの夏から対応し始めたことにとても喜んでいました。この技術は将来のオンライン動画を根本的に変貌させる可]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>オープンソースの技術を心から支持している私たちは、Firefox が新しい HTML の動画タグにこの夏から対応し始めたことにとても喜んでいました。この技術は将来のオンライン動画を根本的に変貌させる可能性を秘めている思っています。</p>
<p>動画タグへの全面対応は現在まだ作業の途中です。しかし、既にアップロードされている動画はすべて（通常の mp4 形式に加え）Theora/Ogg 形式でのエンコードが完了しました ! VideoPress* ユーザーは、メディアライブラリから Ogg ファイルの URL を取得できるようになっており、これらの動画は Firefox 3.5や Chrome などの HTML 5対応ブラウザから直接再生できます。</p>
<p>Firefox 3.5 で<a href="http://cdn.videos.wordpress.com/OO4thna8/videopress2-web2_fmt1.ogv">サンプル動画</a>をご覧ください。</p>
<p>* <a href="http://videopress.com">VideoPress</a> を使えば、HD クオリティの動画を挿入できます。</p>
<p class="note">この記事は Hailin が WordPress.com 英語版ブログに投稿した「<a href="http://en.blog.wordpress.com/2009/10/21/videopress-supports-ogg/">VideoPress Supports Ogg</a>」の訳です。本文内のリンクはすべて英語です。</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VideoPress suporta Ogg]]></title>
<link>http://pt.blog.wordpress.com/2009/10/22/videopress-suporta-ogg/</link>
<pubDate>Thu, 22 Oct 2009 00:13:47 +0000</pubDate>
<dc:creator>Hailin</dc:creator>
<guid>http://pt.blog.wordpress.com/2009/10/22/videopress-suporta-ogg/</guid>
<description><![CDATA[Fervorosos defensores de tecnologias de código aberto que somos, ficámos muito contentes quando o Fi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Fervorosos defensores de tecnologias de código aberto que somos, ficámos muito contentes quando o Firefox começou a suportar o novo tag HTML de vídeo no verão passado. Ele tem o potencial para transformar o futuro do vídeo online.</p>
<p>Enquanto ainda estamos a trabalhar para suportar completamente o novo tag de vídeo, é com muito prazer que anunciamos que temos já codificado todo o nosso inventário em formato Theora/Ogg, além do habitual mp4. Os utilizadores de Videopress podem aceder à URL do arquivo Ogg na biblioteca de mídia e o vídeo pode ser reproduzido directamente em browsers que suportem HTML 5, como o Firefox 3.5 e o Chrome. Tente abrir <a href="http://cdn.videos.wordpress.com/OO4thna8/videopress2-web2_fmt1.ogv">este vídeo</a> com Firefox 3.5!</p>
<p><em>* Lembre-se que pode reproduzir vídeos de qualidade HD no seu blog usando o <a href="http://videopress.com/">VideoPress</a></em>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Free relax in an open plan office]]></title>
<link>http://balau82.wordpress.com/2009/10/19/free-relax-in-an-open-plan-office/</link>
<pubDate>Mon, 19 Oct 2009 20:27:07 +0000</pubDate>
<dc:creator>Balau</dc:creator>
<guid>http://balau82.wordpress.com/2009/10/19/free-relax-in-an-open-plan-office/</guid>
<description><![CDATA[The phone rings. LOUD. It&#8217;s from the nearest cubicle. Nobody answers. It&#8217;s LOUD. I]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The phone rings. LOUD. It&#8217;s from the nearest cubicle. Nobody answers. It&#8217;s LOUD. I&#8217;m working on something that requires long and constant atten- LOUD -tion.  The phone stops ringing, and the colleagues&#8217; voices return to be distracting again. There&#8217;s an informal meeting a handful of seats from me; I&#8217;m happy for them that they&#8217;re laughing, but I&#8217;m afraid the software bug I&#8217;m hunting will take the time to hide himself deeper while I&#8217;m not looking.</p>
<p>I think that some of you may relate to my experience. Actually, I&#8217;m sure. The greatest source of distraction for me is noise, sounds and voices; if you are like me, you will like this lecture about sound on TED:</p>
<p><a href="http://www.ted.com/talks/julian_treasure_the_4_ways_sound_affects_us.html">Julian Treasure: the 4 ways sound affects us</a></p>
<p>Quoting his presentation, open plan office: productivity loss = 66%. Mr.Treasure also stresses the importance of the positive effect that some sounds have on us, even on an instinctive level; I decided to give the &#8220;birdsong therapy&#8221; a try at the office. I started searching for sounds to use, and I stumbled upon this social and free database of sounds:</p>
<p><a href="http://www.freesound.org/index.php">The Freesound Project</a></p>
<p>Basically every user can contribute to add sounds that can be used freely as Creative Commons. The site has tons of different ambient captures of birdsong. I enjoyed very much, and found suitable for my situation, <a href="http://www.freesound.org/samplesViewSingle.php?id=56611">this 42 minutes long recording of birds</a>. The file&#8217;s format is <em>wav</em>, and this means that the size is unnecessarily big. In order to compress the sound on my Ubuntu Linux computer, I used a context-menu driven utility for sound conversion that is a Nautilus add-on. You can install it with:</p>
<pre>sudo apt-get install nautilus-script-audio-convert</pre>
<p>With this utility I compressed the 420MB <em>wav</em> file into a 63MB good quality <a href="http://www.vorbis.com/">OGG/Vorbis</a> audio file (Vorbis is a free open source encoding algorithm). The last problem is that at the office I have a Windows XP box, and I need a player that reads <em>ogg</em> files. For this reason I decided to install the codecs for Windows Media Player:</p>
<p><a href="http://www.xiph.org/downloads/#third_party">DirectShow filters &#8211; play back ogg files in Media Player</a></p>
<p>The next day I copied the birdsong inside my workstation, installed the codec, put on my headphones and jumped into the nature. It worked, somehow. The noise of the office was still present, but more distant and subdued under the melody of the forest. In order to completely annihilate the auditory pollution, I feel that classic orchestral music is more appropriate, since it gives a harmonic background covering everything else.</p>
<p>Give it a try: it won&#8217;t cost you a penny and it could greatly improve your productivity.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
