<?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: Webcam Digital Video Recorder for AIR, updated</title>
	<atom:link href="http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/</link>
	<description>lee felarca - personal flash/actionscript work</description>
	<lastBuildDate>Wed, 01 Sep 2010 12:54:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Giotta</title>
		<link>http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/comment-page-1/#comment-514</link>
		<dc:creator>John Giotta</dc:creator>
		<pubDate>Fri, 16 Jan 2009 16:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeropointnine.com/blog/?p=24#comment-514</guid>
		<description>Pretty cool! Have you ever recorded Microphone input with Air?</description>
		<content:encoded><![CDATA[<p>Pretty cool! Have you ever recorded Microphone input with Air?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/comment-page-1/#comment-513</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 10 Jan 2009 21:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeropointnine.com/blog/?p=24#comment-513</guid>
		<description>Anthony, thanks for your comments. A couple thoughts...

It is definitely too slow to compress every frame and save it while recording (unless the frame size is tiny I&#039;d guess).

But it very well might be possible to at least convert every bitmap into an uncompressed FLV frame in real time, so that it gets saved to FLV instead of using the intermediate &quot;RAW&quot; format that the app uses now.

Running a background service in C++ or .NET or Java that the app could send the raw data to for compression in realtime would be very cool, and doable, it seems to me.

One thing I&#039;m very keen on is the potential of using Alchemy in tandem with an opensource C++ library to convert a series of BitmapData&#039;s (the raw video data) into x264, Xvid, and/or MPEG2, all on the client side, all within Flash... I think the first implementation of this idea could create quite a sensation...

Thanks,
Lee</description>
		<content:encoded><![CDATA[<p>Anthony, thanks for your comments. A couple thoughts&#8230;</p>
<p>It is definitely too slow to compress every frame and save it while recording (unless the frame size is tiny I&#8217;d guess).</p>
<p>But it very well might be possible to at least convert every bitmap into an uncompressed FLV frame in real time, so that it gets saved to FLV instead of using the intermediate &#8220;RAW&#8221; format that the app uses now.</p>
<p>Running a background service in C++ or .NET or Java that the app could send the raw data to for compression in realtime would be very cool, and doable, it seems to me.</p>
<p>One thing I&#8217;m very keen on is the potential of using Alchemy in tandem with an opensource C++ library to convert a series of BitmapData&#8217;s (the raw video data) into x264, Xvid, and/or MPEG2, all on the client side, all within Flash&#8230; I think the first implementation of this idea could create quite a sensation&#8230;</p>
<p>Thanks,<br />
Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Pace</title>
		<link>http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/comment-page-1/#comment-512</link>
		<dc:creator>Anthony Pace</dc:creator>
		<pubDate>Sat, 10 Jan 2009 20:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeropointnine.com/blog/?p=24#comment-512</guid>
		<description>Very nice... so you capture the raw bitmap data in every frame and then save it in a file uncompressed?

If you compressed it, would it slow down the capture rate?  I haven&#039;t experimented with this yet, so this is why I ask.

I was also thinking that although this is great, it might be more efficient to hook the display driver with c++ or even a managed language like c#; yet, have it run in the back ground and keep the interface a flash based one; as well, the same would go for the audio data.

Too bad all these workarounds have to be done to achieve something which should be simple.</description>
		<content:encoded><![CDATA[<p>Very nice&#8230; so you capture the raw bitmap data in every frame and then save it in a file uncompressed?</p>
<p>If you compressed it, would it slow down the capture rate?  I haven&#8217;t experimented with this yet, so this is why I ask.</p>
<p>I was also thinking that although this is great, it might be more efficient to hook the display driver with c++ or even a managed language like c#; yet, have it run in the back ground and keep the interface a flash based one; as well, the same would go for the audio data.</p>
<p>Too bad all these workarounds have to be done to achieve something which should be simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafael</title>
		<link>http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/comment-page-1/#comment-511</link>
		<dc:creator>rafael</dc:creator>
		<pubDate>Thu, 21 Aug 2008 19:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeropointnine.com/blog/?p=24#comment-511</guid>
		<description>hey nice component do you know how to record audio opening microphone on air with flex?</description>
		<content:encoded><![CDATA[<p>hey nice component do you know how to record audio opening microphone on air with flex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sape</title>
		<link>http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/comment-page-1/#comment-510</link>
		<dc:creator>Sape</dc:creator>
		<pubDate>Sat, 07 Jun 2008 04:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeropointnine.com/blog/?p=24#comment-510</guid>
		<description>Doh! Missed that post. Thanks dude. You da man.</description>
		<content:encoded><![CDATA[<p>Doh! Missed that post. Thanks dude. You da man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nurah</title>
		<link>http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/comment-page-1/#comment-509</link>
		<dc:creator>nurah</dc:creator>
		<pubDate>Sun, 18 May 2008 15:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeropointnine.com/blog/?p=24#comment-509</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
