<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.bakabt.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daf0x</id>
	<title>BakaBT Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.bakabt.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daf0x"/>
	<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=Special:Contributions/Daf0x"/>
	<updated>2026-04-22T02:17:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>http://wiki.bakabt.me/index.php?title=Talk:Linux_Video_Playback&amp;diff=389</id>
		<title>Talk:Linux Video Playback</title>
		<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=Talk:Linux_Video_Playback&amp;diff=389"/>
		<updated>2008-08-26T17:11:53Z</updated>

		<summary type="html">&lt;p&gt;Daf0x: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== No &#039;codec pack&#039; things here, huh? ==&lt;br /&gt;
&lt;br /&gt;
I believe,covering Totem and Kaffeine. And mplayer, of course.&lt;br /&gt;
Btw, AFAIK only mplayer features libass now, so it&#039;s a natural choice for a perfectionist. :)&lt;br /&gt;
/ajaxas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Is it necessary to add installation instructions for every combination of player and distribution, or&lt;br /&gt;
should we just add a generic section referring users to their package manager to install software?&lt;br /&gt;
Also don&#039;t most distributions already come with a load of players preinstalled, so perhaps we can just list the configuration options&lt;br /&gt;
required to get the most out of them. /[[User:Daf0x|Daf0x]]&lt;/div&gt;</summary>
		<author><name>Daf0x</name></author>
	</entry>
	<entry>
		<id>http://wiki.bakabt.me/index.php?title=Talk:Linux_Video_Playback&amp;diff=388</id>
		<title>Talk:Linux Video Playback</title>
		<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=Talk:Linux_Video_Playback&amp;diff=388"/>
		<updated>2008-08-26T17:10:59Z</updated>

		<summary type="html">&lt;p&gt;Daf0x: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== No &#039;codec pack&#039; things here, huh? ==&lt;br /&gt;
&lt;br /&gt;
I believe,covering Totem and Kaffeine. And mplayer, of course.&lt;br /&gt;
Btw, AFAIK only mplayer features libass now, so it&#039;s a natural choice for a perfectionist. :)&lt;br /&gt;
/ajaxas&lt;br /&gt;
&lt;br /&gt;
Is it necessary to add installation instructions for every combination of player and distribution, or&lt;br /&gt;
should we just add a generic section referring users to their package manager to install software?&lt;br /&gt;
Also don&#039;t most distributions already come with a load of players preinstalled, so perhaps we can just list the configuration options&lt;br /&gt;
required to get the most out of them.&lt;/div&gt;</summary>
		<author><name>Daf0x</name></author>
	</entry>
	<entry>
		<id>http://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=387</id>
		<title>Linux Video Playback</title>
		<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=387"/>
		<updated>2008-08-26T17:07:19Z</updated>

		<summary type="html">&lt;p&gt;Daf0x: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article explains the best video playback options for Linux and provides installation instructions.&lt;br /&gt;
&lt;br /&gt;
==List of recommended players==&lt;br /&gt;
;* [http://www.mplayerhq.hu/design7/news.html MPlayer]&lt;br /&gt;
;* [http://smplayer.sourceforge.net/ SMPlayer]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
If providing installation instructions perhaps do something like this, but it seems a bit overkill.&lt;br /&gt;
Perhaps just add a generic section referring users to their package manager?&lt;br /&gt;
==MPlayer==&lt;br /&gt;
===Installing MPlayer===&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva mplayer&lt;br /&gt;
====OpenSuse====&lt;br /&gt;
 opensuse-package-manager-name --install-command mplayer&lt;br /&gt;
====Ubuntu====&lt;br /&gt;
 apt-get install mplayer&lt;br /&gt;
&lt;br /&gt;
===MPlayer tweaks===&lt;br /&gt;
tweak tweak tweak&lt;br /&gt;
&lt;br /&gt;
Example configuration file (&amp;lt;tt&amp;gt;~/.mplayer/config&amp;lt;/tt&amp;gt;):&lt;br /&gt;
 vo=xv&lt;br /&gt;
 ao=alsa&lt;br /&gt;
 channels=4&lt;br /&gt;
 alang=en,es&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==SMPlayer==&lt;br /&gt;
MPlayer by itself is fine but SMPlayer provides an easy to use interface to MPlayer so it is a better choice for most. It contains a couple of nice features, including autosaving the playback position so you can continue watching your movie the next time you start it (this feature can be disabled of course). &lt;br /&gt;
&lt;br /&gt;
===Installing SMPlayer===&lt;br /&gt;
*For OpenSUSE users you can grab the .rpm from SMPlayer&#039;s website, for Ubuntu users you can use the .deb from SMPlayer&#039;s website or you can install it with the following command:&amp;lt;br&amp;gt;&lt;br /&gt;
 sudo apt-get install smplayer&lt;br /&gt;
*If you don&#039;t use OpenSUSE or Ubuntu then you can compile from source, the source code along with installation instructions are available on SMPlayer&#039;s website.&lt;br /&gt;
*After installation you&#039;ll need to configure it a little:&lt;br /&gt;
Start SMPlayer, open the options (Ctrl + P), go to the subtitles section, within the section go to the SSA/ASS library tab and check the check box for using SSA/ASS library. With this you can see the subtitle&#039;s colors and fonts (Note: the used fonts must be installed on the system for this).&lt;br /&gt;
&lt;br /&gt;
===SMPlayer tweaks===&lt;br /&gt;
If you see a black screen at playing, or the colors doesn&#039;t seems to be right, or the playing is too slow or wrong you may need to change the video rendering mode. To do this go to the options, general section, general tab, output drivers, Video, and set it to &amp;lt;tt&amp;gt;x11&amp;lt;/tt&amp;gt; -  this will use software rendering. Alternatively you can use &amp;lt;tt&amp;gt;xv&amp;lt;/tt&amp;gt; for XVideo rendering or either &amp;lt;tt&amp;gt;gl&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;gl2&amp;lt;/tt&amp;gt; for OpenGL rendering. In general you should try these options in the following order for best quality and performance: &amp;lt;tt&amp;gt;xv&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;gl2&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;gl&amp;lt;/tt&amp;gt; and finally &amp;lt;tt&amp;gt;x11&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Daf0x</name></author>
	</entry>
</feed>