<?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/"
	>

<channel>
	<title>^ðØomicìłé$ &#187; flash</title>
	<atom:link href="http://blog.doomicile.de/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.doomicile.de</link>
	<description></description>
	<lastBuildDate>Mon, 25 Jul 2011 11:52:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://push.doomicile.de"/><atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://blog.doomicile.de/?pushpress=hub'/>
<atom:link rel='salmon' href='http://blog.doomicile.de/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-replies' href='http://blog.doomicile.de/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-mention' href='http://blog.doomicile.de/?salmon=endpoint'/>		<item>
		<title>flash videoplayer und mp4 video</title>
		<link>http://blog.doomicile.de/2009/03/01/flash-videoplayer-und-mp4-video/</link>
		<comments>http://blog.doomicile.de/2009/03/01/flash-videoplayer-und-mp4-video/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 16:51:21 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[qt-faststart]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.doomicile.de/?p=368</guid>
		<description><![CDATA[habe mir gerade noch mal die misere mit flash video playern und mp4 videos angeschaut. manchmal spielen die player die videos direkt ab und man sieht den ladebalken noch wandern, bei anderen videos muss erst die ganz datei geladen werden, bis man etwas zu sehen bekommt, was besonders nervt, weil man kein feedback bekommt, was [...]]]></description>
			<content:encoded><![CDATA[<p>habe mir gerade noch mal die misere mit flash video playern und mp4 videos angeschaut. manchmal spielen die player die videos direkt ab und man sieht den ladebalken noch wandern, bei anderen videos muss erst die ganz datei geladen werden, bis man etwas zu sehen bekommt, was besonders nervt, weil man kein feedback bekommt, was gerade passiert.<br />
der hintergrund ist recht technisch: <a href="http://www.kaourantin.net/2007/08/what-just-happened-to-video-on-web_20.html">hier erkl&auml;rt der adobe-programmier (hersteller von dem flash-crap)</a>, was genau n&ouml;tig ist:</p>
<blockquote><p>
If you use progressive download instead of FMS make sure that the moov atom (which is the index information in MPEG-4 files) is at the beginning of the file. Otherwise you have to wait until the file is completely downloaded before it is played back.</p></blockquote>
<p>nun erzeugen alle m&ouml;glichen video encoder dateien, wo das moov atom am ende der datei zu finden ist. man muss die also nachbearbeiten. mit einem <a href="http://www.entropy.ch/blog/Software/2007/08/30/QTFastStart-for-Flash-Video-H-264.html">macosx-programm</a> (funktionierte bei mir nicht), einem <a href="http://renaun.com/blog/2007/08/22/234/">AIR-programm</a> (kommt mir nicht auf die platte, so ein mist) oder dem public domain programm <a href="http://svn.mplayerhq.hu/ffmpeg/trunk/tools/qt-faststart.c?view=markup">qt-faststart</a> von <a href="http://multimedia.cx/eggs/improving-qt-faststart/">Mike</a>, das in dem Multimedia-Software Wunder <a href="http://de.wikipedia.org/wiki/FFmpeg">ffmpeg</a> enthalten ist.<br />
die anwendung von qt-faststart ist dann recht einfach:<br />
<code>qt-faststart datei-doof.mp4 datei-doll.mp4</code><br />
manchmal beschwert sich qt-faststart, dass die datei nicht zu gebrauchen ist: &#8222;last atom in file was not a moov atom&#8220;.<br />
da muss man dann erst einmal einen g&uuml;ltigen container mit ffmpeg erzeugen:<code><br />
ffmpeg -i datei-superdoof.mp4 -acodec copy -vcodec copy datei-doof.mp4<br />
</code><br />
dann klappt es auch mit qt-faststart:<code><br />
 patching stco atom...<br />
 patching stco atom...<br />
 writing ftyp atom...<br />
 writing moov atom... copying rest of file...<br />
</code><br />
Update: <a href="http://handbrake.fr">Handbrake</a> hat ein nettes grafisches Interface zu ffmpeg, einfach &#8222;Web optimized&#8220; anklicken und fertig ist der lack. presets inklusive. f&uuml;r linux/macosx u.a.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doomicile.de/2009/03/01/flash-videoplayer-und-mp4-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash lutscht eigentlich&#8230; eigentlich!</title>
		<link>http://blog.doomicile.de/2005/01/25/flash-lutscht-eigentlich-eigentlich/</link>
		<comments>http://blog.doomicile.de/2005/01/25/flash-lutscht-eigentlich-eigentlich/#comments</comments>
		<pubDate>Tue, 25 Jan 2005 21:24:47 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Reweb]]></category>
		<category><![CDATA[electric-six]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gaybar]]></category>

		<guid isPermaLink="false">http://blog.doomicile.de/?p=28</guid>
		<description><![CDATA[Ein interaktiver Videoclip: flow
Der Klassiker, &#252;ber den man Electric Six entdecken kann: Gaybar
Vom gleichen Flashauthor wir Gaybar, genauso gaga: moon
]]></description>
			<content:encoded><![CDATA[<p>Ein interaktiver Videoclip: <a href="http://media.ebaumsworld.com/flow.swf">flow</a></p>
<p>Der Klassiker, &uuml;ber den man Electric Six entdecken kann: <a href="http://www.rathergood.com/gaybar/">Gaybar</a></p>
<p>Vom gleichen Flashauthor wir Gaybar, genauso gaga: <a href="http://www.rathergood.com/moon_song/">moon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doomicile.de/2005/01/25/flash-lutscht-eigentlich-eigentlich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

