<?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"
	>
<channel>
	<title>Comments on: First H.264 demo in Flash Player 9</title>
	<atom:link href="http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/</link>
	<description>Web Standards, Flash Video Streaming, Life</description>
	<pubDate>Sat, 22 Nov 2008 22:48:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Basti</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-31629</link>
		<dc:creator>Basti</dc:creator>
		<pubDate>Sat, 08 Dec 2007 11:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-31629</guid>
		<description>I tried a demo too after i saw yours with the following result:

http://www.navision-blog.de/2007/12/07/h264-video-mit-fullscreen-flv-player-2/

To try the video you have to click "Hier Testen" because the website is in German.</description>
		<content:encoded><![CDATA[<p>I tried a demo too after i saw yours with the following result:</p>

<p><a href="http://www.navision-blog.de/2007/12/07/h264-video-mit-fullscreen-flv-player-2/" rel="nofollow">http://www.navision-blog.de/2007/12/07/h264-video-mit-fullscreen-flv-player-2/</a></p>

<p>To try the video you have to click &#8220;Hier Testen&#8221; because the website is in German.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rafeo</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-31252</link>
		<dc:creator>Rafeo</dc:creator>
		<pubDate>Wed, 05 Dec 2007 05:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-31252</guid>
		<description>Hey I couldn't play de video! I tried something like you said :

import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;

var vid:Video=new Video();
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);

vid.attachNetStream (ns)
addChild(vid);
ns.play("http://marcelfahle.com/video/h264/bonifacio576/bonifacio-576.mp4");


Must I make anything else?
Thanks! ;)</description>
		<content:encoded><![CDATA[<p>Hey I couldn&#8217;t play de video! I tried something like you said :</p>

<p>import flash.net.NetConnection;<br />
import flash.net.NetStream;<br />
import flash.media.Video;</p>

<p>var vid:Video=new Video();<br />
var nc:NetConnection = new NetConnection();<br />
nc.connect(null);<br />
var ns:NetStream = new NetStream(nc);</p>

<p>vid.attachNetStream (ns)<br />
addChild(vid);<br />
ns.play(&#8221;http://marcelfahle.com/video/h264/bonifacio576/bonifacio-576.mp4&#8243;);</p>


<p>Must I make anything else?<br />
Thanks! <img src='http://marcelfahle.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-31199</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 04 Dec 2007 19:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-31199</guid>
		<description>What were the settings you used to export out of premiere. I created a MP4 v2 and this will not play back in Flash using a netstream. I can make mov's play fine.</description>
		<content:encoded><![CDATA[<p>What were the settings you used to export out of premiere. I created a <span class="caps">MP4 </span>v2 and this will not play back in Flash using a netstream. I can make mov&#8217;s play fine.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: digital in London &#187; Blog Archive &#187; Flash is going hi-def</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-23187</link>
		<dc:creator>digital in London &#187; Blog Archive &#187; Flash is going hi-def</dc:creator>
		<pubDate>Thu, 20 Sep 2007 15:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-23187</guid>
		<description>[...] http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9" rel="nofollow">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9</a> [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Elbows</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20931</link>
		<dc:creator>Steve Elbows</dc:creator>
		<pubDate>Tue, 28 Aug 2007 21:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20931</guid>
		<description>Here is a version of JW media player that I modified (badly) to use fullscreen mode. It doesnt work right in various ways, but it does make nice low use of CPU in fullscreen mode. Jeroen is waiting till the new flash player is released n final before adding this acceleration, I believe: http://www.unquack.com/mediaplayere.html

cube, its a nice idea but will probably run into some problems with most devices recording the older mpeg4 not h264, so compatibility with flash not guaranteed. I tried with the 640x480 type .mp4 that the nokia N95 can record, and it didnt work, got sound but no video. The N95 can play h264 but I think it only records to older mpeg4. But maybe I did something wrong, or this will be improved in future, but it may not, still I suppose eventually more devices will record to h264 anyway.</description>
		<content:encoded><![CDATA[<p>Here is a version of JW media player that I modified (badly) to use fullscreen mode. It doesnt work right in various ways, but it does make nice low use of <span class="caps">CPU </span>in fullscreen mode. Jeroen is waiting till the new flash player is released n final before adding this acceleration, I believe: <a href="http://www.unquack.com/mediaplayere.html" rel="nofollow">http://www.unquack.com/mediaplayere.html</a></p>

<p>cube, its a nice idea but will probably run into some problems with most devices recording the older mpeg4 not h264, so compatibility with flash not guaranteed. I tried with the 640&#215;480 type .mp4 that the nokia <span class="caps">N95 </span>can record, and it didnt work, got sound but no video. The <span class="caps">N95 </span>can play h264 but I think it only records to older mpeg4. But maybe I did something wrong, or this will be improved in future, but it may not, still I suppose eventually more devices will record to h264 anyway.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wildex999</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20896</link>
		<dc:creator>wildex999</dc:creator>
		<pubDate>Tue, 28 Aug 2007 14:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20896</guid>
		<description>You need the video to be encoded in pure X264(NOT pure H264) for it to don't look jumpy.</description>
		<content:encoded><![CDATA[<p>You need the video to be encoded in pure <acronym title="NOT pure H264">X264</acronym> for it to don&#8217;t look jumpy.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cube</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20892</link>
		<dc:creator>cube</dc:creator>
		<pubDate>Tue, 28 Aug 2007 13:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20892</guid>
		<description>btw: just an idea since I often blog with my mobile via postie (supersmart wordpress plugin!). My Nokia E70 records movies in mp4... thinking of mobile video-blogging and will give it a try. If anyone is interested I will publish my results here.</description>
		<content:encoded><![CDATA[<p>btw: just an idea since I often blog with my mobile via postie (supersmart wordpress plugin!). My Nokia <span class="caps">E70 </span>records movies in mp4&#8230; thinking of mobile video-blogging and will give it a try. If anyone is interested I will publish my results here.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Elbows</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20659</link>
		<dc:creator>Steve Elbows</dc:creator>
		<pubDate>Sun, 26 Aug 2007 15:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20659</guid>
		<description>3.11 of Jeroen's player is good, but if my cpu load is anything to go by, it isnt using the HW accelerated fullscreen mode yet.</description>
		<content:encoded><![CDATA[<p>3.11 of Jeroen&#8217;s player is good, but if my cpu load is anything to go by, it isnt using the HW accelerated fullscreen mode yet.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20459</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Fri, 24 Aug 2007 12:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20459</guid>
		<description>actualy, it's at version 3.11, but see for yourself: http://i9.tinypic.com/4znwjyt.jpg

version 3.2 wouldn't play the .m4v file, so I didn't include it.</description>
		<content:encoded><![CDATA[<p>actualy, it&#8217;s at version 3.11, but see for yourself: <a href="http://i9.tinypic.com/4znwjyt.jpg" rel="nofollow">http://i9.tinypic.com/4znwjyt.jpg</a></p>

<p>version 3.2 wouldn&#8217;t play the .m4v file, so I didn&#8217;t include it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cube</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20451</link>
		<dc:creator>cube</dc:creator>
		<pubDate>Fri, 24 Aug 2007 09:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20451</guid>
		<description>sorry... redundant. see #27</description>
		<content:encoded><![CDATA[<p>sorry&#8230; redundant. see #27</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cube</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20450</link>
		<dc:creator>cube</dc:creator>
		<pubDate>Fri, 24 Aug 2007 09:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20450</guid>
		<description>Jeroen's player just got an update to 3.10 which supports mp4 now!</description>
		<content:encoded><![CDATA[<p>Jeroen&#8217;s player just got an update to 3.10 which supports mp4 now!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: charles</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20412</link>
		<dc:creator>charles</dc:creator>
		<pubDate>Fri, 24 Aug 2007 00:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20412</guid>
		<description>The green bar you are seeing is an issue with the MainConcept decoders. The MC H.264 decoders that Adobe has licensed are great for their ability to handle so many varieties of H.264 and for how well they perform, but there are unfortunately still a number of decoding (and encoding)bugs that they haven't ironed out. 

We have a number of decode bugs open with MC at this time. Generally, the time for them to fix the bugs we have reported has been around 4 - 8 months. We just reported this and another involving chroma playback problems with HP/HL encodes. Good news is though, this hasn't always been a bug with MC (in fact, I think when Elecard was writing their decoders was when it was OK) so the fix may come sooner than usual.</description>
		<content:encoded><![CDATA[<p>The green bar you are seeing is an issue with the MainConcept decoders. The MC <span class="caps">H.264 </span>decoders that Adobe has licensed are great for their ability to handle so many varieties of <span class="caps">H.264 </span>and for how well they perform, but there are unfortunately still a number of decoding (and encoding)bugs that they haven&#8217;t ironed out. </p>

<p>We have a number of decode bugs open with MC at this time. Generally, the time for them to fix the bugs we have reported has been around 4 - 8 months. We just reported this and another involving chroma playback problems with HP/HL encodes. Good news is though, this hasn&#8217;t always been a bug with MC (in fact, I think when Elecard was writing their decoders was when it was OK) so the fix may come sooner than usual.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20382</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Thu, 23 Aug 2007 18:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20382</guid>
		<description>Just tried out the JW player with a 1080p H.264 movie, it played back, but 2 issues: Massive CA, the color layers are not on top of each other at all, and the video didn't play back smooth, it does, however in Quicktime. The camera used for the 1080p by the way was a Sony F950, so the beginning quality should be perfect. Data rate is 1922.42kbps (according to QT), 23,98fps. 
I have reencoding it to 720x405 and 768kbps video, and trying again. Export using QT7 Pro and the MPEG4 option, but it still had these massive aberrations. It played back smooth, though, inside the browser, and in fullscreen. 

the same was true for a differen video, also preencodet in MPEG4/H.264 (handbrake), when exported using the iphone setting in QT Pro. JW player played it with the .m4v extension, though, so no need to change m4v to flv!

I later found out that the issue was with JW FLVplayer 3.11, and a modified verion of 2.4 (blip.tv) played it back flawlessly, with the .m4v extension, and even .mp4.</description>
		<content:encoded><![CDATA[<p>Just tried out the JW player with a 1080p <span class="caps">H.264 </span>movie, it played back, but 2 issues: Massive <span class="caps">CA, </span>the color layers are not on top of each other at all, and the video didn&#8217;t play back smooth, it does, however in Quicktime. The camera used for the 1080p by the way was a Sony <span class="caps">F950, </span>so the beginning quality should be perfect. Data rate is 1922.42kbps (according to QT), 23,98fps. <br />
I have reencoding it to 720&#215;405 and 768kbps video, and trying again. Export using <span class="caps">QT7</span> Pro and the <span class="caps">MPEG4 </span>option, but it still had these massive aberrations. It played back smooth, though, inside the browser, and in fullscreen. </p>

<p>the same was true for a differen video, also preencodet in <span class="caps">MPEG4</span>/H.264 (handbrake), when exported using the iphone setting in QT Pro. JW player played it with the .m4v extension, though, so no need to change m4v to flv!</p>

<p>I later found out that the issue was with JW <span class="caps">FLV</span>player 3.11, and a modified verion of 2.4 (blip.tv) played it back flawlessly, with the .m4v extension, and even .mp4.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Elbows</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20298</link>
		<dc:creator>Steve Elbows</dc:creator>
		<pubDate>Wed, 22 Aug 2007 22:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20298</guid>
		<description>Yes I am dead against renaming, Im only doing it in these early days, as its bad practice and the last thing we need is more confusion with video formats.</description>
		<content:encoded><![CDATA[<p>Yes I am dead against renaming, Im only doing it in these early days, as its bad practice and the last thing we need is more confusion with video formats.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20292</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 22 Aug 2007 21:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://marcelfahle.com/2007/08/21/first-h264-demo-in-flash-player-9/#comment-20292</guid>
		<description>Re: qt-faststart: even though it's included in the ffmpeg distribution, it doesn't seem to get built in as an option while generating mp4s.  I just built the binary (make qt-faststart in the ffmpeg build directory) and ran that on my mp4s (qt-faststart in.mp4 out.mp4)</description>
		<content:encoded><![CDATA[<p>Re: qt-faststart: even though it&#8217;s included in the ffmpeg distribution, it doesn&#8217;t seem to get built in as an option while generating mp4s.  I just built the binary (make qt-faststart in the ffmpeg build directory) and ran that on my mp4s (qt-faststart in.mp4 out.mp4)</p>]]></content:encoded>
	</item>
</channel>
</rss>
