<?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: Looping movie playback on the iPhone</title>
	<atom:link href="http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/</link>
	<description>Software should be simple.</description>
	<lastBuildDate>Sun, 18 Dec 2011 05:32:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-317</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 13 May 2010 02:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-317</guid>
		<description>DrThompsen,

I havent had a chance to play with that yet, I would be interested to know if it handles it seamlessly (like a straight cut) or does some fade in/out jiggery-pokery :-)

Also, I should mention with respect to Crunchie&#039;s comments above, I did just do this, and I realized that the process has changed slightly.  After going through the process above you end up with files that are in mp4 format but are labeled with the generic .mov extension.  These will NOT play on the device (which is lame) however, just change the extension to .m4v and they work fine.

Cheers!
-B</description>
		<content:encoded><![CDATA[<p>DrThompsen,</p>
<p>I havent had a chance to play with that yet, I would be interested to know if it handles it seamlessly (like a straight cut) or does some fade in/out jiggery-pokery :-)</p>
<p>Also, I should mention with respect to Crunchie&#8217;s comments above, I did just do this, and I realized that the process has changed slightly.  After going through the process above you end up with files that are in mp4 format but are labeled with the generic .mov extension.  These will NOT play on the device (which is lame) however, just change the extension to .m4v and they work fine.</p>
<p>Cheers!<br />
-B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drthompsen</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-316</link>
		<dc:creator>drthompsen</dc:creator>
		<pubDate>Thu, 13 May 2010 02:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-316</guid>
		<description>In version 3.2 of the SDK, the MPMoviePlayerController class includes a new constant, MPMovieRepeatMode, which looks like it could be set to repeat a video.  Have you had a chance to play with this yet?</description>
		<content:encoded><![CDATA[<p>In version 3.2 of the SDK, the MPMoviePlayerController class includes a new constant, MPMovieRepeatMode, which looks like it could be set to repeat a video.  Have you had a chance to play with this yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crunchie</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-309</link>
		<dc:creator>crunchie</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-309</guid>
		<description>Ben,

Do you have any examples of a high quality movie that you have done this with please? I have tried repeatidly, going over your steps as carefully as possible, but everytime the movie gets much bigger</description>
		<content:encoded><![CDATA[<p>Ben,</p>
<p>Do you have any examples of a high quality movie that you have done this with please? I have tried repeatidly, going over your steps as carefully as possible, but everytime the movie gets much bigger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-308</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-308</guid>
		<description>Hey Crunchie,

I think you may have missed a step somewhere in there.  I will totally admit to probably not explaining it perfectly, but I have used this technique with full motion, high quality audio, etc.. with similar results.  (ie a fractional increase in size for each loop added) 

I do know that my screenshots are from a now very obsolete version of quicktime, but the basics are the same. (and I think that you can do it now without a &#039;pro&#039; version of quicktime player, if there even is such a thing anymore.

Cheers and good luck!
-B</description>
		<content:encoded><![CDATA[<p>Hey Crunchie,</p>
<p>I think you may have missed a step somewhere in there.  I will totally admit to probably not explaining it perfectly, but I have used this technique with full motion, high quality audio, etc.. with similar results.  (ie a fractional increase in size for each loop added) </p>
<p>I do know that my screenshots are from a now very obsolete version of quicktime, but the basics are the same. (and I think that you can do it now without a &#8216;pro&#8217; version of quicktime player, if there even is such a thing anymore.</p>
<p>Cheers and good luck!<br />
-B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crunchie</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-307</link>
		<dc:creator>crunchie</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-307</guid>
		<description>Ben.

I had high hopes for your method, but I am pretty sure that the reason your movie didn&#039;t get any bigger is because of the source material used. The picture above shows essentially a 2 colour movie which could be massively compressed. Using a movie with audio and a lot of colors / animation saw my movie going from 0.7seconds (1.9mb) to just over 4:28mins (69.89mb) if you do the math, it appears that the source is simply duplicated.

Back to the drawing board for me :S</description>
		<content:encoded><![CDATA[<p>Ben.</p>
<p>I had high hopes for your method, but I am pretty sure that the reason your movie didn&#8217;t get any bigger is because of the source material used. The picture above shows essentially a 2 colour movie which could be massively compressed. Using a movie with audio and a lot of colors / animation saw my movie going from 0.7seconds (1.9mb) to just over 4:28mins (69.89mb) if you do the math, it appears that the source is simply duplicated.</p>
<p>Back to the drawing board for me :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-287</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 28 Jul 2009 23:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-287</guid>
		<description>Hey Satori!

Thanks for the nice comments!  Although I did not come up with this solution, that honor remains with the developer on the Apple Dev Forums that I got the idea (and most of the instructions) from.  I am not posting his name because that site is all confidential and stuff, but he(or she) deserves the credit :-) I merely re-posted out here in the public world so that google can find it :-)

Cheers!
-ben</description>
		<content:encoded><![CDATA[<p>Hey Satori!</p>
<p>Thanks for the nice comments!  Although I did not come up with this solution, that honor remains with the developer on the Apple Dev Forums that I got the idea (and most of the instructions) from.  I am not posting his name because that site is all confidential and stuff, but he(or she) deserves the credit :-) I merely re-posted out here in the public world so that google can find it :-)</p>
<p>Cheers!<br />
-ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satori425</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-286</link>
		<dc:creator>satori425</dc:creator>
		<pubDate>Tue, 28 Jul 2009 21:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-286</guid>
		<description>I just tried this as well - and would like to say thanks!

I&#039;ve been trying to figure this out for a while, you came up with a surprisingly elegant workaround here.</description>
		<content:encoded><![CDATA[<p>I just tried this as well &#8211; and would like to say thanks!</p>
<p>I&#8217;ve been trying to figure this out for a while, you came up with a surprisingly elegant workaround here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earblast</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-283</link>
		<dc:creator>earblast</dc:creator>
		<pubDate>Thu, 23 Jul 2009 14:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-283</guid>
		<description>Hey

I just tried again and it worked great - brilliant and THANKS!</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>I just tried again and it worked great &#8211; brilliant and THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-282</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 22 Jul 2009 22:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-282</guid>
		<description>Hey Earblast,

I just went and double checked my code, and i just left them as .mov files, and they worked fine.  As I mentioned, they started out as m4v, i went through the process described above, and ended up with .mov files and they work just fin in the media player.

good luck!
-B</description>
		<content:encoded><![CDATA[<p>Hey Earblast,</p>
<p>I just went and double checked my code, and i just left them as .mov files, and they worked fine.  As I mentioned, they started out as m4v, i went through the process described above, and ended up with .mov files and they work just fin in the media player.</p>
<p>good luck!<br />
-B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/2009/03/01/looping-movie-playback-on-the-iphone/comment-page-1/#comment-281</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 22 Jul 2009 21:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/?p=266#comment-281</guid>
		<description>Hey Earblast,

.mov is just a generic wrapper, what matters is what compression your movie is using under that.  just change the extension to m4v and see how that works. (presuming you are using m4v to start with)

Cheers!
-B</description>
		<content:encoded><![CDATA[<p>Hey Earblast,</p>
<p>.mov is just a generic wrapper, what matters is what compression your movie is using under that.  just change the extension to m4v and see how that works. (presuming you are using m4v to start with)</p>
<p>Cheers!<br />
-B</p>
]]></content:encoded>
	</item>
</channel>
</rss>

