<?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>IxD Consultant &#187; Encode</title>
	<atom:link href="http://ixd-consultant.com/blog/tag/encode/feed/" rel="self" type="application/rss+xml" />
	<link>http://ixd-consultant.com/blog</link>
	<description>UX, AS, Thoughts</description>
	<lastBuildDate>Mon, 12 Jul 2010 21:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Flash Media Encoding Server</title>
		<link>http://ixd-consultant.com/blog/2008/09/20/flash-media-encoding-server/</link>
		<comments>http://ixd-consultant.com/blog/2008/09/20/flash-media-encoding-server/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 01:26:43 +0000</pubDate>
		<dc:creator>xVisage</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[September]]></category>
		<category><![CDATA[Encode]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://interactive-developer.com/blog/?p=89</guid>
		<description><![CDATA[There&#8217;s so much to tell about how media files can be manipulated in web applications, especially when we talk about large amount of video files compared to quality displayed .. A web application will use certain file formats depending on which technology is used to render videos at front-end and/or back-end streaming server [if there's [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_light-green" style="float: right; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fixd-consultant.com%252Fblog%252F2008%252F09%252F20%252Fflash-media-encoding-server%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Flash%20Media%20Encoding%20Server%22%20%7D);"></div>
<p>There&#8217;s so much to tell about how media files can be manipulated in web applications, especially when we talk about large amount of video files compared to quality displayed ..</p>
<p>A web application will use certain file formats depending on which technology is used to render videos at front-end and/or back-end streaming server [if there's any]</p>
<p>Since Flash Platform is the best environment for such processes, it was difficult to prepare videos before using them on the web, developers had to have videos encoded from their original formats to FLV in order to use with <a href="http://www.adobe.com/products/flashplayer/" target="_blank"><span style="color: #0066ff;">Flash Player</span></a> and <a href="http://www.adobe.com/products/flashmediaserver/" target="_blank"><span style="color: #0066ff;">Flash Media Server</span></a>, then Adobe added the support for H.264/AAC since the release of Flash Player 9.0.0.115, that was wonderful feature but still we face the same old problem with encoding videos ..</p>
<p>According to my experience, the best practice to make this encoding process easier is to use <a href="http://ffmpeg.mplayerhq.hu/" target="_blank"><span style="color: #0066ff;">FFMPEG</span></a> in conjunction with <a href="http://www.php.net/" target="_blank"><span style="color: #0066ff;">PHP</span></a> as a back-end server service, such procedure requires installing FFMPEG along with all its required libraries, after all a developer can use PHP to dynamically encode uploaded videos with FFMPEG and save the final FLV videos on server, plus other features like extracting image frames from videos ..<br />
<em><a href="http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/" target="_blank"><span style="color: #0066ff;">this</span></a> article describes how to install FFMPEG on <a href="http://www.centos.org/" target="_blank"><span style="color: #0066ff;">Centos 5</span></a></em></p>
<p>Yet this operation doesn&#8217;t give a perfect result regarding to quality and performance, but ..<br />
It seems like there is a better solution is waiting to be unleashed ..</p>
<p>Adobe has announced the upcoming release of <a href="http://www.adobe.com/products/flashmediaencoding/" target="_blank"><span style="color: #0066ff;">Flash Media Encoding Server</span></a> on fall 2008 ..<br />
you should read the features, quite amazing ..<br />
Just think about the possibilities here ..
<div class="fblike_button" style="position:absolute; padding-top:3px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fixd-consultant.com%2Fblog%2F2008%2F09%2F20%2Fflash-media-encoding-server%2F&amp;layout=standard&amp;show_faces=false&amp;width=&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:25px"></iframe></div>

]]></content:encoded>
			<wfw:commentRss>http://ixd-consultant.com/blog/2008/09/20/flash-media-encoding-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
