<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Barcinski &#38; Jeanjean &#187; Flash Player 10</title>
	<atom:link href="http://barcinskijeanjean.wordpress.com/category/flash-player-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://barcinskijeanjean.wordpress.com</link>
	<description>Flash 'n stuff</description>
	<lastBuildDate>Wed, 07 Mar 2012 15:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='barcinskijeanjean.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Barcinski &#38; Jeanjean &#187; Flash Player 10</title>
		<link>http://barcinskijeanjean.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://barcinskijeanjean.wordpress.com/osd.xml" title="Barcinski &#38; Jeanjean" />
	<atom:link rel='hub' href='http://barcinskijeanjean.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Interactive Music Video with Steye</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:17:53 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=399</guid>
		<description><![CDATA[As soon as I saw an early version of the music video shot in Ottowa for the single off his new &#8220;In a Cabin With&#8221; album, I thought; this should be interactive. So now three months later; here it is. Read on for some behind-the-scenes technical details. I started by making a prototype to see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=399&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.inacabinwith.com/wonderful" target="_blank"><img src="http://barcinskijeanjean.files.wordpress.com/2009/12/steye.jpg?w=450&h=300" alt="" title="Interactive Music Video with Steye" width="450" height="300" class="alignnone size-full wp-image-400" /></a></p>
<p>As soon as I saw an early version of the <a href="http://www.youtube.com/watch?v=RvPcelv-k-k">music video</a> shot in Ottowa for the single off his new &#8220;<a href="http://www.inacabinwith.com/site" target="_blank">In a Cabin With</a>&#8221; album, I thought; this should be interactive. So now three months later; <a href="http://www.inacabinwith.com/wonderful" target="_blank">here it is</a>.</p>
<p>Read on for some behind-the-scenes technical details. <span id="more-399"></span></p>
<p>I started by making a prototype to see if it was possible to combine high-res h264 video video with 3D rendering. And thanks to Flash Player 10 it was! The most efficient way to render 360 panorama&#8217;s is to use cubic projection, as this method requires way less geometry (4 triangles at most at any one time) then cylindrical or spherical projection. In this case saving a lot of performance needed for the high-res h264 decoding. For the 3D rendering I used an early version of Papervision3D 3.0 for Flash Player 10. </p>
<p>Once I had the panorama video working, I thought that re-creating the YouTube player seemed like the best interface for this piece. Once the interface was done came the time to create the final video edit. I re-edited the two cylindrical panorama&#8217;s created by Steye, one of ouside and one of inside, into one cylindrical panorama which transitions between ouside and inside. The frames of that final cylindrical render were converted to cubic faces using the batch processor of <a href="http://www.clickheredesign.com.au/cubicconverter/" target="_blank">CubicConverter</a>. The resulting cubic faces were then comped back into one video render with the audio track added.</p>
<p>Encoding the final video files was the final hurdle to overcome as there were two aspects that seemed to be hard to unite into an acceptable end result, both quality-wise and performance-wise. The first was to stay within the bitrates currently concidered standard. And what better standard to take for online video delivery then YouTube. Normal YouTube video&#8217;s are streamed at around 700kbps, and their HD video at around 2000kbps. So those were my targets for the h264 encodings. However YouTube delivers acceptable quality within these bitrates with material of much lower resolution, then this video required (1024&#215;728 for the low quality version and 1440&#215;1024 for the HQ version). That&#8217;s because this video contains the video for all four faces (front, back, left and right).</p>
<p>So it was clear that I had to use the best h264 encoder out there to encode these files. So, off I went testing different h264 encoders from Apple, Sorenson, MainConcept, mencoder and x264, and different applications, each allowing access to different encoder settings. I tried Adobe Media Encoder, Quicktime, Sorenson Squeeze, Episode, Handbrake and ffmpeg. And I&#8217;m very glad, and also not surprised, to say that I achieved the best results by far with the open-source alternatives; ffmpeg using the Doom9&#8242;s x264 encoder. Ffmpeg allows you to use b-frames and CABAC which are the two features of h264 that really give a significant quality improvement. My findings were that the x264 encoder also preserved the color and contrast information best from all encoders (especially MainConcept in Squeeze resluted in a very high contrast and unacceptably dark video in my case), while surpisingly also requiring the least CPU upon decoding in the Flash Player. So, like I said; x264 rules them all at the moment. And if you need more tweaking of the encoder, x264&#8242;s command-line interface gives you access to all the parameters that really make h264 shine.</p>
<p>I hope you enjoy the end result. Happy Holidays!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=399&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/12/steye.jpg" medium="image">
			<media:title type="html">Interactive Music Video with Steye</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Player 10, quality and speed</title>
		<link>http://barcinskijeanjean.wordpress.com/2008/12/14/flash-player-10-quality-and-speed/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2008/12/14/flash-player-10-quality-and-speed/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 23:17:12 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=207</guid>
		<description><![CDATA[Ralph Hauwert has recently revealed some of his magic showing off the shading power of flash player 10. I was really wondering about the texture quality of the new 3d goodness so I&#8217;ve put a small skybox demo using Ralph&#8217;s branch of papervision for fp10 and this stunning shot by Roger Taylor this panoramic shoot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=207&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com/entries/fp10_pano/" target="_blank"><img class="alignnone size-full wp-image-209" title="Flash 10 panorama" src="http://barcinskijeanjean.files.wordpress.com/2009/02/fp10_pano.jpg?w=450&h=104" alt="Flash 10 panorama" width="450" height="104" /></a></p>
<p>Ralph Hauwert has recently revealed some of his magic showing off the <a href="http://www.unitzeroone.com/blog/2008/11/24/some-experiments-with-the-fp10-3d-api-shading-speed/" target="_blank">shading power</a> of flash player 10. I was really wondering about the texture quality of the new 3d goodness so I&#8217;ve put a small skybox demo using Ralph&#8217;s branch of papervision for fp10 and <del datetime="2009-02-17T18:53:57+00:00">this stunning shot by Roger Taylor</del> this panoramic shoot we did of an landscape installation by <a href="http://vanannewalk.blogspot.com/">Anne Walk</a>.</p>
<p><span id="more-207"></span>I must admit I was totally stunned by the results, the quality is absolutely  amazing if you are used to 3d in fp9. The textures are silky smooth and it still runs better than dedicated panorama viewers for flash 9!</p>
<p>Some fullscreen(1440&#215;900) results on my Macbook pro core duo 2.4 Ghz (santa rosa):</p>
<ul>
<li>standalone: 39-41 fps</li>
<li>safari: 44-45 fps</li>
<li>firefox: 24-25fps</li>
</ul>
<p>These results are curieus to say the least. First of all how can flash player in safari run faster than standalone? And why is firefox running at half the speed of safari?</p>
<p>And what does it mean for future websites made especially for flash player 10. Well they are going to look really really good. With the help of all the other goodies (pixelbender, better font renderer, color management, h.264 support ) coming with fp10 we are going to see some really high quality productions in 2009!</p>
<p>Check out <a href="http://www.barcinski-jeanjean.com/entries/fp10_pano/" target="_blank">this fp10 panorama</a>! Hit space for stats, use arrow keys to zoom in and out. Feel free to share your (fullscreen)results. Keep in mind that for fps counter to be meaningful the panorama must be moving.</p>
<p>On the penetration of flash player 10 side. There are no official numbers for adobe yet but our website ( +- 50000 visitors a month) it&#8217;s right now at 45% and growing really fast, 3-5% a week. So if you are starting an ambitious project today, consider targeting flash 10 because you don&#8217;t want your project to feel outdated by the time you launch <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Source is not available for download because it&#8217;s all work in progress.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=207&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2008/12/14/flash-player-10-quality-and-speed/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/02/fp10_pano.jpg" medium="image">
			<media:title type="html">Flash 10 panorama</media:title>
		</media:content>
	</item>
	</channel>
</rss>
