<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Libre Experience &#187; audio</title>
	<atom:link href="http://www.libre-experience.org/index.php/tag/audio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libre-experience.org</link>
	<description>Bloc-notes sur les logiciels libres</description>
	<lastBuildDate>Fri, 27 Aug 2010 10:12:55 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Convertir un fichier audio .amr en .mp3</title>
		<link>http://www.libre-experience.org/index.php/2008/04/13/convertir-un-fichier-audio-amr-en-mp3/</link>
		<comments>http://www.libre-experience.org/index.php/2008/04/13/convertir-un-fichier-audio-amr-en-mp3/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 21:15:01 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Planet-Libre]]></category>

		<guid isPermaLink="false">http://88.191.51.26/wordpress/index.php/2008/04/13/convertir-un-fichier-audio-amr-en-mp3/</guid>
		<description><![CDATA[L&#8217;autre jour avec un téléphone Nokia e61 j&#8217;ai fait quelques enregistrements sonores dans un train. En les transférant sur mon ordinateur, surprise, les fichiers étaient au format .amr. Evidemment ce format de fichier étant loin d&#8217;être un standard, il me fallait pouvoir le convertir. En cherchant sur Internet j&#8217;ai trouvé sur les forums d&#8217;Ubuntu un [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;autre jour avec un téléphone Nokia e61 j&#8217;ai fait quelques enregistrements sonores dans un train. En les transférant sur mon ordinateur, surprise, les fichiers étaient au format .amr. Evidemment ce format de fichier étant loin d&#8217;être un standard, il me fallait pouvoir le convertir.<span id="more-20"></span></p>
<p>En cherchant sur Internet j&#8217;ai trouvé sur les forums d&#8217;Ubuntu un article qui traitait le problème et qui conseillait d&#8217;essayer le brillant <a title="FFmpeg" href="http://fr.wikipedia.org/wiki/FFmpeg" target="_self">ffmpeg</a>.<br />
Effectivement ce programme est un véritable couteau suisse de la conversion audio comme vidéo. Dans mon cas j&#8217;ai pu m&#8217;en sortir en utilisant la commande suivante :</p>
<p><code>ffmpeg -f amr -i mon_fichier.amr mon_fichier.mp3</code></p>
<p>Pour installer ffmpeg sur Ubuntu par exemple, il suffit d&#8217;exécuter dans un terminal :</p>
<p><code>sudo aptitude install ffmpeg</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.libre-experience.org/index.php/2008/04/13/convertir-un-fichier-audio-amr-en-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
