<?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: Forum: Encoding Foo - Recent Posts</title>
<link>http://www.mobilepimps.com/</link>
<description>Adult Mobile Webmaster Community (of pimps)</description>
<language>en</language>
<pubDate>Tue, 07 Sep 2010 01:22:37 +0000</pubDate>

<item>
<title>embe on "FLV to .mov for streaming to iPhone"</title>
<link>http://www.mobilepimps.com/topic/flv-to-mov-for-streaming-to-iphone#post-5</link>
<pubDate>Wed, 10 Jun 2009 14:40:06 +0000</pubDate>
<dc:creator>embe</dc:creator>
<guid isPermaLink="false">5@http://www.mobilepimps.com/</guid>
<description>&#60;p&#62;I've been using this line on &#60;a href=&#34;http://tube.mobileboner.com&#34;&#62; MobileBoner.com&#60;/a&#62; to encode flv's to mpeg4's in .mov containers so that they are able to stream to the iPhone/iPod touch&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
ffmpeg -y -acodec libfaac -ab 128kb -s 320x240 -vcodec mpeg4 -qscale 5 -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 output.mov -i input.flv
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;It works aiight, but only seems to stream to the iPhone.
&#60;/p&#62;</description>
</item>
<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>
<item>
<title>embe on "Encoding FLV's to mp4's for mobile streaming"</title>
<link>http://www.mobilepimps.com/topic/encoding-flvs-to-mp4s-for-mobile-streaming#post-3</link>
<pubDate>Wed, 10 Jun 2009 14:30:52 +0000</pubDate>
<dc:creator>embe</dc:creator>
<guid isPermaLink="false">3@http://www.mobilepimps.com/</guid>
<description>&#60;p&#62;I've been trying variations of this command for converting my flv's to mp4's&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
ffmpeg -i &#34;original_video_file&#34; -vcodec libx264 -s 320x240 -r 20 -g 250 -keyint_min 25 -coder ac -me full -me_range 16 -subq 5 -sc_threshold 40 -acodec libfaac -ab 96000 -ar 22500 -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -i_qfactor 0.71 -b_strategy 1 -crf 30 -y &#34;converted_video_file.mp4&#34;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;&#34;Adjust the size (-s), framerate(-r), and keyframeinterval(-g) to suit.&#34;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
