<?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>n8o &#187; FFMPEG</title>
	<atom:link href="http://n8o.org/tag/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://n8o.org</link>
	<description>the geeks sandbox</description>
	<lastBuildDate>Tue, 03 Apr 2012 13:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FFMPEG 0.6 + Erlyvideo</title>
		<link>http://n8o.org/ffmpeg_erlyvideo/</link>
		<comments>http://n8o.org/ffmpeg_erlyvideo/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 23:11:07 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Erlyvideo]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=322</guid>
		<description><![CDATA[Previously I posted about compiling FFMPEG with RTMP support. Now I&#8217;m going to describe what you have to do to view that content with Erlyvideo running on OSX of course. Assuming you have MacPorts installed. Run the following command: sudo port install erlang Once that is done you are ready to install Erlyvideo. Go here for up [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I posted about compiling <a title="Compiling FFMPEG with RTMP" href="http://www.n8o.org/video/compiling-ffmpeg-rtmp-support/">FFMPEG with RTMP</a> support. Now I&#8217;m going to describe what you have to do to view that content with <a href="http://erlyvideo.org/">Erlyvideo</a> running on OSX of course.</p>
<p>Assuming you have MacPorts installed. Run the following command:<br />
<code>sudo port install erlang</code></p>
<p>Once that is done you are ready to install Erlyvideo. Go here for up to date <a title="Erlyvideo Install Instructions" href="http://erlyvideo.org/install/source">install instructions</a> (you will also need git installed).</p>
<p>Finally on to the fun stuff. go to <a href="http://localhost:8082/">http://localhost:8082/</a></p>
<p>Assuming everything worked alright you should see the flash content loaded. Go ahead open up terminal and run the following command replacing INPUT_FILE with the file of your choice.</p>
<p><code>ffmpeg -i INPUT_FILE -re -ac 2 -acodec libfaac -vcodec libx264 -vpre default -s 480x320 -f flv rtmp://localhost:1935/rtmp/test</code></p>
<p>Now switch back to your browser where you have the erlyvideo page loaded. replace the url at the top of the page with.<br />
<code>rtmp://localhost:1935/rtmp/test</code></p>
<p>Click on the Connect button.<br />
Then towards the bottom of the page click the Play button.</p>
<p>Congratulations you are now streaming video to erlyvideo!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/ffmpeg_erlyvideo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Compiling FFMPEG 0.6 with RTMP Support for OSX</title>
		<link>http://n8o.org/compiling-ffmpeg-rtmp-support/</link>
		<comments>http://n8o.org/compiling-ffmpeg-rtmp-support/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:22:28 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[RTMP]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=314</guid>
		<description><![CDATA[The other day FFMPEG released version 0.6 nick named &#8220;Works with HTML5&#8243;. Today I&#8217;m going to try to describe the steps on how to compile this new release in OSX with RTMP support. This wont be for the faint of heart. First you will need to download and install Xcode and then MacPorts. Please go here [...]]]></description>
			<content:encoded><![CDATA[<p>The other day <a title="FFMPEG" href="http://ffmpeg.org/">FFMPEG</a> released version 0.6 nick named &#8220;Works with HTML5&#8243;. Today I&#8217;m going to try to describe the steps on how to compile this new release in OSX with RTMP support. This wont be for the faint of heart.</p>
<p>First you will need to download and install <a title="Xcode" href="http://developer.apple.com/technologies/xcode.html">Xcode</a> and then <a title="MacPorts" href="http://www.macports.org/">MacPorts</a>. Please go here for MacPort <a title="MacPorts" href="http://www.macports.org/install.php">download and install instructions</a>.</p>
<p>Once when MacPorts is done being installed you will need to install a few packages. They include yasm, pkgconfig and openssl. So lets begin getting those installed first. Type the following command into terminal and then press enter.<br />
<code>sudo port install yasm pkgconfig openssl</code></p>
<p>Once when this is complete you will need to download a few extra files. We are going to compile these manually so we make sure we have the latest and greatest.</p>
<p><a title="FAAC" href="http://downloads.sourceforge.net/faac/faac-1.28.tar.gz">FAAC v1.28</a><br />
<a title="FAAD" href="http://downloads.sourceforge.net/faac/faad2-2.7.tar.gz">FAAD2 v2.7</a><br />
<a title="Lame" href="http://sourceforge.net/projects/lame/files/lame/3.98.4/lame-3.98.4.tar.gz/download">Lame</a><br />
<a title="RTMPDUMP (librtmp)" href="http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.2e.tar.gz">LIBRTMP</a><br />
<a title="x264" href="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/">x264</a> (download the latest build)<br />
<a title="FFMPEG 0.6" href="http://ffmpeg.org/releases/ffmpeg-0.6.tar.gz">FFMPEG 0.6</a></p>
<p>First you will want to extract each archive. In OSX you can double-click on the archive to extract or else in terminal use the following command.</p>
<p><code> tar xzf FILE_NAME.tar.gz</code></p>
<p>Now it&#8217;s time to compile each library. Don&#8217;t worry its very easy. For the rest of the steps we will only be working in terminal. So open it up and navigate to where you downloaded your files. Mine are located in my Downloads folder.<br />
<code>cd ~/Downloads</code></p>
<p>Enter the following commands to navigate to your faac folder, configure, compile and install.</p>
<p><code>cd faac-1.28/<br />
./configure<br />
make<br />
make install</code></p>
<p>Now to compile Faad</p>
<p><code>cd ../faad2-2.7/<br />
./configure<br />
make<br />
make install</code></p>
<p>Lames turn</p>
<p><code>cd ../lame-3.98.4/<br />
./configure<br />
make<br />
make install</code></p>
<p>RTMP is a little different.</p>
<p><code>cd ../rtmpdump-2.2e/<br />
make SYS=MacOSX<br />
make install</code></p>
<p>Your path to h264 will most likely be different from mine.</p>
<p><code>cd ../x264-snapshot-20100629-2245/<br />
./configure<br />
make<br />
make install</code></p>
<p>Finally FFMPEG 0.6. This also requires a few more steps.<br />
<code>cd ../ffmpeg-0.6/<br />
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br />
./configure --enable-gpl --enable-nonfree --enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libx264 --enable-libvpx --enable-librtmp<br />
make<br />
make install</code></p>
<p>Done! now you are ready to encode your file and send it to an RTMP server. I&#8217;ve been using the following command to test this.<br />
<code>ffmpeg -i INPUT_FILE -re -ac 2 -acodec libfaac -vcodec libx264 -vpre default -s 480x320 -f flv rtmp://localhost:1935/rtmp/test</code></p>
<p>Just replace INPUTE_FILE with the video you want to transcode and rtmp://localhost:1935/rtmp/test with the RTMP server you want to publish to. This could be a <a href="http://www.adobe.com/products/flashmediaserver/">Flash Media Server</a>, <a href="http://www.wowzamedia.com/">Wowza Server</a>, <a href="http://red5.org/">Red5</a>, <a href="http://erlyvideo.org/">Erlyvideo</a> or any other server that supports this functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/compiling-ffmpeg-rtmp-support/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Introducing Xuggler 3.4</title>
		<link>http://n8o.org/introducing-xuggler-3-4/</link>
		<comments>http://n8o.org/introducing-xuggler-3-4/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:25:20 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[Flash Media Server]]></category>
		<category><![CDATA[Red5]]></category>
		<category><![CDATA[Xuggler]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=225</guid>
		<description><![CDATA[I have to say I&#8217;m rather pleased to find this bit of information cross my way. It appears Xuggler has released a new version 3.4. Xuggler is a java based projected that uses FFMPEG to encode content into flash friendly content. One of the great new features that I&#8217;m excited about is the new ability [...]]]></description>
			<content:encoded><![CDATA[<p>I have to say I&#8217;m rather pleased to find this bit of information cross my way. It appears Xuggler has released a new version 3.4. Xuggler is a java based projected that uses FFMPEG to encode content into flash friendly content. One of the great new features that I&#8217;m excited about is the new ability to stream while only using Xuggler. That means if you are just serving video you can do it with out using <a title="Red5" href="http://code.google.com/p/red5/">Red5</a>, <a title="Flash Media Server" href="http://www.adobe.com/products/flashmediaserver/">FMS</a> or <a title="Wowza Media Server" href="http://www.wowzamedia.com/">Wowza</a>.</p>
<p>Grab the goods <a href="http://www.xuggle.com/xuggler/downloads/3.4.final.jsp">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/introducing-xuggler-3-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic

Served from: www.n8o.org @ 2012-05-21 02:32:26 -->
