<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: HOWTO: Convert 3gp videos to mpeg</title>
	<atom:link href="http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html</link>
	<description>Blog</description>
	<pubDate>Wed, 07 Jan 2009 13:09:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Thomas Damgaard</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-94</link>
		<dc:creator>Thomas Damgaard</dc:creator>
		<pubDate>Thu, 02 Oct 2008 18:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-94</guid>
		<description>This does not work. -r25 is not recognized.

Also, the sound does not work. It is just noise. I think mushroom is right that this is because the AMR codec is unsupported. 

I would like to know how to compile ffmpeg with AMR support. I cannot find a working HOWTO on this for Ubuntu.</description>
		<content:encoded><![CDATA[<p>This does not work. -r25 is not recognized.</p>
<p>Also, the sound does not work. It is just noise. I think mushroom is right that this is because the AMR codec is unsupported. </p>
<p>I would like to know how to compile ffmpeg with AMR support. I cannot find a working HOWTO on this for Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MUSHROOM</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-93</link>
		<dc:creator>MUSHROOM</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-93</guid>
		<description>Unsupported codec might be the libamr_nb and the libamr_wb (in short AMR in narrowband and wideband). i fixt this problem by compiling with ffmpeg svn and mplayer suport. the libamr_na and libamr_wb must be enabled wile compiling from svn and thera ar some how to out there. i have done this backword and forward many times so i do not know exaktly how you sold do this.

Best of luck.</description>
		<content:encoded><![CDATA[<p>Unsupported codec might be the libamr_nb and the libamr_wb (in short AMR in narrowband and wideband). i fixt this problem by compiling with ffmpeg svn and mplayer suport. the libamr_na and libamr_wb must be enabled wile compiling from svn and thera ar some how to out there. i have done this backword and forward many times so i do not know exaktly how you sold do this.</p>
<p>Best of luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helge</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-69</link>
		<dc:creator>helge</dc:creator>
		<pubDate>Sun, 04 May 2008 11:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-69</guid>
		<description>Works fine here, though the filesize grows extremely when converting to mpeg.
I use this instead, as the video is already compressed in h263 and I only need to convert the sound:

ffmpeg -y -i file.3gp -sameq -vcodec copy -acodec mp3 -s cif -r 25 -ar 32000 -ac 1 file.avi

This gives only slightly larger files.</description>
		<content:encoded><![CDATA[<p>Works fine here, though the filesize grows extremely when converting to mpeg.<br />
I use this instead, as the video is already compressed in h263 and I only need to convert the sound:</p>
<p>ffmpeg -y -i file.3gp -sameq -vcodec copy -acodec mp3 -s cif -r 25 -ar 32000 -ac 1 file.avi</p>
<p>This gives only slightly larger files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rojanu</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-60</link>
		<dc:creator>rojanu</dc:creator>
		<pubDate>Fri, 21 Mar 2008 10:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-60</guid>
		<description>Unsupported codec (id=73728) for input stream #0.1
Nokia 6300</description>
		<content:encoded><![CDATA[<p>Unsupported codec (id=73728) for input stream #0.1<br />
Nokia 6300</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-59</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 14 Mar 2008 00:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-59</guid>
		<description>Unsupported codec (id=86043) for input stream #0.1
LG 8300 phone</description>
		<content:encoded><![CDATA[<p>Unsupported codec (id=86043) for input stream #0.1<br />
LG 8300 phone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-58</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Mon, 10 Mar 2008 22:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-58</guid>
		<description>With the correction of Christian J, it works great!
(tested on xubuntu 7.10)

Thanks!!!</description>
		<content:encoded><![CDATA[<p>With the correction of Christian J, it works great!<br />
(tested on xubuntu 7.10)</p>
<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunther</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-56</link>
		<dc:creator>Kunther</dc:creator>
		<pubDate>Sat, 01 Mar 2008 20:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-56</guid>
		<description>Unsupported codec (id=73728) for input stream #0.1

it doesn't work for me.</description>
		<content:encoded><![CDATA[<p>Unsupported codec (id=73728) for input stream #0.1</p>
<p>it doesn&#8217;t work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fint</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-51</link>
		<dc:creator>Fint</dc:creator>
		<pubDate>Thu, 17 Jan 2008 11:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-51</guid>
		<description>I get an "Unsupported codec" error when trying to convert.  The video is from a sony erricson phone.  Any ideas?  Cheers</description>
		<content:encoded><![CDATA[<p>I get an &#8220;Unsupported codec&#8221; error when trying to convert.  The video is from a sony erricson phone.  Any ideas?  Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian J</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-49</link>
		<dc:creator>Christian J</dc:creator>
		<pubDate>Fri, 14 Dec 2007 13:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-49</guid>
		<description>I belive that that should be -r 25, not -r25</description>
		<content:encoded><![CDATA[<p>I belive that that should be -r 25, not -r25</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-3</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 16 Oct 2007 20:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtoubuntu.com/2007/10/16/howto-convert-3gp-videos-to-mpeg.html#comment-3</guid>
		<description>nah, I belive the server is running suse</description>
		<content:encoded><![CDATA[<p>nah, I belive the server is running suse</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.815 seconds -->
