<?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: Convert for iPhone using mencoder/ffmpeg</title>
	<atom:link href="http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 10:14:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: onlydarksets</title>
		<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/comment-page-1/#comment-3924</link>
		<dc:creator>onlydarksets</dc:creator>
		<pubDate>Tue, 03 Nov 2009 02:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/#comment-3924</guid>
		<description>Sure - please post it.  I&#039;m using DTb and Handbrake these days, but always looking for ways to tweak the process.</description>
		<content:encoded><![CDATA[<p>Sure &#8211; please post it.  I&#8217;m using DTb and Handbrake these days, but always looking for ways to tweak the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/comment-page-1/#comment-3922</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 02 Nov 2009 22:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/#comment-3922</guid>
		<description>since i solved the same problems, but were able to handle them, here are my personal ffmpeg (version 0.5.*) settings for a one-pass ffmpeg encode to an ipod 5G compatible mp4 with reasonable speed:

for 320x240 (ipod):
ffmpeg -i INPUT.AVI -acodec libfaac -ac 2 -vcodec mpeg4 -s 320x240 -b 500kb -ab 96kb  -coder 1 -flags +aic+cbp+loop+mv4+naq -trellis 1 OUTPUT.MP4

and for 640x480 (iphone, appletv...):
ffmpeg -i INPUT.AVI -acodec libfaac -ac 2 -vcodec mpeg4 -s 640x480 -b 1000kb -ab 96kb  -coder 1 -flags +aic+cbp+loop+mv4+naq -trellis 1 OUTPUT.MP4

the aspect ration will always be honoured, but since i only used these settings with an ipod, i can just expect the iphone to play them correctly -- may the force be with you *hehe*

ps: i assembled a script to make it very easy to do that job, interested?</description>
		<content:encoded><![CDATA[<p>since i solved the same problems, but were able to handle them, here are my personal ffmpeg (version 0.5.*) settings for a one-pass ffmpeg encode to an ipod 5G compatible mp4 with reasonable speed:</p>
<p>for 320&#215;240 (ipod):<br />
ffmpeg -i INPUT.AVI -acodec libfaac -ac 2 -vcodec mpeg4 -s 320&#215;240 -b 500kb -ab 96kb  -coder 1 -flags +aic+cbp+loop+mv4+naq -trellis 1 OUTPUT.MP4</p>
<p>and for 640&#215;480 (iphone, appletv&#8230;):<br />
ffmpeg -i INPUT.AVI -acodec libfaac -ac 2 -vcodec mpeg4 -s 640&#215;480 -b 1000kb -ab 96kb  -coder 1 -flags +aic+cbp+loop+mv4+naq -trellis 1 OUTPUT.MP4</p>
<p>the aspect ration will always be honoured, but since i only used these settings with an ipod, i can just expect the iphone to play them correctly &#8212; may the force be with you *hehe*</p>
<p>ps: i assembled a script to make it very easy to do that job, interested?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/comment-page-1/#comment-1499</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Sat, 23 May 2009 15:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/#comment-1499</guid>
		<description>&lt;a href=&quot;#comment-742&quot; rel=&quot;nofollow&quot;&gt;@Martin&lt;/a&gt; 
So... why isn&#039;t iTunes importing my files? When I use &#039;add file to library&#039;, nothing seems to happen. I don&#039;t get this.. I used the syntax like the ones above, file command says:

root@mybox:/home/pino# file *.avi
24.S07E01.720p.HDTV.X264-DIMENSION.avi: ISO Media, MPEG v4 system, version 1
24.S07E02.720p.HDTV.X264-DIMENSION.avi: ISO Media, MPEG v4 system, version 1

Any thoughts/help?</description>
		<content:encoded><![CDATA[<p><a href="#comment-742" rel="nofollow">@Martin</a><br />
So&#8230; why isn&#8217;t iTunes importing my files? When I use &#8216;add file to library&#8217;, nothing seems to happen. I don&#8217;t get this.. I used the syntax like the ones above, file command says:</p>
<p>root@mybox:/home/pino# file *.avi<br />
24.S07E01.720p.HDTV.X264-DIMENSION.avi: ISO Media, MPEG v4 system, version 1<br />
24.S07E02.720p.HDTV.X264-DIMENSION.avi: ISO Media, MPEG v4 system, version 1</p>
<p>Any thoughts/help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/comment-page-1/#comment-742</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 03 Mar 2009 21:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/#comment-742</guid>
		<description>Whups I spoke too soon, this doesn&#039;t work at all. For starters you should have -i a lot earlier on the line. There are some other errors as well, here is what I got so far:

INFILE=&quot;$1&quot;
OUTFILE=&quot;$1.mp4&quot;
ffmpeg -i &quot;$INFILE&quot; -f mp4 -vcodec mpeg4 -maxrate 1000k -b 700k -qmin 3 -qmax 5 -bufsize 4096k -g 300 -acodec libfaac -ab 192k -s 480x320 -aspect 4:3 &quot;$OUTFILE&quot;

Sadly it still doesn&#039;t produce any results to be proud of, the video encodes into a half-speed, double-length monster. Audio plays back fine.</description>
		<content:encoded><![CDATA[<p>Whups I spoke too soon, this doesn&#8217;t work at all. For starters you should have -i a lot earlier on the line. There are some other errors as well, here is what I got so far:</p>
<p>INFILE=&#8221;$1&#8243;<br />
OUTFILE=&#8221;$1.mp4&#8243;<br />
ffmpeg -i &#8220;$INFILE&#8221; -f mp4 -vcodec mpeg4 -maxrate 1000k -b 700k -qmin 3 -qmax 5 -bufsize 4096k -g 300 -acodec libfaac -ab 192k -s 480&#215;320 -aspect 4:3 &#8220;$OUTFILE&#8221;</p>
<p>Sadly it still doesn&#8217;t produce any results to be proud of, the video encodes into a half-speed, double-length monster. Audio plays back fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/comment-page-1/#comment-738</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/#comment-738</guid>
		<description>My commutes will be more fun now.   Thanks!</description>
		<content:encoded><![CDATA[<p>My commutes will be more fun now.   Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Convert Sage recordings to iPhone &#171; onlydarksets</title>
		<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/comment-page-1/#comment-307</link>
		<dc:creator>Convert Sage recordings to iPhone &#171; onlydarksets</dc:creator>
		<pubDate>Fri, 19 Sep 2008 14:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/#comment-307</guid>
		<description>[...] http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/" rel="nofollow">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onlydarksets</title>
		<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/comment-page-1/#comment-306</link>
		<dc:creator>onlydarksets</dc:creator>
		<pubDate>Wed, 18 Jun 2008 13:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/#comment-306</guid>
		<description>&lt;del datetime=&quot;00&quot;&gt;Interesting - I still can&#039;t access your site, but I see &lt;a href=&quot;http://downforeveryoneorjustme.com/www.dudek.org&quot; rel=&quot;nofollow&quot;&gt;it&#039;s not down&lt;/a&gt;.  Did you switch DNS servers lately?
&lt;/del&gt;
&lt;strong&gt;Edit:&lt;/strong&gt; OK, now I can see it.  Not sure what was going on.  I took down the bulk of the text, since I only posted it because I thought it would get lost in the ether.</description>
		<content:encoded><![CDATA[<p><del datetime="00">Interesting &#8211; I still can&#8217;t access your site, but I see <a href="http://downforeveryoneorjustme.com/www.dudek.org" rel="nofollow">it&#8217;s not down</a>.  Did you switch DNS servers lately?<br />
</del><br />
<strong>Edit:</strong> OK, now I can see it.  Not sure what was going on.  I took down the bulk of the text, since I only posted it because I thought it would get lost in the ether.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dudek</title>
		<link>http://onlydarksets.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/comment-page-1/#comment-305</link>
		<dc:creator>dudek</dc:creator>
		<pubDate>Wed, 18 Jun 2008 13:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://onlydarksets.wordpress.com/2008/06/13/convert-for-iphone-using-mencoderffmpeg/#comment-305</guid>
		<description>The original web cite you cite should be up (it&#039;s mine) and it includes a few minor adjustments and updates.</description>
		<content:encoded><![CDATA[<p>The original web cite you cite should be up (it&#8217;s mine) and it includes a few minor adjustments and updates.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
