<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>platform agnostic - Latest Comments in Extracting audio from 3gp files using ffmpeg</title><link>http://platformagnostic.disqus.com/</link><description></description><atom:link href="http://platformagnostic.disqus.com/extracting_audio_from_3gp_files_using_ffmpeg/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 05 Jul 2011 12:13:09 -0000</lastBuildDate><item><title>Re: Extracting audio from 3gp files using ffmpeg</title><link>http://www.deepakg.com/prog/2011/06/extracting-audio-from-3gp-files-using-ffmpeg/#comment-242604179</link><description>&lt;p&gt;This was awesome and worked perfectly on video from my Droid Incredible 2. Thanks for figuring this out. You can extract a 3gp to a wav file too, with the following command:&lt;/p&gt;

&lt;p&gt;ffmpeg -i myvideo.3gp -vn -acodec pcm_s16le -ar 44100 -ac 2 mywave.wav&lt;/p&gt;

&lt;p&gt;Anyone out there reading this, don't waste your time with AoA Audio Extraction. That thing is a piece of junk that will distort your audio. The above technique works perfectly. Of course, downloading an installing ffmpeg is a bit of an intimating process if you're not well versed in the world of open source development. But if you're heart is really set on editing together a silly movie that you shot on your Android phone, stick with it!  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Mac</dc:creator><pubDate>Tue, 05 Jul 2011 12:13:09 -0000</pubDate></item></channel></rss>
