<?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: Improving qt-faststart</title>
	<atom:link href="http://multimedia.cx/eggs/improving-qt-faststart/feed/" rel="self" type="application/rss+xml" />
	<link>http://multimedia.cx/eggs/improving-qt-faststart/</link>
	<description>Topics On Multimedia Technology and Reverse Engineering</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:54:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How to Make MP4 Progressive with qt-faststart</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-156132</link>
		<dc:creator>How to Make MP4 Progressive with qt-faststart</dc:creator>
		<pubDate>Fri, 12 Nov 2010 11:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-156132</guid>
		<description>[...] the name of this software says this program helps you move the important meta info from the end to the beginning of the file. [...]</description>
		<content:encoded><![CDATA[<p>[...] the name of this software says this program helps you move the important meta info from the end to the beginning of the file. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Optimizing Files for YouTube &#8211; RupaSharma.org</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-152154</link>
		<dc:creator>Optimizing Files for YouTube &#8211; RupaSharma.org</dc:creator>
		<pubDate>Wed, 23 Jun 2010 05:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-152154</guid>
		<description>[...] we prefer the &#8220;moov&#8221; atom in the beginning of the file &#8211; also known as &#8220;fast start&#8221; or a &#8220;flattened&#8221; MP4 / MOV file. There are tools available on the web to flatten [...]</description>
		<content:encoded><![CDATA[<p>[...] we prefer the &#8220;moov&#8221; atom in the beginning of the file &#8211; also known as &#8220;fast start&#8221; or a &#8220;flattened&#8221; MP4 / MOV file. There are tools available on the web to flatten [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 33t</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-151955</link>
		<dc:creator>33t</dc:creator>
		<pubDate>Fri, 07 May 2010 21:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-151955</guid>
		<description>how would i know qt faststart is working ?</description>
		<content:encoded><![CDATA[<p>how would i know qt faststart is working ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FFmpeg x264/mp4 Video Encoding auf Debian Lenny » Server » Debian Root</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-151372</link>
		<dc:creator>FFmpeg x264/mp4 Video Encoding auf Debian Lenny » Server » Debian Root</dc:creator>
		<pubDate>Fri, 02 Apr 2010 09:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-151372</guid>
		<description>[...] Es kann zu Problemen kommen wenn man MP4s mit x264 Streamen m&#246;chte. Man erkennt es wenn erst das ganze Video runter geladen wird, bevor es anf&#228;ngt zu spielen. Das liegt an einer falschen Reihenfolge des Header/Data Teils im Video. Sollte man dieses Problem haben, kann qt-faststart helfen. qt-faststart wird mit ffmpeg ausgeliefert. Mehr Informationen gibt es hier. [...]</description>
		<content:encoded><![CDATA[<p>[...] Es kann zu Problemen kommen wenn man MP4s mit x264 Streamen m&#246;chte. Man erkennt es wenn erst das ganze Video runter geladen wird, bevor es anf&#228;ngt zu spielen. Das liegt an einer falschen Reihenfolge des Header/Data Teils im Video. Sollte man dieses Problem haben, kann qt-faststart helfen. qt-faststart wird mit ffmpeg ausgeliefert. Mehr Informationen gibt es hier. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klappy</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-150229</link>
		<dc:creator>klappy</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-150229</guid>
		<description>@pim, @Chris

personally i wrap qt_faststart with both timelimit and nice.
`timelimit -t 1800 nice qt_faststart ...`

this allows qt_faststart to run for a maximum of 30 minutes in an extreme case.
the nice command also allows for the command to be run at a low priority and to refrain from locking the system up, using idle resources.

especially if this machine is to perform other tasks, this is also most useful when scripting sequential usage with ffmpeg (which is also wrapped with nice) in which the script may be running more than once at a time.</description>
		<content:encoded><![CDATA[<p>@pim, @Chris</p>
<p>personally i wrap qt_faststart with both timelimit and nice.<br />
`timelimit -t 1800 nice qt_faststart &#8230;`</p>
<p>this allows qt_faststart to run for a maximum of 30 minutes in an extreme case.<br />
the nice command also allows for the command to be run at a low priority and to refrain from locking the system up, using idle resources.</p>
<p>especially if this machine is to perform other tasks, this is also most useful when scripting sequential usage with ffmpeg (which is also wrapped with nice) in which the script may be running more than once at a time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-150159</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 08 Oct 2009 13:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-150159</guid>
		<description>Same problem here, program hanging with 100% cpu usage. any fix/workaround for this?</description>
		<content:encoded><![CDATA[<p>Same problem here, program hanging with 100% cpu usage. any fix/workaround for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pim</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-150121</link>
		<dc:creator>pim</dc:creator>
		<pubDate>Tue, 29 Sep 2009 09:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-150121</guid>
		<description>Same problem, program hanging on corrupted files, would be nice to have a timeout param ;)</description>
		<content:encoded><![CDATA[<p>Same problem, program hanging on corrupted files, would be nice to have a timeout param ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-150010</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 09 Sep 2009 22:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-150010</guid>
		<description>It works great when it works!

I just wish it wouldn&#039;t hang on corrupted files, and instead died with an error message to stderr.</description>
		<content:encoded><![CDATA[<p>It works great when it works!</p>
<p>I just wish it wouldn&#8217;t hang on corrupted files, and instead died with an error message to stderr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qt-faststart.exe binary for windows &#171; notboring dev blog</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-149176</link>
		<dc:creator>qt-faststart.exe binary for windows &#171; notboring dev blog</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-149176</guid>
		<description>[...] This tool was *not* written by me, say thanks to the author that can be found at http://multimedia.cx/eggs/improving-qt-faststart/. [...]</description>
		<content:encoded><![CDATA[<p>[...] This tool was *not* written by me, say thanks to the author that can be found at http://multimedia.cx/eggs/improving-qt-faststart/. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H264 Flash/Flex streaming &#171; notboring dev blog</title>
		<link>http://multimedia.cx/eggs/improving-qt-faststart/comment-page-1/#comment-145847</link>
		<dc:creator>H264 Flash/Flex streaming &#171; notboring dev blog</dc:creator>
		<pubDate>Wed, 15 Apr 2009 10:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://multimedia.cx/eggs/improving-qt-faststart/#comment-145847</guid>
		<description>[...] qt-faststart - moves the moov atom to the start of a h264 file to make it streamable [...]</description>
		<content:encoded><![CDATA[<p>[...] qt-faststart &#8211; moves the moov atom to the start of a h264 file to make it streamable [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

