<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Mobile Pimps Topic: Encoding AVI to h.264 mp4 for mobile devices</title>
<link>http://www.mobilepimps.com/</link>
<description>Adult Mobile Webmaster Community (of pimps)</description>
<language>en</language>
<pubDate>Thu, 09 Sep 2010 13:38:10 +0000</pubDate>

<item>
<title>embe on "Encoding AVI to h.264 mp4 for mobile devices"</title>
<link>http://www.mobilepimps.com/topic/encoding-avi-to-h264-mp4-for-mobile-devices#post-4</link>
<pubDate>Wed, 10 Jun 2009 14:35:56 +0000</pubDate>
<dc:creator>embe</dc:creator>
<guid isPermaLink="false">4@http://www.mobilepimps.com/</guid>
<description>&#60;p&#62;Here's a line I found for AVI &#38;gt; h.264 mp4&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
ffmpeg -i test.avi -acodec libfaac -ab 128k -ar 44100 -s 704x400 -r 20 -vcodec libx264 -b 256000 -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method umh -subq 5 -trellis 1 -refs 2 -bf 1 -coder 1 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 256000 -maxrate 4M -bufsize 4M -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 21 test.mp4
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;&#34;Then move the MOOV atoms to the beginning of the file for fast loading:&#34;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
MP4box -isma test.mp4
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>

</channel>
</rss>
