<?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 for Breaking Eggs And Making Omelettes</title>
	<atom:link href="http://multimedia.cx/eggs/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://multimedia.cx/eggs</link>
	<description>Topics On Multimedia Technology and Reverse Engineering</description>
	<lastBuildDate>Sun, 06 May 2012 18:52:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Libav/FFmpeg and Google Summer of Code 2012 by Fruit</title>
		<link>http://multimedia.cx/eggs/gsoc-2012-multimedia/comment-page-1/#comment-184590</link>
		<dc:creator>Fruit</dc:creator>
		<pubDate>Sun, 06 May 2012 18:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3801#comment-184590</guid>
		<description>Opus is also sort of a rewrite, because there is a liberally-licensed refernce code by Xiph...

I hope the HEVC project goes well and provides something useful (hopefully not just unfinished code that will bitrot in a separate repository for years before being scrapped due to some rewrite of something).</description>
		<content:encoded><![CDATA[<p>Opus is also sort of a rewrite, because there is a liberally-licensed refernce code by Xiph&#8230;</p>
<p>I hope the HEVC project goes well and provides something useful (hopefully not just unfinished code that will bitrot in a separate repository for years before being scrapped due to some rewrite of something).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ode to the Gravis Ultrasound by ABC</title>
		<link>http://multimedia.cx/eggs/ode-to-the-gravis-ultrasound/comment-page-1/#comment-184579</link>
		<dc:creator>ABC</dc:creator>
		<pubDate>Sun, 06 May 2012 12:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3496#comment-184579</guid>
		<description>Im trying to find a song from the experience CD... it something similar to Engima songs and has a Shakuhachi (Japanese flute) playing cropping up once in a while.... just cant find it on that ISO... (I know its in the audio section.. but thats not included)....</description>
		<content:encoded><![CDATA[<p>Im trying to find a song from the experience CD&#8230; it something similar to Engima songs and has a Shakuhachi (Japanese flute) playing cropping up once in a while&#8230;. just cant find it on that ISO&#8230; (I know its in the audio section.. but thats not included)&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YUV4MPEG2 Origin by compn</title>
		<link>http://multimedia.cx/eggs/yuv4mpeg2-origin/comment-page-1/#comment-184546</link>
		<dc:creator>compn</dc:creator>
		<pubDate>Sat, 05 May 2012 11:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/yuv4mpeg2-origin/#comment-184546</guid>
		<description>when it violates standard but adds more colorspace or speed or compression, just do what ffmpeg did with huffyuv and make a new codec/format called ffyuv4mpeg :P</description>
		<content:encoded><![CDATA[<p>when it violates standard but adds more colorspace or speed or compression, just do what ffmpeg did with huffyuv and make a new codec/format called ffyuv4mpeg :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Libav/FFmpeg and Google Summer of Code 2012 by compn</title>
		<link>http://multimedia.cx/eggs/gsoc-2012-multimedia/comment-page-1/#comment-184422</link>
		<dc:creator>compn</dc:creator>
		<pubDate>Wed, 02 May 2012 03:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3801#comment-184422</guid>
		<description>i guess ffmpeg has rewritten a lot of libs e.g. libopencore liba52 libdca so why am i complaining?</description>
		<content:encoded><![CDATA[<p>i guess ffmpeg has rewritten a lot of libs e.g. libopencore liba52 libdca so why am i complaining?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Libav/FFmpeg and Google Summer of Code 2012 by compn</title>
		<link>http://multimedia.cx/eggs/gsoc-2012-multimedia/comment-page-1/#comment-184420</link>
		<dc:creator>compn</dc:creator>
		<pubDate>Wed, 02 May 2012 02:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3801#comment-184420</guid>
		<description>3 rewrites (librtmp / ffserver / libutvideo ) and 2 codecs no one uses.</description>
		<content:encoded><![CDATA[<p>3 rewrites (librtmp / ffserver / libutvideo ) and 2 codecs no one uses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Write An Oscilloscope by Dithermaster</title>
		<link>http://multimedia.cx/eggs/how-to-write-an-oscilloscope/comment-page-1/#comment-184342</link>
		<dc:creator>Dithermaster</dc:creator>
		<pubDate>Sun, 29 Apr 2012 13:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3809#comment-184342</guid>
		<description>You can show just 512 of the 1470 samples, or you could graph all 1470 and scale it to fit in 512. I&#039;ve seen it done both ways, it just changes the look a little. Most jukeboxes only give partial data to the viz plug-ins so they can&#039;t be used to store a copy of the song.

The A/V sync could be off because the audio and video engines are running one ahead of the other (due to different processing delays). If you don&#039;t have presentation timestamps, you could play a sync test (one frame of &quot;beep&quot; audio with a flash frame of video, then some frames of silent black, in a loop), and use a fast video camera (60 fields per second at least) to shoot the result and calculate your offset, then build that into your display algorithm.</description>
		<content:encoded><![CDATA[<p>You can show just 512 of the 1470 samples, or you could graph all 1470 and scale it to fit in 512. I&#8217;ve seen it done both ways, it just changes the look a little. Most jukeboxes only give partial data to the viz plug-ins so they can&#8217;t be used to store a copy of the song.</p>
<p>The A/V sync could be off because the audio and video engines are running one ahead of the other (due to different processing delays). If you don&#8217;t have presentation timestamps, you could play a sync test (one frame of &#8220;beep&#8221; audio with a flash frame of video, then some frames of silent black, in a loop), and use a fast video camera (60 fields per second at least) to shoot the result and calculate your offset, then build that into your display algorithm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Write An Oscilloscope by Reimar</title>
		<link>http://multimedia.cx/eggs/how-to-write-an-oscilloscope/comment-page-1/#comment-184336</link>
		<dc:creator>Reimar</dc:creator>
		<pubDate>Sun, 29 Apr 2012 07:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3809#comment-184336</guid>
		<description>I am not sure what your purpose is, but nobody lets an oscilloscope just display a run-on data stream. Instead you&#039;d have a trigger to decide when to start &quot;redrawing&quot;.
In the case of audio you can even go further: use auto-correlation like in those speed adjustment filters (e.g. MPlayer&#039;s scaletempo) to replace the data from the current 1/30 s with the most similar one from around the next 1/30th.
What concerns A-V sync I would expect the delay from the audio driver/hardware to more than compensate for starting to draw 1/30th second too late.</description>
		<content:encoded><![CDATA[<p>I am not sure what your purpose is, but nobody lets an oscilloscope just display a run-on data stream. Instead you&#8217;d have a trigger to decide when to start &#8220;redrawing&#8221;.<br />
In the case of audio you can even go further: use auto-correlation like in those speed adjustment filters (e.g. MPlayer&#8217;s scaletempo) to replace the data from the current 1/30 s with the most similar one from around the next 1/30th.<br />
What concerns A-V sync I would expect the delay from the audio driver/hardware to more than compensate for starting to draw 1/30th second too late.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Libav/FFmpeg and Google Summer of Code 2012 by Multimedia Mike</title>
		<link>http://multimedia.cx/eggs/gsoc-2012-multimedia/comment-page-1/#comment-184302</link>
		<dc:creator>Multimedia Mike</dc:creator>
		<pubDate>Fri, 27 Apr 2012 15:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3801#comment-184302</guid>
		<description>@Jonathan: There&#039;s only one way to find out for certain.</description>
		<content:encoded><![CDATA[<p>@Jonathan: There&#8217;s only one way to find out for certain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Libav/FFmpeg and Google Summer of Code 2012 by Jonathan Wilson</title>
		<link>http://multimedia.cx/eggs/gsoc-2012-multimedia/comment-page-1/#comment-184300</link>
		<dc:creator>Jonathan Wilson</dc:creator>
		<pubDate>Fri, 27 Apr 2012 12:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3801#comment-184300</guid>
		<description>Wont supporting RTMPS/RTMPE/RTMPTE violate the DMCA?</description>
		<content:encoded><![CDATA[<p>Wont supporting RTMPS/RTMPE/RTMPTE violate the DMCA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Libav/FFmpeg and Google Summer of Code 2012 by Kostya</title>
		<link>http://multimedia.cx/eggs/gsoc-2012-multimedia/comment-page-1/#comment-184246</link>
		<dc:creator>Kostya</dc:creator>
		<pubDate>Thu, 26 Apr 2012 07:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/?p=3801#comment-184246</guid>
		<description>Ambitious project was VP7 decoder (just imagine — an opensource On2 VP7 decoder funded by Google), too bad there was no good student to pick it up.</description>
		<content:encoded><![CDATA[<p>Ambitious project was VP7 decoder (just imagine — an opensource On2 VP7 decoder funded by Google), too bad there was no good student to pick it up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

