<?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: Using FFMPEG to Encode Video for iPod, iPhone Streaming, and Flash 9</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Sat, 17 Dec 2011 12:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nick Gauthier</title>
		<link>http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/comment-page-1/#comment-5037</link>
		<dc:creator>Nick Gauthier</dc:creator>
		<pubDate>Tue, 23 Nov 2010 13:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/#comment-5037</guid>
		<description>Thanks Joshua. I&#039;ve updated the post.</description>
		<content:encoded><![CDATA[<p>Thanks Joshua. I&#8217;ve updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Montgomery</title>
		<link>http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/comment-page-1/#comment-5036</link>
		<dc:creator>Joshua Montgomery</dc:creator>
		<pubDate>Tue, 23 Nov 2010 13:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/#comment-5036</guid>
		<description>This code didn&#039;t work for me.

The &quot;-b 640&quot; sets the bit rate at 640 bits per second (not kilobits per second).  Here is a revised string that works well:

ffmpeg -y -i INPUT -vcodec libx264 -acodec libfaac -ab 128k -ac 2 -b 640k -threads 4 -flags +loop -cmp +chroma -partitions 0 -subq 1 -trellis 0 -refs 1 -coder 0 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -maxrate 10M -bufsize 10M -qcomp 0.6 -qmin 2 -qmax 51 -qdiff 4 -level 30 OUPUT</description>
		<content:encoded><![CDATA[<p>This code didn&#8217;t work for me.</p>
<p>The &#8220;-b 640&#8243; sets the bit rate at 640 bits per second (not kilobits per second).  Here is a revised string that works well:</p>
<p>ffmpeg -y -i INPUT -vcodec libx264 -acodec libfaac -ab 128k -ac 2 -b 640k -threads 4 -flags +loop -cmp +chroma -partitions 0 -subq 1 -trellis 0 -refs 1 -coder 0 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -maxrate 10M -bufsize 10M -qcomp 0.6 -qmin 2 -qmax 51 -qdiff 4 -level 30 OUPUT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Gauthier</title>
		<link>http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/comment-page-1/#comment-932</link>
		<dc:creator>Nick Gauthier</dc:creator>
		<pubDate>Tue, 12 May 2009 12:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/#comment-932</guid>
		<description>Hey Chris,

It&#039;s been a while since I&#039;ve worked with this :-/ but I&#039;d be glad to help. Send me an email and I&#039;ll give it a shot. My email is my first name at smartlogicsolutions.com.

-Nick</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>It&#8217;s been a while since I&#8217;ve worked with this :-/ but I&#8217;d be glad to help. Send me an email and I&#8217;ll give it a shot. My email is my first name at smartlogicsolutions.com.</p>
<p>-Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris J</title>
		<link>http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/comment-page-1/#comment-930</link>
		<dc:creator>Chris J</dc:creator>
		<pubDate>Tue, 12 May 2009 06:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/05/21/using-ffmpeg-to-encode-video-for-ipod-iphone-streaming-and-flash-9/#comment-930</guid>
		<description>Hey Nick I was looking at this code and im new to this type of programming I could use some help if your up for this. gonna need to compile ffmpeg to grab live encoded streams and convert to compatible IPhone specs and stream over rtsp. you think this could be done lets talk about it!.</description>
		<content:encoded><![CDATA[<p>Hey Nick I was looking at this code and im new to this type of programming I could use some help if your up for this. gonna need to compile ffmpeg to grab live encoded streams and convert to compatible IPhone specs and stream over rtsp. you think this could be done lets talk about it!.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

