<?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; Video</title>
	<atom:link href="http://n8o.org/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://n8o.org</link>
	<description>the geeks sandbox</description>
	<lastBuildDate>Tue, 24 Jan 2012 15:13:34 +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>H.264 Decoder in Pure JavaScript</title>
		<link>http://n8o.org/h-264-decoder-in-pure-javascript/</link>
		<comments>http://n8o.org/h-264-decoder-in-pure-javascript/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 14:29:34 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://n8o.org/?p=400</guid>
		<description><![CDATA[This is a true testament to how powerful javascript has become. http://mbebenita.github.com/Broadway/broadway.html &#160;]]></description>
			<content:encoded><![CDATA[<p>This is a true testament to how powerful javascript has become.</p>
<p><a href="http://mbebenita.github.com/Broadway/broadway.html">http://mbebenita.github.com/Broadway/broadway.html</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/h-264-decoder-in-pure-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Flash Media Server 4.5 on Ubuntu 11.04</title>
		<link>http://n8o.org/installing-flash-media-server-4-5-on-ubuntu-11-04/</link>
		<comments>http://n8o.org/installing-flash-media-server-4-5-on-ubuntu-11-04/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 14:38:43 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://n8o.org/?p=397</guid>
		<description><![CDATA[A few weeks ago FMS 4.5 was released. While reading through the system requirements it stated once again that it only supported running on Windows, Redhat and CentOS. Unfortunately for me I only develop on a mac and a ubuntu machine. In the past I had to use a script from this blog post to get FMS [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago FMS 4.5 was released. While reading through the <a href="http://www.adobe.com/products/flashmediastreaming/systemreqs/">system requirements</a> it stated once again that it only supported running on Windows, Redhat and CentOS. Unfortunately for me I only develop on a mac and a ubuntu machine. In the past I had to use a <a href="http://www.markusbe.com/2009/09/installing-flash-media-server-on-ubuntu-linux/">script from this blog post</a> to get FMS 3.5 installed.</p>
<p>So I decided to give it a try. To see if I could in fact get the server up and running on my ubuntu machine. To my surprise, the standard install scripts worked flawlessly.</p>
<p>Here are the steps:</p>
<ol>
<li><a href="http://www.adobe.com/go/tryflashmediaserver">Download</a> the development server</li>
<li>unzip FlashMediaDevServer_4_5_all.zip</li>
<li>cd [path_to_unzipped_files]/linux</li>
<li>tar -zxvf FlashMediaServer4.5_x64.tar.gz</li>
<li>cd FMS_4_5_0_r297</li>
<li>sudo ./installFMS</li>
<li>follow the onscreen instructions</li>
<li>point your browser to your machines IP address.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/installing-flash-media-server-4-5-on-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flash Media Server 4</title>
		<link>http://n8o.org/flash-media-server-4/</link>
		<comments>http://n8o.org/flash-media-server-4/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 14:35:52 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=352</guid>
		<description><![CDATA[Today adobe has announced the latest Flash Media 4 Server. I always get excited when I get to hear about new streaming technology. Adobe has really done a great job this time by releasing some great new features all branded up into three different tiers of software. They are called Streaming Server, Interactive Server and [...]]]></description>
			<content:encoded><![CDATA[<p>Today adobe has announced the latest Flash Media 4 Server. I always get excited when I get to hear about new streaming technology. Adobe has really done a great job this time by releasing some great new features all branded up into three different tiers of software. They are called <a href="http://www.adobe.com/products/flashmediastreaming/">Streaming Server</a>, <a href="http://www.adobe.com/products/flashmediainteractive/">Interactive Server</a> and <a href="http://www.adobe.com/products/flashmediaenterprise/">Enterprise Server</a>.</p>
<p>The new features include :</p>
<ul>
<li>Full 64-bit support NEW</li>
<li>Enhanced playback experience NEW</li>
<li>Faster switching with RTMP Dynamic Streaming ENHANCED</li>
<li>Absolute timecode NEW</li>
<li>RTMP quality of service (QoS) improvements ENHANCED</li>
<li>Greater live streaming security NEW</li>
<li>Simplified player development ENHANCED</li>
<li>Multiuser experiences for your audience ENHANCED</li>
<li>AMF3 support</li>
<li>Rich server-side scripting support</li>
<li>Peer-assisted networking</li>
<li>Application-level multicast NEW</li>
<li>IP multicast broadcast NEW</li>
<li>Enhanced buffer NEW</li>
<li>Faster switching with RTMP Dynamic Streaming ENHANCED</li>
<li>Absolute timecode NEW</li>
<li>RTMP quality of service (QoS) improvements ENHANCED</li>
<li>Protected multiprotocol streaming ENHANCED</li>
<li>H.264 video and HE-AAC audio</li>
<li>Live HD video streaming</li>
<li>RTMP Dynamic Streaming ENHANCED</li>
<li>Protected content delivery ENHANCED</li>
<li>DVR functionality</li>
<li>MPEG-4 video recording</li>
<li>H.264 video and HE-AAC audio</li>
<li>Live HD/H.264 video streaming</li>
<li>Bandwidth detection</li>
<li>Protected streaming support ENHANCED</li>
<li>Full 64-bit support NEW</li>
<li>Simplified player development ENHANCED</li>
<li>Simple publishing workflows</li>
<li>Integrated HTTP server</li>
<li>Consistent delivery across all screens</li>
<li>Ultimate efficiency NEW</li>
<li>Plug-in architecture</li>
<li>Easier implementation ENHANCED</li>
<li>Stream splitting</li>
<li>Server redirection handling</li>
<li>Logging</li>
</ul>
<p>&lt; <a href="http://www.adobe.com/products/flashmediaserver/">Flash Media 4 Server</a> /&gt;<br />
&lt; <a href="http://www.adobe.com/go/tryflashmediaserver">Developer Download</a> /&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/flash-media-server-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Akamai Adobe HTTP Dynamic Streaming</title>
		<link>http://n8o.org/akamai-adobe-http-dynamic-streaming/</link>
		<comments>http://n8o.org/akamai-adobe-http-dynamic-streaming/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 14:47:20 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Akamai]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[HTTP Streaming]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=341</guid>
		<description><![CDATA[Finally a good demo of Adobe&#8217;s new HTTP based Dynamic streaming. Can&#8217;t wait to dissect this one a bit more. Here is more information about the new feature included in Flash Player 10.1. HTTP Dynamic Streaming FMF File Manifest Spec F4F Parser Info Can&#8217;t wait to come up with an open source solution to this type of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.n8o.org/wp-content/uploads/2010/08/akamai_http_dynamic_streaming.jpg"><img class="alignnone size-full wp-image-342" title="akamai_http_dynamic_streaming" src="http://www.n8o.org/wp-content/uploads/2010/08/akamai_http_dynamic_streaming.jpg" alt="" width="743" height="460" /></a></p>
<p>Finally a good demo of Adobe&#8217;s new HTTP based Dynamic streaming. Can&#8217;t wait to dissect this one a bit more. Here is more information about the new feature included in Flash Player 10.1.</p>
<ul>
<li><a href="http://www.adobe.com/products/httpdynamicstreaming/">HTTP Dynamic Streaming</a></li>
<li><a href="http://opensource.adobe.com/wiki/display/osmf/Flash+Media+Manifest+File+Format+Specification">FMF File Manifest Spec</a></li>
<li><a href="http://opensource.adobe.com/svn/opensource/osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/">F4F Parser Info</a></li>
</ul>
<p>Can&#8217;t wait to come up with an open source solution to this type of streaming.</p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/akamai-adobe-http-dynamic-streaming/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CrystalHD OSX</title>
		<link>http://n8o.org/crystalhd-osx/</link>
		<comments>http://n8o.org/crystalhd-osx/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 13:45:14 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[CrystalHD]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=335</guid>
		<description><![CDATA[The other day I finally broke down and ordered a CrystalHD decoder chip. The CrystalHD is a hardware decoder than can decode h.264/AVC, VC1 and Mpeg2 in hardware. It plugs into a PCI-Express 1x slot. You can install it on an older mac mini or an apple tv. I have to say the results were [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.n8o.org/wp-content/uploads/2010/08/crystalhd-pr-shot.png"><img class="alignnone size-full wp-image-336" title="crystalhd-pr-shot" src="http://www.n8o.org/wp-content/uploads/2010/08/crystalhd-pr-shot.png" alt="" width="720" height="405" /></a></p>
<p>The other day I finally broke down and ordered a CrystalHD decoder chip. The CrystalHD is a hardware decoder than can decode h.264/AVC, VC1 and Mpeg2 in hardware. It plugs into a PCI-Express 1x slot. You can install it on an older mac mini or an apple tv. I have to say the results were fantastic. With some higher bitrate shows my mini would skip. But no longer with this magnificent little chip. I would recommend it for anyone who is on older hardware and doesn&#8217;t want to pay to upgrade their cpu or system in general.</p>
<p>One thing to note is that in order to get it to work with the latest version of osx I had to compile it from source. You can <a href="http://code.google.com/p/crystalhd-for-osx/">download the source here</a>. If you are installing in osx skip the &#8220;install instructions (kext driver)&#8221; section and just enter the following into the terminal. this will let the kext load after each reboot.</p>
<p><code>sudo cp -r BroadcomCrystalHD.kext /System/Library/Extensions/<br />
sudo -S chmod -R 755 /System/Library/Extensions/BroadcomCrystalHD.kext<br />
sudo -S chown -R root:wheel /System/Library/Extensions/BroadcomCrystalHD.kext</code></p>
<p>One thing I would like to see if it would ever be possible to use this with FFMPEG. Imagine having the CrystalHD decode the frames and have ffmpeg encode them in another format. This would increase transcoding times significantly since most of the computer resources would be freed. I wonder if any one has tried it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/crystalhd-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>MakeMKV Plugin &#8211; On Hold</title>
		<link>http://n8o.org/makemkv-plugin-on-hold/</link>
		<comments>http://n8o.org/makemkv-plugin-on-hold/#comments</comments>
		<pubDate>Wed, 12 May 2010 13:18:06 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[MakeMKV]]></category>
		<category><![CDATA[Plex]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=303</guid>
		<description><![CDATA[So it&#8217;s with regret that I have to inform everyone that for the time being there will be no more updates to the MakeMKV / Plex plug-in. That is how it&#8217;ll be for at least now. There are just too many bugs trying to get Plex to even stream a MakeMKV stream and other possible [...]]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s with regret that I have to inform everyone that for the time being there will be no more updates to the MakeMKV / Plex plug-in. That is how it&#8217;ll be for at least now. There are just too many bugs trying to get Plex to even stream a MakeMKV stream and other possible bugs with MakeMKV since it is in beta still. I&#8217;ll keep investigating this in the future to see if I can get it working. But for now, This plug-in is now on hold.</p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/makemkv-plugin-on-hold/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MakeMKV 1.5.0</title>
		<link>http://n8o.org/makemkv_1-5-0/</link>
		<comments>http://n8o.org/makemkv_1-5-0/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:15:24 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[MakeMKV]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=269</guid>
		<description><![CDATA[The latest version of MakeMKV (1.5.0) has been released with a bunch of new updates that seem really cool my favorites are UPnP support, decrypting a backup and better messaging support. While rummaging around with the new release I found these new flags that I thought might help others. makemkvcon [options] Command Parameters General options: [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of MakeMKV (<a title="MakeMKV 1.5.0" href="http://www.makemkv.com/download/">1.5.0</a>) has been released with a bunch of new updates that seem really cool my favorites are UPnP support, decrypting a backup and better messaging support. While rummaging around with the new release I found these new flags that I thought might help others.</p>
<h2>makemkvcon [options] Command Parameters</h2>
<p><strong>General options:</strong></p>
<p>&#8211;messages=file<br />
Output all messages to file. Following special file names are recognized:<br />
-stdout &#8211; stdout<br />
-stderr &#8211; stderr<br />
-null &#8211; disable output<br />
Default is stdout</p>
<p>&#8211;progress=file<br />
Output all progress messages to file. The same special file names as in &#8211;messages are recognized with additional value &#8220;-same&#8221; to output to the same file as messages. Naturally &#8211;progress should follow &#8211;messages in this case. Default is no output.</p>
<p>&#8211;debug[=file]<br />
Enables debug messages and optionally changes the location of debug file. Default: program preferences.</p>
<p>&#8211;directio=true/false<br />
Enables or disables direct disc access. Default: program preferences.</p>
<p>&#8211;noscan<br />
Don&#8217;t access any media during disc scan and do not check for media insertion and removal. Helpful when other applications already accessing discs in other drives.</p>
<p>&#8211;cache=size<br />
Specifies size of read cache in megabytes used by MakeMKV. By default program uses huge amount of memory. About 128 MB is recommended for streaming and backup, 512MB for DVD conversion and 1024MB for Blu-ray conversion.</p>
<p><strong>Streaming options:</strong></p>
<p>&#8211;upnp=true/false<br />
Enable or disable UPNP streaming. Default: program preferences.</p>
<p>&#8211;bindip=address string<br />
Specify IP address to bind. Default: None, UPNP server binds to the first available address and web server listens on all available addresses.</p>
<p>&#8211;bindport=port<br />
Specify web server port to bind. Default: 51000.</p>
<p><strong>Backup options:</strong></p>
<p>&#8211;decrypt<br />
Decrypt stream files during backup. Default: no decryption.</p>
<p>Conversion options:</p>
<p>&#8211;minlength=seconds<br />
Specify minimum title length. Default: program preferences.</p>
<p>Automation options.</p>
<p>-r , &#8211;robot<br />
Enables automation mode. Program will output more information in a format that is easier to parse. All output is line-based and output is flushed on line end. All strings are quoted, all control characters and quotes are backlash-escaped. If you automate this program it is highly recommended to use this option. Some options make reference to apdefs.h file that can be found in MakeMKV open-source package, included with version for Linux. These values will not change in future versions.</p>
<p><strong>Message formats:</strong></p>
<p>Message output<br />
MSG:code,flags,count,message,format,param0,param1,&#8230;<br />
code &#8211; unique message code, should be used to identify particular string in language-neutral way.<br />
flags &#8211; message flags, see AP_UIMSG_xxx flags in apdefs.h<br />
count &#8211; number of parameters<br />
message &#8211; raw message string suitable for output<br />
format &#8211; format string used for message. This string is localized and subject to change, unlike message code.<br />
paramX &#8211; parameter for message</p>
<p>Current and total progress title<br />
PRGC:code,id,name<br />
PRGT:code,id,name<br />
code &#8211; unique message code<br />
id &#8211; operation sub-id<br />
name &#8211; name string</p>
<p>Progress bar values for current and total progress<br />
PRGV:current,total,max<br />
current &#8211; current progress value<br />
total &#8211; total progress value<br />
max &#8211; maximum possible value for a progress bar, constant</p>
<p>Drive scan messages<br />
DRV:index,visible,enabled,flags,drive name,disc name<br />
index &#8211; drive index<br />
visible &#8211; set to 1 if drive is present<br />
enabled &#8211; set to 1 if drive is accessible<br />
flags &#8211; media flags, see AP_DskFsFlagXXX in apdefs.h<br />
drive name &#8211; drive name string<br />
disc name &#8211; disc name string</p>
<p>Disc information output messages<br />
TCOUT:count<br />
count &#8211; titles count</p>
<p>Disc, title and stream information<br />
CINFO:id,code,value<br />
TINFO:id,code,value<br />
SINFO:id,code,value</p>
<p>id &#8211; attribute id, see AP_ItemAttributeId in apdefs.h<br />
code &#8211; message code if attribute value is a constant string<br />
value &#8211; attribute value</p>
<p><strong>Examples:</strong></p>
<p>Copy all titles from first disc and save as MKV files:<br />
makemkvcon mkv disc:0 all c:folder</p>
<p>List all available drives<br />
makemkvcon -r &#8211;cache=1 info disc:9999</p>
<p>Backup first disc decrypting all video files in automation mode with progress output<br />
makemkvcon backup &#8211;decrypt &#8211;cache=16 &#8211;noscan -r &#8211;progress=-same disc:0 c:folder</p>
<p>Start streaming server with all output suppressed on a specific address and port<br />
makemvcon stream &#8211;upnp=1 &#8211;cache=128 &#8211;bindip=192.168.1.102 &#8211;bindport=51000 &#8211;messages=-none</p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/makemkv_1-5-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lego Stop Motion</title>
		<link>http://n8o.org/lego-stop-motion/</link>
		<comments>http://n8o.org/lego-stop-motion/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:57:42 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Lego]]></category>
		<category><![CDATA[Stop Motion]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=266</guid>
		<description><![CDATA[I&#8217;ve always been a fan of stop motion movies. When i saw this one all i could say is WoW. Great job!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been a fan of stop motion movies. When i saw this one all i could say is WoW. Great job!</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ijpH6an-JIQ&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/ijpH6an-JIQ&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://n8o.org/lego-stop-motion/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-02-05 06:08:26 -->
