<?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>Schadenfreude &#187; mpls</title>
	<atom:link href="http://www.ralree.com/tag/mpls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +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>Extracting M2TS length from a BDMV directory in Linux</title>
		<link>http://www.ralree.com/2010/01/14/extracting-m2ts-length-from-a-bdmv-directory-in-linux/</link>
		<comments>http://www.ralree.com/2010/01/14/extracting-m2ts-length-from-a-bdmv-directory-in-linux/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:32:06 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[bluray]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[m2ts]]></category>
		<category><![CDATA[mpls]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22760</guid>
		<description><![CDATA[I was having the hardest time getting various programs to echo the runtime of m2ts files in Linux, and it turns out someone wrote a parser for the files in the BDMV/PLAYLIST directory, which have all of this information. Get bdtools. I got Version 1.4. You can find it here. ./configure &#38;&#38; make &#38;&#38; sudo make install Try running mpls_dump. I got this error when running: mpls_dump: error while loading shared libraries: libbd-1.0.so.1: cannot open shared object file: No such [...]]]></description>
			<content:encoded><![CDATA[<p>I was having the hardest time getting various programs to echo the runtime of m2ts files in Linux, and it turns out someone wrote a parser for the files in the BDMV/PLAYLIST directory, which have all of this information.</p>
<ul>
<li>Get bdtools.  I got Version 1.4.  You can find it <a href="http://www.stebbins.biz/source/">here</a>.</li>
<li><code>./configure &amp;&amp; make &amp;&amp; sudo make install</code></li>
<li>Try running mpls_dump.  I got this error when running:
<pre><code>mpls_dump: error while loading shared libraries: libbd-1.0.so.1: cannot open shared object file:
No such file or directory</pre>
<p></code></li>
<li>To fix it, do this:
<pre><code>echo "/usr/local/lib" | sudo tee -a /etc/ld.so.conf
sudo ldconfig</pre>
<p></code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2010/01/14/extracting-m2ts-length-from-a-bdmv-directory-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

