<?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: Converting video files for playback on Android Google Phone</title>
	<atom:link href="http://lachlan.rogers.name/2009/09/converting-video-files-for-playback-on-android-google-phone/feed/" rel="self" type="application/rss+xml" />
	<link>http://lachlan.rogers.name/2009/09/converting-video-files-for-playback-on-android-google-phone/</link>
	<description>An online home</description>
	<lastBuildDate>Wed, 14 Dec 2011 10:44:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Lachlan</title>
		<link>http://lachlan.rogers.name/2009/09/converting-video-files-for-playback-on-android-google-phone/comment-page-1/#comment-2578</link>
		<dc:creator>Lachlan</dc:creator>
		<pubDate>Mon, 07 Dec 2009 10:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://lachlan.rogers.name/?p=565#comment-2578</guid>
		<description>I went to do this today, and there was some problem with libx264.  I found some helpful information &lt;a href=&quot;http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, and the presets from -vpre seemed to work.

First pass: 
ffmpeg -i Singing_with_Daddy.m4v -s 480x270 -vcodec libx264 -vpre fastfirstpass -b 480k -r 25 -acodec libfaac -ac 1 -ab 96k -padtop 24 -padbottom 26 output.mp4

Second pass:
ffmpeg -i FILE -s 480x270 -vcodec libx264 -vpre hq -b 480k -r 25 -acodec libfaac -ac 1 -ab 96k -padtop 24 -padbottom 26 output.mp4</description>
		<content:encoded><![CDATA[<p>I went to do this today, and there was some problem with libx264.  I found some helpful information <a href="http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/" rel="nofollow">here</a>, and the presets from -vpre seemed to work.</p>
<p>First pass:<br />
ffmpeg -i Singing_with_Daddy.m4v -s 480&#215;270 -vcodec libx264 -vpre fastfirstpass -b 480k -r 25 -acodec libfaac -ac 1 -ab 96k -padtop 24 -padbottom 26 output.mp4</p>
<p>Second pass:<br />
ffmpeg -i FILE -s 480&#215;270 -vcodec libx264 -vpre hq -b 480k -r 25 -acodec libfaac -ac 1 -ab 96k -padtop 24 -padbottom 26 output.mp4</p>
]]></content:encoded>
	</item>
</channel>
</rss>

