<?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 FLV's to mp4's for mobile streaming</title>
<link>http://www.mobilepimps.com/</link>
<description>Adult Mobile Webmaster Community (of pimps)</description>
<language>en</language>
<pubDate>Thu, 09 Sep 2010 13:17:11 +0000</pubDate>

<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>
