<?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>Tsukasa no Hibi &#187; Mplayer</title>
	<atom:link href="http://tsukasa.jidder.de/blog/tag/mplayer/feed" rel="self" type="application/rss+xml" />
	<link>http://tsukasa.jidder.de/blog</link>
	<description>TnH - Cloudy Sky. Occasional Rain.</description>
	<lastBuildDate>Sat, 31 Jul 2010 17:18:29 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fixing Mplayer&#8217;s wobbly legs on Arch</title>
		<link>http://tsukasa.jidder.de/blog/2009/11/29/fixing-mplayers-wobbly-legs-on-arch</link>
		<comments>http://tsukasa.jidder.de/blog/2009/11/29/fixing-mplayers-wobbly-legs-on-arch#comments</comments>
		<pubDate>Sun, 29 Nov 2009 12:38:06 +0000</pubDate>
		<dc:creator>Tsukasa</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mplayer]]></category>

		<guid isPermaLink="false">http://tsukasa.jidder.de/blog/2009/11/29/fixing-mplayers-wobbly-legs-on-arch</guid>
		<description><![CDATA[Courtesy of this forum post I had to rebuild Mplayer to prevent crashes when jumping through files. As I am quite devoted to vdpau I didn&#8217;t test whether this is a general issue or not&#8230; Fixing it is rather easy: CFLAGS="-O2 -fomit-frame-pointer" ./configure ...]]></description>
			<content:encoded><![CDATA[<p>Courtesy of <a href="http://bbs.archlinux.org/viewtopic.php?pid=568119#p568119">this forum post</a> I had to rebuild Mplayer to prevent crashes when jumping through files. As I am quite devoted to vdpau I didn&#8217;t test whether this is a general issue or not&#8230;</p>
<p>Fixing it is rather easy:<br />
<code>CFLAGS="-O2 -fomit-frame-pointer" ./configure ...</code></p>
]]></content:encoded>
			<wfw:commentRss>http://tsukasa.jidder.de/blog/2009/11/29/fixing-mplayers-wobbly-legs-on-arch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building recent Mplayer SVN + CoreAVC For Linux</title>
		<link>http://tsukasa.jidder.de/blog/2008/08/19/building-recent-mplayer-svn-coreavc-for-linux</link>
		<comments>http://tsukasa.jidder.de/blog/2008/08/19/building-recent-mplayer-svn-coreavc-for-linux#comments</comments>
		<pubDate>Tue, 19 Aug 2008 17:22:19 +0000</pubDate>
		<dc:creator>Tsukasa</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mplayer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://tsukasa.jidder.de/blog/?p=1184</guid>
		<description><![CDATA[As Michael points out there&#8217;s a slight problem with the CoreAVC For Linux patchset that enable Mplayer to take advantage of CoreCodec&#8217;s h.264 decoder &#8212; with recent changes in the sourcecode the old build_patch.pl script doesn&#8217;t produce usable output anymore. There still is a way to compile Mplayer with the modification, though: Mithun Diwakar altered [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://tsukasa.jidder.de/blog/2008/05/11/coreavc-17-mplayer#comment-2258">Michael points out</a> there&#8217;s a slight problem with the CoreAVC For Linux patchset that enable Mplayer to take advantage of CoreCodec&#8217;s h.264 decoder &#8212; with recent changes in the sourcecode the old build_patch.pl script doesn&#8217;t produce usable output anymore.</p>
<p>There still is a way to compile Mplayer with the modification, though: <a href="http://code.google.com/u/mithun.diwakar/">Mithun Diwakar</a> altered a <a href="http://code.google.com/p/coreavc-for-linux/issues/detail?id=51">patch to work against current subversion checkouts</a>. How long this one will hold&#8230; we don&#8217;t know. But I think it would be preferable to fix up the patchbuilder. Maybe I&#8217;ll hack around on it during the weekend (no promise <img src='http://tsukasa.jidder.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
]]></content:encoded>
			<wfw:commentRss>http://tsukasa.jidder.de/blog/2008/08/19/building-recent-mplayer-svn-coreavc-for-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoreAVC 1.7 + Mplayer</title>
		<link>http://tsukasa.jidder.de/blog/2008/05/11/coreavc-17-mplayer</link>
		<comments>http://tsukasa.jidder.de/blog/2008/05/11/coreavc-17-mplayer#comments</comments>
		<pubDate>Sun, 11 May 2008 18:58:07 +0000</pubDate>
		<dc:creator>Tsukasa</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mplayer]]></category>

		<guid isPermaLink="false">http://tsukasa.jidder.de/blog/?p=1130</guid>
		<description><![CDATA[It took me about a week to sort out some issues with my setup but now CoreAVC 1.7 is running fine in my SVN version of Mplayer thanks to the revamped patches from the CoreAVC-for-Linux project (yay, no more old builds!). Some notes: If you&#8217;re using the correct-pts option in your ~/.mplayer/config you should set [...]]]></description>
			<content:encoded><![CDATA[<p>It took me about a week to sort out some issues with my setup but now <a href="http://www.coreavc.com">CoreAVC 1.7</a> is running fine in my SVN version of <a href="http://mplayerhq.hu">Mplayer</a> thanks to the revamped patches from the <a href="http://code.google.com/p/coreavc-for-linux/">CoreAVC-for-Linux</a> project (yay, no more old builds!).</p>
<p>Some notes:</p>
<ul>
<li>If you&#8217;re using the correct-pts option in your ~/.mplayer/config you should set it to &#8220;no&#8221; to get a huge performance boost. I dearly hope this is a new thing&#8230; otherwise I&#8217;d have to redo all my benchmarks <img src='http://tsukasa.jidder.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tsukasa.jidder.de/blog/2008/05/11/coreavc-17-mplayer/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CoreAVC for Mplayer dead, reborn, punching bad boys to a pulp</title>
		<link>http://tsukasa.jidder.de/blog/2008/05/06/coreavc-for-mplayer-dead-reborn-punching-bad-boys-to-a-pulp</link>
		<comments>http://tsukasa.jidder.de/blog/2008/05/06/coreavc-for-mplayer-dead-reborn-punching-bad-boys-to-a-pulp#comments</comments>
		<pubDate>Tue, 06 May 2008 14:40:51 +0000</pubDate>
		<dc:creator>Tsukasa</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mplayer]]></category>

		<guid isPermaLink="false">http://tsukasa.jidder.de/blog/?p=1128</guid>
		<description><![CDATA[It&#8217;s a real shame: A while ago I blogged about a very nice set of patches to make CoreAVC work on Mplayer. Now it seems that a DMCA note was filed and Google has kicked the project from it&#8217;s Code page. Don&#8217;t fret, though! CoreCodec is a little torn apart on this issue but is [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a real shame: A while ago I blogged about a very nice set of patches to make CoreAVC work on Mplayer. Now it seems that a DMCA note was filed and <a href="http://www.corecodec.com/forums/index.php?topic=981.msg5695">Google has kicked the project from it&#8217;s Code page</a>.</p>
<p>Don&#8217;t fret, though! CoreCodec is a little torn apart on this issue but is apparently helping Alan, creator of this great patchset, to make the patches ready for CoreAVC 1.7 (the most recent one, you had to use 1.5.* before):</p>
<p style="padding-left: 30px;"><span>Regardless of the cause, CoreCodec and I have resolved the conflict, and CoreAVC-for-Linux should be back online soon.Â  In addition, the patches for 1.7.0 are ready to go, and Linux users should see a nice performance improvement on Dual-core machines (compared to 1.5.0) once it is available.</span></p>
<p>Geez people, don&#8217;t scare us like that!</p>
]]></content:encoded>
			<wfw:commentRss>http://tsukasa.jidder.de/blog/2008/05/06/coreavc-for-mplayer-dead-reborn-punching-bad-boys-to-a-pulp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mplayer + CoreAVC</title>
		<link>http://tsukasa.jidder.de/blog/2008/04/24/mplayer-coreavc</link>
		<comments>http://tsukasa.jidder.de/blog/2008/04/24/mplayer-coreavc#comments</comments>
		<pubDate>Thu, 24 Apr 2008 15:43:09 +0000</pubDate>
		<dc:creator>Tsukasa</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mplayer]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://tsukasa.jidder.de/blog/?p=1111</guid>
		<description><![CDATA[Windows, despite all it&#8217;s flaws, is nice for a few things. First of all, there&#8217;s a buttload of cool, gory games. And second there&#8217;s a really nice multimedia support; many companies/individuals write highly optimized software for video splitting, decoding, muxing, output etc. Now, three cool programs are Haali&#8217;s Media Splitter (comes with Haali&#8217;s Media Renderer), [...]]]></description>
			<content:encoded><![CDATA[<p>Windows, despite all it&#8217;s flaws, is nice for a few things. First of all, there&#8217;s a buttload of cool, gory games. And second there&#8217;s a really nice multimedia support; many companies/individuals write highly optimized software for video splitting, decoding, muxing, output etc.</p>
<p>Now, three cool programs are Haali&#8217;s Media Splitter (comes with Haali&#8217;s Media Renderer), CoreCodec&#8217;s CoreAVC and nVidia&#8217;s PureVideo. Combining these leads to a boost in performance, allowing my 2GHz notebook to play 1080p content steadily without hard framedrops.</p>
<p>Linux on the other hand is a little cornered. Yes, we do have XvMC for hardware MPEG-2 decoding but this doesn&#8217;t really help with HD content at this point. So until there&#8217;s a counterpart to PureVideo Linux will always be slower.</p>
<p>As you may know I only recommend Mplayer and Xine on Linux. They&#8217;re the greatest, the best and if you think otherwise you must be stupid <img src='http://tsukasa.jidder.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<p>Mplayer can be <a href="http://code.google.com/p/coreavc-for-linux/">patched to use CoreAVC</a> for a little performance boost (we all need a little boost, do we?). This is great stuff. The patch will fail a chunk against loader/Makefile, but it&#8217;s no problem to add the missing lines by hand. Also, please note that you&#8217;ve to run ./configure &#8211;disable-mencoder before applying the patch.</p>
<p>So, how much does it give us in terms of raw performance? Not too much, unfortunately, but for my system 5-12% already make a big difference.</p>
<p>Most of the performance loss is still being caused by the lack of hardware MPEG-4 decoding and the use of the old Overlay mixer.</p>
<p>Nevertheless, if you have bought CoreAVC you owe it to yourself to give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://tsukasa.jidder.de/blog/2008/04/24/mplayer-coreavc/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Workaround for nVidia Linux driver TV-out scaling problem</title>
		<link>http://tsukasa.jidder.de/blog/2008/04/05/workaround-for-nvidia-linux-driver-tv-out-scaling-problem</link>
		<comments>http://tsukasa.jidder.de/blog/2008/04/05/workaround-for-nvidia-linux-driver-tv-out-scaling-problem#comments</comments>
		<pubDate>Sat, 05 Apr 2008 19:20:19 +0000</pubDate>
		<dc:creator>Tsukasa</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mplayer]]></category>
		<category><![CDATA[nVidia]]></category>

		<guid isPermaLink="false">http://tsukasa.jidder.de/blog/?p=1092</guid>
		<description><![CDATA[If you&#8217;re using a GeForce 8&#215;00 graphics card and the binary blob from nVidia you&#8217;ll may notice that the picture on your TV is slightly larger than the area the TV can display; a part of your desktop will be invisible. That is pretty annoying, especially when watching movies with subtitles and half of the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using a GeForce 8&#215;00 graphics card and the binary blob from nVidia you&#8217;ll may notice that the picture on your TV is slightly larger than the area the TV can display; a part of your desktop will be invisible.</p>
<p>That is pretty annoying, especially when watching movies with subtitles and half of the subtitle is unreadable just because of that.</p>
<p>Now, the following is a little something that works fine at least for Mplayer&#8230;</p>
<p>Mplayer provides the command line switches <strong>-screenh</strong> and <strong>-screenw</strong> which you can use to rescale the movie on the TV a little bit. For me, the following command line works out pretty fine:</p>
<blockquote><p>mplayer -screenh 725 filename.mkv</p></blockquote>
<p>Give it a try, play with the values and let&#8217;s hope nVidia will fix this nasty issue one day&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tsukasa.jidder.de/blog/2008/04/05/workaround-for-nvidia-linux-driver-tv-out-scaling-problem/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
