<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bakabt.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cenore</id>
	<title>BakaBT Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bakabt.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cenore"/>
	<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Special:Contributions/Cenore"/>
	<updated>2026-05-14T14:42:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=4844</id>
		<title>Linux Video Playback</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=4844"/>
		<updated>2010-09-18T07:12:22Z</updated>

		<summary type="html">&lt;p&gt;Cenore: /* Red Hat Based Distributions (Including Fedora) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Recommended Media Players==&lt;br /&gt;
;* [[Wikipedia:MPlayer|MPlayer]]&lt;br /&gt;
;* [[Wikipedia:SMPlayer|SMPlayer]]&lt;br /&gt;
&lt;br /&gt;
==MPlayer==&lt;br /&gt;
===Installation===&lt;br /&gt;
Perform one of the following commands as root, depending on your distribution. If you do not find information pertaining to the distribution you use, refer to your distributions documentation.&lt;br /&gt;
&lt;br /&gt;
====Debian Based Distributions (Including Ubuntu)====&lt;br /&gt;
 aptitude install mplayer&lt;br /&gt;
For additional codecs:&lt;br /&gt;
# Visit http://debian-multimedia.org/ and add it as a package repository using the instructions in the red boxes.&lt;br /&gt;
 sudo aptitude update &amp;amp;&amp;amp; sudo aptitude install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
=====Ubuntu PPA=====&lt;br /&gt;
The MPlayer version in the default Ubuntu repositories is outdated, look for a [https://launchpad.net/ubuntu/+ppas PPA] with an updated version.&lt;br /&gt;
&lt;br /&gt;
====OpenSuse====&lt;br /&gt;
 zypper in mplayer&lt;br /&gt;
&lt;br /&gt;
====Red Hat Based Distributions (Including Fedora)====&lt;br /&gt;
MPlayer is not in the official Fedora repositories. You will have to add and enable the [http://rpmfusion.org/ RPM Fusion] third-party repositories before being able to install MPlayer.&lt;br /&gt;
 yum install mplayer&lt;br /&gt;
&lt;br /&gt;
====Arch Linux====&lt;br /&gt;
 pacman -S mplayer&lt;br /&gt;
&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva mplayer&lt;br /&gt;
&lt;br /&gt;
===MPlayer codecs===&lt;br /&gt;
Not all distributions include the full set of MPlayer codecs in their repositories. To install the full set follow these easy steps.&lt;br /&gt;
&lt;br /&gt;
# Download: http://www4.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2&lt;br /&gt;
# Extract with: tar xvf all-20071007.tar.bz2&lt;br /&gt;
# Copy the codecs (but not the directory) to the MPlayer codec directory. Default is /usr/lib/win32&lt;br /&gt;
&lt;br /&gt;
====NVIDIA VDPAU====&lt;br /&gt;
If you use an NVIDIA GPU be sure to install their latest binary drivers as they offer a feature that enables offloading video decoding from the CPU to GPU which may provide smoother video playback, especially for h264 encoded videos while keeping CPU usage at low levels. Check your MPlayer configuration to use both the VDPAU video option (-vc) and video output (-vo). Type &amp;quot;mplayer -vo help&amp;quot; to list available outputs.&lt;br /&gt;
&lt;br /&gt;
====ATI====&lt;br /&gt;
The open source video driver provides hardware accelerated video decoding for R600+ based GPUs.&lt;br /&gt;
&lt;br /&gt;
===MPlayer tweaks===&lt;br /&gt;
This is a sample configuration file tailored for specific preferences. The MPlayer configuration file can be found at: ~/.mplayer/config. All of the options are documented in [http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html the manual].&lt;br /&gt;
&lt;br /&gt;
 # If no GPU-specific video output driver is available, xv is the best choice,&lt;br /&gt;
 # followed by x11 (which doesn&#039;t not do software zooming unless passed &amp;quot;-zoom&amp;quot; or &amp;quot;zoom=1&amp;quot;)&lt;br /&gt;
 vo=xv&lt;br /&gt;
 ao=alsa&lt;br /&gt;
 # 4 audio channels for surround sound files&lt;br /&gt;
 channels=4&lt;br /&gt;
 # Default audio and subtitle tracks. (Not all files use the correct tags,&lt;br /&gt;
 # so sometimes it will be necessary to switch streams manually with &#039;#&#039; and &#039;j&#039;&lt;br /&gt;
 # or from the command line with &amp;quot;-aid x&amp;quot; and &amp;quot;-sid x&amp;quot;)&lt;br /&gt;
 alang=jp,jpn,&lt;br /&gt;
 slang=en,eng,&lt;br /&gt;
 # Find ASS subs and use the fonts provided in the file if possible&lt;br /&gt;
 ass=1&lt;br /&gt;
 embeddedfonts=1&lt;br /&gt;
 fontconfig=1&lt;br /&gt;
 # The highest level of subtitle anti-aliasing&lt;br /&gt;
 spuaa=4&lt;br /&gt;
 # Less stdout text&lt;br /&gt;
 quiet=1&lt;br /&gt;
&lt;br /&gt;
====MPlayer Tricks====&lt;br /&gt;
MPlayer has a large collection of video filters included. You may use them to achieve different results.&lt;br /&gt;
&lt;br /&gt;
* Play interlaced video without combing:&lt;br /&gt;
 mplayer -vf pullup myvideo.ext&lt;br /&gt;
* Increase saturation and contrast:&lt;br /&gt;
 mplayer -vf eq2=0.8 myvideo.ext&lt;br /&gt;
* Remove &amp;quot;mosquito&amp;quot; noise:&lt;br /&gt;
 mplayer -vf hqdn3d myvideo.ext&lt;br /&gt;
* Make crappy video look good:&lt;br /&gt;
 mplayer -vf pp7 myvideo.ext&lt;br /&gt;
* Combine:&lt;br /&gt;
 mplayer -ass -embeddedfonts -vf pullup,eq2=0.8,unsharp=l3x3:0.2,hqdn3d myvideo.ext&lt;br /&gt;
&lt;br /&gt;
==SMPlayer==&lt;br /&gt;
SMPlayer provides a QT based front-end to MPlayer. It contains useful features such as saving the video position allowing you to continue watching the video from that point at a later date.&lt;br /&gt;
&lt;br /&gt;
===Installing SMPlayer===&lt;br /&gt;
====Debian Based Distributions (Including Ubuntu)====&lt;br /&gt;
 sudo apt-get install smplayer&lt;br /&gt;
You can also:&lt;br /&gt;
* Download the .deb file from [http://smplayer.sourceforge.net/downloads.php the SMPlayer website] or&lt;br /&gt;
* Add the SMPlayer repository to your /etc/apt/sources.list.&lt;br /&gt;
8.04 (hardy):&lt;br /&gt;
 deb http://ppa.launchpad.net/rvm/ubuntu hardy main&lt;br /&gt;
8.10 (intrepid):&lt;br /&gt;
 deb http://ppa.launchpad.net/rvm/ubuntu intrepid main&lt;br /&gt;
&lt;br /&gt;
====Arch Linux====&lt;br /&gt;
 pacman -S smplayer&lt;br /&gt;
&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva smplayer&lt;br /&gt;
&lt;br /&gt;
====Red Hat Based Distributions (Including Fedora)====&lt;br /&gt;
You will need to enable the [http://rpmfusion.org/ RPM Fusion] third-party repositories to be able to install SMplayer.&lt;br /&gt;
 yum install smplayer&lt;br /&gt;
&lt;br /&gt;
====Building from Source (Compiling)====&lt;br /&gt;
Grab the tarball from [http://smplayer.sourceforge.net/downloads.php the SMPlayer download page].  Decompress it, cd into the directory, and run&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
If you don&#039;t have sudo installed/configured, then the last step will be instead&lt;br /&gt;
 su&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
===SMPlayer tweaks===&lt;br /&gt;
After installation you may want to configure SMPlayer. 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.&lt;br /&gt;
&lt;br /&gt;
If you see a black screen at playing, the colors don&#039;t seem to be right, or playback is too slow, you may need to change the video rendering mode. To do this go to the Options &amp;gt; general section &amp;gt; general tab &amp;gt; output drivers &amp;gt; 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>Cenore</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=4828</id>
		<title>Linux Video Playback</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=4828"/>
		<updated>2010-08-30T00:46:41Z</updated>

		<summary type="html">&lt;p&gt;Cenore: /* Installing SMPlayer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article explains 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/ MPlayer]&lt;br /&gt;
;* [http://smplayer.sourceforge.net/ SMPlayer]&lt;br /&gt;
==MPlayer==&lt;br /&gt;
&lt;br /&gt;
===Installing Mplayer from distro repos ===&lt;br /&gt;
Perform the one of the following commands as root, depending on your distribution.&lt;br /&gt;
&lt;br /&gt;
====Debian based distributions (Includes Ubuntu)====&lt;br /&gt;
 aptitude install mplayer&lt;br /&gt;
&lt;br /&gt;
For additional codecs:&lt;br /&gt;
&lt;br /&gt;
# Visit http://debian-multimedia.org/ and add it as a package repository using the instructions in the red boxes.&lt;br /&gt;
# sudo aptitude update &amp;amp;&amp;amp; sudo aptitude install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
=====Ubuntu PPA=====&lt;br /&gt;
Usually the version in Ubuntu default repos is pretty old, you might want to check [https://launchpad.net/ubuntu/+ppas PPA] for updated versions.&lt;br /&gt;
&lt;br /&gt;
====OpenSuse====&lt;br /&gt;
 zypper in mplayer&lt;br /&gt;
&lt;br /&gt;
====Fedora/Red Hat based distributions====&lt;br /&gt;
Mplayer is not in the official Fedora repos. You will have to add and enable the [http://rpmfusion.org/ RPM Fusion] third-party repos by hand before installing Mplayer.&lt;br /&gt;
 yum install mplayer&lt;br /&gt;
&lt;br /&gt;
====Arch Linux====&lt;br /&gt;
 pacman -S mplayer&lt;br /&gt;
&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva mplayer&lt;br /&gt;
&lt;br /&gt;
===Compiling MPlayer from source===&lt;br /&gt;
Most Linux distros ship with very outdated versions of MPlayer. The version of the source maintained at [http://repo.or.cz/w/mplayer-build.git uau&#039;s git repository] contains many features and bugfixes not found in the SVN trunk, including:&lt;br /&gt;
* [http://en.wikipedia.org/wiki/VDPAU vdpau] support ([http://en.wikipedia.org/wiki/Graphics_processing_unit GPU] decoding)&lt;br /&gt;
* better ff[http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC h264] asm (faster decoding)&lt;br /&gt;
* newer lib[http://en.wikipedia.org/wiki/SubStation_Alpha ass] (better subtitle rendering; many bugfixes here alone)&lt;br /&gt;
* no need for external Windows codecs for some files anymore&lt;br /&gt;
* ordered chapters support (which a lot of modern DVD/bluray rips use)&lt;br /&gt;
* ffmpeg-mt (multithreaded decoding for multicore processors)&lt;br /&gt;
* various fixes for bad MPlayer behavior&lt;br /&gt;
&lt;br /&gt;
 git clone http://repo.or.cz/w/mplayer-build.git&lt;br /&gt;
 cd mplayer-build&lt;br /&gt;
Read the README. Unfortunately, you will have to install the many development headers to enable basic features.&lt;br /&gt;
&lt;br /&gt;
===MPlayer codecs===&lt;br /&gt;
&lt;br /&gt;
Not all distributions include the full set of mplayer codecs in their repositories. To install the full set follow these easy steps.&lt;br /&gt;
&lt;br /&gt;
# Download: http://www4.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2&lt;br /&gt;
# Extract with: tar xvf all-20071007.tar.bz2&lt;br /&gt;
# Copy the codecs (but not the directory) to the MPlayer codec directory. Default is /usr/lib/win32&lt;br /&gt;
&lt;br /&gt;
====NVIDIA vdpau====&lt;br /&gt;
&lt;br /&gt;
If you use NVIDIA GPU, be sure to install their latest binary drivers, as they offer offloading video decoding from CPU to GPU which provides far smoother playback, especially for h264 video, while keeping CPU usage at vero low level. Check your mplayer configuration to use both vdpau video codec (-vc) and video output (-vo). Type &amp;quot;mplayer -vo help&amp;quot; to list available outputs.&lt;br /&gt;
&lt;br /&gt;
====ATI====&lt;br /&gt;
&lt;br /&gt;
The upcoming (as of 2009.10.04) open source driver should provide hardware accelerated video decoding for R600+ based GPUs. This will happen probably sometime around linux 2.6.32 release.&lt;br /&gt;
&lt;br /&gt;
===MPlayer tweaks===&lt;br /&gt;
This is a sample configuration file tailored for specific preferences. The MPlayer configuration file can be found at: &amp;lt;tt&amp;gt;~/.mplayer/config&amp;lt;/tt&amp;gt;. All of the options are documented in [http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html the manpage].&lt;br /&gt;
&lt;br /&gt;
 # If no GPU-specific video output driver is available, xv is the best choice,&lt;br /&gt;
 # followed by x11 (which doesn&#039;t not do software zooming unless passed &amp;quot;-zoom&amp;quot; or &amp;quot;zoom=1&amp;quot;)&lt;br /&gt;
 vo=xv&lt;br /&gt;
 ao=alsa&lt;br /&gt;
 # 4 audio channels for surround sound files&lt;br /&gt;
 channels=4&lt;br /&gt;
 # Default audio and subtitle tracks. (Not all files use the correct tags,&lt;br /&gt;
 # so sometimes it will be necessary to switch streams manually with &#039;#&#039; and &#039;j&#039;&lt;br /&gt;
 # or from the command line with &amp;quot;-aid x&amp;quot; and &amp;quot;-sid x&amp;quot;)&lt;br /&gt;
 alang=jp,jpn,&lt;br /&gt;
 slang=en,eng,&lt;br /&gt;
 # Find ASS subs and use the fonts provided in the file if possible&lt;br /&gt;
 ass=1&lt;br /&gt;
 embeddedfonts=1&lt;br /&gt;
 fontconfig=1&lt;br /&gt;
 # The highest level of subtitle anti-aliasing&lt;br /&gt;
 spuaa=4&lt;br /&gt;
 # Less stdout text&lt;br /&gt;
 quiet=1&lt;br /&gt;
&lt;br /&gt;
====MPlayer Tricks====&lt;br /&gt;
MPlayer has a huge collection of filters included. Some of them are magical.&lt;br /&gt;
&lt;br /&gt;
* Play interlaced video without combing:&lt;br /&gt;
 mplayer -vf pullup myvideo.ext&lt;br /&gt;
* Increase saturation and contrast:&lt;br /&gt;
 mplayer -vf eq2=0.8 myvideo.ext&lt;br /&gt;
* Remove &amp;quot;mosquito&amp;quot; noise:&lt;br /&gt;
 mplayer -vf hqdn3d myvideo.ext&lt;br /&gt;
* Make crappy video look good:&lt;br /&gt;
 mplayer -vf pp7 myvideo.ext&lt;br /&gt;
* Combine:&lt;br /&gt;
 mplayer -ass -embeddedfonts -vf pullup,eq2=0.8,unsharp=l3x3:0.2,hqdn3d myvideo.ext&lt;br /&gt;
&lt;br /&gt;
==SMPlayer==&lt;br /&gt;
SMPlayer provides an easy-to-use QT interface to MPlayer. It contains a couple of nice features including saving the playback position so you can continue watching your video the next time you start it (this feature can be disabled of course).&lt;br /&gt;
&lt;br /&gt;
===Installing SMPlayer===&lt;br /&gt;
====Debian/Ubuntu====&lt;br /&gt;
 sudo apt-get install smplayer&lt;br /&gt;
You can also:&lt;br /&gt;
* Download the .deb file from [http://smplayer.sourceforge.net/downloads.php the SMPlayer website] or&lt;br /&gt;
* Add the SMPlayer repository to your /etc/apt/sources.list.&lt;br /&gt;
8.04 (hardy):&lt;br /&gt;
 deb http://ppa.launchpad.net/rvm/ubuntu hardy main&lt;br /&gt;
8.10 (intrepid):&lt;br /&gt;
 deb http://ppa.launchpad.net/rvm/ubuntu intrepid main&lt;br /&gt;
&lt;br /&gt;
====Arch Linux====&lt;br /&gt;
 pacman -S smplayer&lt;br /&gt;
&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva smplayer&lt;br /&gt;
&lt;br /&gt;
====Fedora====&lt;br /&gt;
You will need to enable [http://rpmfusion.org/ RPM Fusion] to install SMplayer.&lt;br /&gt;
 yum install smplayer&lt;br /&gt;
&lt;br /&gt;
====Building from Source (Compiling)====&lt;br /&gt;
Grab the tarball from [http://smplayer.sourceforge.net/downloads.php the SMPlayer download page].  Decompress it, cd into the directory, and run&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
If you don&#039;t have sudo installed/configured, then the last step will be instead&lt;br /&gt;
 su&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
===SMPlayer tweaks===&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.&lt;br /&gt;
&lt;br /&gt;
If you see a black screen at playing, the colors don&#039;t seem to be right, or playback is too slow, you may need to change the video rendering mode. To do this go to the Options &amp;gt; general section &amp;gt; general tab &amp;gt; output drivers &amp;gt; 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>Cenore</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=4827</id>
		<title>Linux Video Playback</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=4827"/>
		<updated>2010-08-30T00:43:03Z</updated>

		<summary type="html">&lt;p&gt;Cenore: /* Fedora/Red Hat based distributions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article explains 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/ MPlayer]&lt;br /&gt;
;* [http://smplayer.sourceforge.net/ SMPlayer]&lt;br /&gt;
==MPlayer==&lt;br /&gt;
&lt;br /&gt;
===Installing Mplayer from distro repos ===&lt;br /&gt;
Perform the one of the following commands as root, depending on your distribution.&lt;br /&gt;
&lt;br /&gt;
====Debian based distributions (Includes Ubuntu)====&lt;br /&gt;
 aptitude install mplayer&lt;br /&gt;
&lt;br /&gt;
For additional codecs:&lt;br /&gt;
&lt;br /&gt;
# Visit http://debian-multimedia.org/ and add it as a package repository using the instructions in the red boxes.&lt;br /&gt;
# sudo aptitude update &amp;amp;&amp;amp; sudo aptitude install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
=====Ubuntu PPA=====&lt;br /&gt;
Usually the version in Ubuntu default repos is pretty old, you might want to check [https://launchpad.net/ubuntu/+ppas PPA] for updated versions.&lt;br /&gt;
&lt;br /&gt;
====OpenSuse====&lt;br /&gt;
 zypper in mplayer&lt;br /&gt;
&lt;br /&gt;
====Fedora/Red Hat based distributions====&lt;br /&gt;
Mplayer is not in the official Fedora repos. You will have to add and enable the [http://rpmfusion.org/ RPM Fusion] third-party repos by hand before installing Mplayer.&lt;br /&gt;
 yum install mplayer&lt;br /&gt;
&lt;br /&gt;
====Arch Linux====&lt;br /&gt;
 pacman -S mplayer&lt;br /&gt;
&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva mplayer&lt;br /&gt;
&lt;br /&gt;
===Compiling MPlayer from source===&lt;br /&gt;
Most Linux distros ship with very outdated versions of MPlayer. The version of the source maintained at [http://repo.or.cz/w/mplayer-build.git uau&#039;s git repository] contains many features and bugfixes not found in the SVN trunk, including:&lt;br /&gt;
* [http://en.wikipedia.org/wiki/VDPAU vdpau] support ([http://en.wikipedia.org/wiki/Graphics_processing_unit GPU] decoding)&lt;br /&gt;
* better ff[http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC h264] asm (faster decoding)&lt;br /&gt;
* newer lib[http://en.wikipedia.org/wiki/SubStation_Alpha ass] (better subtitle rendering; many bugfixes here alone)&lt;br /&gt;
* no need for external Windows codecs for some files anymore&lt;br /&gt;
* ordered chapters support (which a lot of modern DVD/bluray rips use)&lt;br /&gt;
* ffmpeg-mt (multithreaded decoding for multicore processors)&lt;br /&gt;
* various fixes for bad MPlayer behavior&lt;br /&gt;
&lt;br /&gt;
 git clone http://repo.or.cz/w/mplayer-build.git&lt;br /&gt;
 cd mplayer-build&lt;br /&gt;
Read the README. Unfortunately, you will have to install the many development headers to enable basic features.&lt;br /&gt;
&lt;br /&gt;
===MPlayer codecs===&lt;br /&gt;
&lt;br /&gt;
Not all distributions include the full set of mplayer codecs in their repositories. To install the full set follow these easy steps.&lt;br /&gt;
&lt;br /&gt;
# Download: http://www4.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2&lt;br /&gt;
# Extract with: tar xvf all-20071007.tar.bz2&lt;br /&gt;
# Copy the codecs (but not the directory) to the MPlayer codec directory. Default is /usr/lib/win32&lt;br /&gt;
&lt;br /&gt;
====NVIDIA vdpau====&lt;br /&gt;
&lt;br /&gt;
If you use NVIDIA GPU, be sure to install their latest binary drivers, as they offer offloading video decoding from CPU to GPU which provides far smoother playback, especially for h264 video, while keeping CPU usage at vero low level. Check your mplayer configuration to use both vdpau video codec (-vc) and video output (-vo). Type &amp;quot;mplayer -vo help&amp;quot; to list available outputs.&lt;br /&gt;
&lt;br /&gt;
====ATI====&lt;br /&gt;
&lt;br /&gt;
The upcoming (as of 2009.10.04) open source driver should provide hardware accelerated video decoding for R600+ based GPUs. This will happen probably sometime around linux 2.6.32 release.&lt;br /&gt;
&lt;br /&gt;
===MPlayer tweaks===&lt;br /&gt;
This is a sample configuration file tailored for specific preferences. The MPlayer configuration file can be found at: &amp;lt;tt&amp;gt;~/.mplayer/config&amp;lt;/tt&amp;gt;. All of the options are documented in [http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html the manpage].&lt;br /&gt;
&lt;br /&gt;
 # If no GPU-specific video output driver is available, xv is the best choice,&lt;br /&gt;
 # followed by x11 (which doesn&#039;t not do software zooming unless passed &amp;quot;-zoom&amp;quot; or &amp;quot;zoom=1&amp;quot;)&lt;br /&gt;
 vo=xv&lt;br /&gt;
 ao=alsa&lt;br /&gt;
 # 4 audio channels for surround sound files&lt;br /&gt;
 channels=4&lt;br /&gt;
 # Default audio and subtitle tracks. (Not all files use the correct tags,&lt;br /&gt;
 # so sometimes it will be necessary to switch streams manually with &#039;#&#039; and &#039;j&#039;&lt;br /&gt;
 # or from the command line with &amp;quot;-aid x&amp;quot; and &amp;quot;-sid x&amp;quot;)&lt;br /&gt;
 alang=jp,jpn,&lt;br /&gt;
 slang=en,eng,&lt;br /&gt;
 # Find ASS subs and use the fonts provided in the file if possible&lt;br /&gt;
 ass=1&lt;br /&gt;
 embeddedfonts=1&lt;br /&gt;
 fontconfig=1&lt;br /&gt;
 # The highest level of subtitle anti-aliasing&lt;br /&gt;
 spuaa=4&lt;br /&gt;
 # Less stdout text&lt;br /&gt;
 quiet=1&lt;br /&gt;
&lt;br /&gt;
====MPlayer Tricks====&lt;br /&gt;
MPlayer has a huge collection of filters included. Some of them are magical.&lt;br /&gt;
&lt;br /&gt;
* Play interlaced video without combing:&lt;br /&gt;
 mplayer -vf pullup myvideo.ext&lt;br /&gt;
* Increase saturation and contrast:&lt;br /&gt;
 mplayer -vf eq2=0.8 myvideo.ext&lt;br /&gt;
* Remove &amp;quot;mosquito&amp;quot; noise:&lt;br /&gt;
 mplayer -vf hqdn3d myvideo.ext&lt;br /&gt;
* Make crappy video look good:&lt;br /&gt;
 mplayer -vf pp7 myvideo.ext&lt;br /&gt;
* Combine:&lt;br /&gt;
 mplayer -ass -embeddedfonts -vf pullup,eq2=0.8,unsharp=l3x3:0.2,hqdn3d myvideo.ext&lt;br /&gt;
&lt;br /&gt;
==SMPlayer==&lt;br /&gt;
SMPlayer provides an easy-to-use QT interface to MPlayer. It contains a couple of nice features including saving the playback position so you can continue watching your video the next time you start it (this feature can be disabled of course).&lt;br /&gt;
&lt;br /&gt;
===Installing SMPlayer===&lt;br /&gt;
====Debian/Ubuntu====&lt;br /&gt;
 sudo apt-get install smplayer&lt;br /&gt;
You can also:&lt;br /&gt;
* Download the .deb file from [http://smplayer.sourceforge.net/downloads.php the SMPlayer website] or&lt;br /&gt;
* Add the SMPlayer repository to your /etc/apt/sources.list.&lt;br /&gt;
8.04 (hardy):&lt;br /&gt;
 deb http://ppa.launchpad.net/rvm/ubuntu hardy main&lt;br /&gt;
8.10 (intrepid):&lt;br /&gt;
 deb http://ppa.launchpad.net/rvm/ubuntu intrepid main&lt;br /&gt;
&lt;br /&gt;
====Arch Linux====&lt;br /&gt;
 pacman -S smplayer&lt;br /&gt;
&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva smplayer&lt;br /&gt;
&lt;br /&gt;
====Building from Source (Compiling)====&lt;br /&gt;
Grab the tarball from [http://smplayer.sourceforge.net/downloads.php the SMPlayer download page].  Decompress it, cd into the directory, and run&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
If you don&#039;t have sudo installed/configured, then the last step will be instead&lt;br /&gt;
 su&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
===SMPlayer tweaks===&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.&lt;br /&gt;
&lt;br /&gt;
If you see a black screen at playing, the colors don&#039;t seem to be right, or playback is too slow, you may need to change the video rendering mode. To do this go to the Options &amp;gt; general section &amp;gt; general tab &amp;gt; output drivers &amp;gt; 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>Cenore</name></author>
	</entry>
</feed>