<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Ubuntu Dapper, ffmpeg, 3gp Videos, and Less Moose Than Ever</title>
	<atom:link href="http://www.thisismobility.com/blog/2006/07/19/ubuntu-dapper-ffmpeg-3gp-videos-and-less-moose-than-ever/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2006/07/19/ubuntu-dapper-ffmpeg-3gp-videos-and-less-moose-than-ever/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<pubDate>Tue, 16 Mar 2010 22:51:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jakub K.</title>
		<link>http://www.thisismobility.com/blog/2006/07/19/ubuntu-dapper-ffmpeg-3gp-videos-and-less-moose-than-ever/comment-page-1/#comment-241385</link>
		<dc:creator>Jakub K.</dc:creator>
		<pubDate>Tue, 19 Feb 2008 21:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=156#comment-241385</guid>
		<description>Well done. Worked for me also. Tomorrow I'm showing mobile video to officials in the City Hall of Gdansk (concerning a project utilising mobile video throughout the UEFA 2012 World Cup). Great thanks, my presentation will be clear.</description>
		<content:encoded><![CDATA[<p>Well done. Worked for me also. Tomorrow I&#8217;m showing mobile video to officials in the City Hall of Gdansk (concerning a project utilising mobile video throughout the UEFA 2012 World Cup). Great thanks, my presentation will be clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rowehl: This is Mobility &#187; Blog Archive &#187; Recording and Uploading Audio Using the E61</title>
		<link>http://www.thisismobility.com/blog/2006/07/19/ubuntu-dapper-ffmpeg-3gp-videos-and-less-moose-than-ever/comment-page-1/#comment-117841</link>
		<dc:creator>Mike Rowehl: This is Mobility &#187; Blog Archive &#187; Recording and Uploading Audio Using the E61</dc:creator>
		<pubDate>Mon, 07 May 2007 00:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=156#comment-117841</guid>
		<description>[...] of the first things you&#8217;ll need is a transcoder for AMR. Difficult, cause as I&#8217;ve mentioned before, the 3GPP website is worse than useless. They do have a reference implementation on their site, [...]</description>
		<content:encoded><![CDATA[<p>[...] of the first things you&#8217;ll need is a transcoder for AMR. Difficult, cause as I&#8217;ve mentioned before, the 3GPP website is worse than useless. They do have a reference implementation on their site, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash video</title>
		<link>http://www.thisismobility.com/blog/2006/07/19/ubuntu-dapper-ffmpeg-3gp-videos-and-less-moose-than-ever/comment-page-1/#comment-50286</link>
		<dc:creator>Flash video</dc:creator>
		<pubDate>Thu, 14 Dec 2006 17:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=156#comment-50286</guid>
		<description>This category contains both applets and components that can be used to play &lt;a href="http://www.tufat.com/category14.htm" rel="nofollow"&gt;Flash video&lt;/a&gt; (.flv) in websites and Flash applications. Applets are XML-driven, and do not require the Flash authoring environment. Components, however, are designed for Flash developers, and must be installed using the Adobe Extension Manager. Most of these include demo files that you can download freely to see if these solutions are appropriate for you.</description>
		<content:encoded><![CDATA[<p>This category contains both applets and components that can be used to play <a href="http://www.tufat.com/category14.htm" rel="nofollow">Flash video</a> (.flv) in websites and Flash applications. Applets are XML-driven, and do not require the Flash authoring environment. Components, however, are designed for Flash developers, and must be installed using the Adobe Extension Manager. Most of these include demo files that you can download freely to see if these solutions are appropriate for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DannyStaple</title>
		<link>http://www.thisismobility.com/blog/2006/07/19/ubuntu-dapper-ffmpeg-3gp-videos-and-less-moose-than-ever/comment-page-1/#comment-30327</link>
		<dc:creator>DannyStaple</dc:creator>
		<pubDate>Mon, 11 Sep 2006 22:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/?p=156#comment-30327</guid>
		<description>Hi there,
Thanks for that.

I would suggest when configuring ffmpeg, to consider some of the other codecs you may want, eg xvid, ogg.  You can substitute vorbis for libogg. Meh..

./configure --enable-amr_nb --enable-vorbis --enable-xvid; make;
sudo make install

What I want to know is if there is a way to configure my poxy phone to encode the audio as ogg! 

Maybe what is needed, is a tool which will use a cached/mostly built ffmpeg, show a dialog explaining the license ambiguity, watch the user click "Yeah Whatever" (or no if they want to give up now), and then just build it, and install it as a deb. Pop this tool as part of a deb config into universe/restricted and bobs your proverbial uncle.

Of course, I am now already looking for ways to hack my phone to deal with other kinds of audio codec, or about to try to find one which supports other codecs.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Thanks for that.</p>
<p>I would suggest when configuring ffmpeg, to consider some of the other codecs you may want, eg xvid, ogg.  You can substitute vorbis for libogg. Meh..</p>
<p>./configure &#8211;enable-amr_nb &#8211;enable-vorbis &#8211;enable-xvid; make;<br />
sudo make install</p>
<p>What I want to know is if there is a way to configure my poxy phone to encode the audio as ogg! </p>
<p>Maybe what is needed, is a tool which will use a cached/mostly built ffmpeg, show a dialog explaining the license ambiguity, watch the user click &#8220;Yeah Whatever&#8221; (or no if they want to give up now), and then just build it, and install it as a deb. Pop this tool as part of a deb config into universe/restricted and bobs your proverbial uncle.</p>
<p>Of course, I am now already looking for ways to hack my phone to deal with other kinds of audio codec, or about to try to find one which supports other codecs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
