<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: MPlayer and Openbox</title>
	<atom:link href="http://kmandla.wordpress.com/2008/08/15/mplayer-and-openbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2008/08/15/mplayer-and-openbox/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: vev</title>
		<link>http://kmandla.wordpress.com/2008/08/15/mplayer-and-openbox/#comment-39854</link>
		<dc:creator><![CDATA[vev]]></dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/?p=1212#comment-39854</guid>
		<description><![CDATA[Very nice!I also use Openbox+Mplayer, though i use smplayer frontend. Cheers]]></description>
		<content:encoded><![CDATA[<p>Very nice!I also use Openbox+Mplayer, though i use smplayer frontend. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2008/08/15/mplayer-and-openbox/#comment-36917</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Fri, 15 Aug 2008 22:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/?p=1212#comment-36917</guid>
		<description><![CDATA[&lt;strong&gt;dave foster:&lt;/strong&gt; Ah, you&#039;re right: I forgot that those values could change slightly from distro to distro, thanks. 

&lt;strong&gt;robert:&lt;/strong&gt; Sorry, but I&#039;m afraid you&#039;ll never sell me on VLC. I have friends who love it, but it doesn&#039;t seem to do what I want, how I want. To each his own, I guess. ... :)

&lt;strong&gt;reacocard:&lt;/strong&gt; Thanks for those, I have been wanting to set some of those things up properly in the config file. To be completely honest, I hadn&#039;t dug around for them yet because the documentation for MPlayer is ... intimidating. :shock: Cheers!]]></description>
		<content:encoded><![CDATA[<p><strong>dave foster:</strong> Ah, you&#8217;re right: I forgot that those values could change slightly from distro to distro, thanks. </p>
<p><strong>robert:</strong> Sorry, but I&#8217;m afraid you&#8217;ll never sell me on VLC. I have friends who love it, but it doesn&#8217;t seem to do what I want, how I want. To each his own, I guess. &#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>reacocard:</strong> Thanks for those, I have been wanting to set some of those things up properly in the config file. To be completely honest, I hadn&#8217;t dug around for them yet because the documentation for MPlayer is &#8230; intimidating. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' />  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reacocard</title>
		<link>http://kmandla.wordpress.com/2008/08/15/mplayer-and-openbox/#comment-36913</link>
		<dc:creator><![CDATA[reacocard]]></dc:creator>
		<pubDate>Fri, 15 Aug 2008 17:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/?p=1212#comment-36913</guid>
		<description><![CDATA[For the xscreensaver bit, you can always just put

stop-xscreensaver=&quot;yes&quot;

into ~/.mplayer/config instead. This works for any mplayer command line argument (i think), so you can preset mplayer pretty much however you want with it.

And yes, VLC subtitling sucks. Mplayer&#039;s is good bvy default, but to make it even better add these line to ~/.mplayer/config

subfont-osd-scale=3
subfont-text-scale=3
embeddedfonts=yes
spuaa=4
spugauss=3.0
subfont-blur=4
ffactor=1 

The first two lines set the text size to a more reasonable level. The remainder increase the quality of font rendering, giving you beautifully smooth subtitles.

Other tricks you can try are

Set default audio/sub language:

alang=jn,jpn,en,eng
slang=en,eng

Those lines choose japanese audio if available (useful for watching anime :D), and fall back to english if it isnt (or the default in the file if neither). Subs will be automatically enabled if english subs are available, otherwise they are disabled.

Up software volume max for computers with poor speakers (use 9 and 0 keys to adjust softvol):

softvol=yes
softvol-max=400]]></description>
		<content:encoded><![CDATA[<p>For the xscreensaver bit, you can always just put</p>
<p>stop-xscreensaver=&#8221;yes&#8221;</p>
<p>into ~/.mplayer/config instead. This works for any mplayer command line argument (i think), so you can preset mplayer pretty much however you want with it.</p>
<p>And yes, VLC subtitling sucks. Mplayer&#8217;s is good bvy default, but to make it even better add these line to ~/.mplayer/config</p>
<p>subfont-osd-scale=3<br />
subfont-text-scale=3<br />
embeddedfonts=yes<br />
spuaa=4<br />
spugauss=3.0<br />
subfont-blur=4<br />
ffactor=1 </p>
<p>The first two lines set the text size to a more reasonable level. The remainder increase the quality of font rendering, giving you beautifully smooth subtitles.</p>
<p>Other tricks you can try are</p>
<p>Set default audio/sub language:</p>
<p>alang=jn,jpn,en,eng<br />
slang=en,eng</p>
<p>Those lines choose japanese audio if available (useful for watching anime <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ), and fall back to english if it isnt (or the default in the file if neither). Subs will be automatically enabled if english subs are available, otherwise they are disabled.</p>
<p>Up software volume max for computers with poor speakers (use 9 and 0 keys to adjust softvol):</p>
<p>softvol=yes<br />
softvol-max=400</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujoy</title>
		<link>http://kmandla.wordpress.com/2008/08/15/mplayer-and-openbox/#comment-36912</link>
		<dc:creator><![CDATA[Sujoy]]></dc:creator>
		<pubDate>Fri, 15 Aug 2008 15:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/?p=1212#comment-36912</guid>
		<description><![CDATA[nah, subtitle rendering in VLC puts me off, and mplayer with all its keybindings and a simple config file rocks.]]></description>
		<content:encoded><![CDATA[<p>nah, subtitle rendering in VLC puts me off, and mplayer with all its keybindings and a simple config file rocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://kmandla.wordpress.com/2008/08/15/mplayer-and-openbox/#comment-36910</link>
		<dc:creator><![CDATA[robert]]></dc:creator>
		<pubDate>Fri, 15 Aug 2008 15:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/?p=1212#comment-36910</guid>
		<description><![CDATA[Wow, so much work for such simple things. In VLC I can do this with mouse clicks under the &#039;view&#039; menu. VLC, in all operating systems, is the best!]]></description>
		<content:encoded><![CDATA[<p>Wow, so much work for such simple things. In VLC I can do this with mouse clicks under the &#8216;view&#8217; menu. VLC, in all operating systems, is the best!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave foster</title>
		<link>http://kmandla.wordpress.com/2008/08/15/mplayer-and-openbox/#comment-36908</link>
		<dc:creator><![CDATA[dave foster]]></dc:creator>
		<pubDate>Fri, 15 Aug 2008 14:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/?p=1212#comment-36908</guid>
		<description><![CDATA[Thanks - I had always wanted to set that up but never bothered to do so.  Just a note, on my system, the name is &quot;x11&quot; and not &quot;xv&quot;.  I got that by xprop &#124; grep CLASS on the mplayer window, perhaps I got lucky.. the name/class thing is always confusing.]]></description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I had always wanted to set that up but never bothered to do so.  Just a note, on my system, the name is &#8220;x11&#8243; and not &#8220;xv&#8221;.  I got that by xprop | grep CLASS on the mplayer window, perhaps I got lucky.. the name/class thing is always confusing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
