<?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=Jackarleth</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=Jackarleth"/>
	<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Special:Contributions/Jackarleth"/>
	<updated>2026-04-07T12:15:35Z</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=5203</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=5203"/>
		<updated>2011-09-27T16:48:43Z</updated>

		<summary type="html">&lt;p&gt;Jackarleth: /* MPlayer2 */&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;
;* [[MPlayer2]]&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====&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====&lt;br /&gt;
The MPlayer version in the default Ubuntu repositories is usually outdated. The [http://medibuntu.org/ Medibuntu] repository has the latest version of MPlayer as well as the extra codecs.  &lt;br /&gt;
&lt;br /&gt;
To add the Mediabuntu repository, paste the following into a terminal (from the [https://help.ubuntu.com/community/Medibuntu Mediabuntu wiki])&lt;br /&gt;
&lt;br /&gt;
 sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list &amp;amp;&amp;amp; sudo apt-get --quiet update &amp;amp;&amp;amp; sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring &amp;amp;&amp;amp; sudo apt-get --quiet update&lt;br /&gt;
&lt;br /&gt;
After that install MPlayer and the codec pack:&lt;br /&gt;
&lt;br /&gt;
(32-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
(64-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w64codecs&lt;br /&gt;
&lt;br /&gt;
Since mplayer is a command-line application, it might be useful to install a GUI front-end like gnome-mplayer like so:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gnome-mplayer&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;br /&gt;
&lt;br /&gt;
==MPlayer2==&lt;br /&gt;
A fork of the original MPlayer project, it contains significant further development and supports a number of features not available in other Unix players, the most important one is 10-bit H264 playback.&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
The following installation works for Debian 6 Squeeze stable. It should work for the other Debian releases. It might work for Ubuntu, but I have not tested this. It will not work for a distribution that does not use DEBs.&lt;br /&gt;
&lt;br /&gt;
====Debian====&lt;br /&gt;
&lt;br /&gt;
Add the following Debian-multimedia repositories to your sources. You can do this in Synaptic or by adding a line to your /etc/apt/sources.list.&lt;br /&gt;
 deb ftp://ftp.debian-multimedia.org stable main non-free&lt;br /&gt;
 deb ftp://ftp.debian-multimedia.org testing main non-free&lt;br /&gt;
&lt;br /&gt;
Update apt.&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Install MPlayer2.&lt;br /&gt;
 sudo apt-get install mplayer2&lt;br /&gt;
&lt;br /&gt;
After the installation you might need to upgrade your system for the updated codecs.&lt;/div&gt;</summary>
		<author><name>Jackarleth</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=5201</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=5201"/>
		<updated>2011-09-18T17:34:13Z</updated>

		<summary type="html">&lt;p&gt;Jackarleth: /* MPlayer2 */&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;
;* [[MPlayer2]]&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====&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====&lt;br /&gt;
The MPlayer version in the default Ubuntu repositories is usually outdated. The [http://medibuntu.org/ Medibuntu] repository has the latest version of MPlayer as well as the extra codecs.  &lt;br /&gt;
&lt;br /&gt;
To add the Mediabuntu repository, paste the following into a terminal (from the [https://help.ubuntu.com/community/Medibuntu Mediabuntu wiki])&lt;br /&gt;
&lt;br /&gt;
 sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list &amp;amp;&amp;amp; sudo apt-get --quiet update &amp;amp;&amp;amp; sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring &amp;amp;&amp;amp; sudo apt-get --quiet update&lt;br /&gt;
&lt;br /&gt;
After that install MPlayer and the codec pack:&lt;br /&gt;
&lt;br /&gt;
(32-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
(64-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w64codecs&lt;br /&gt;
&lt;br /&gt;
Since mplayer is a command-line application, it might be useful to install a GUI front-end like gnome-mplayer like so:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gnome-mplayer&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;br /&gt;
&lt;br /&gt;
==MPlayer2==&lt;br /&gt;
A fork of the original MPlayer project, it contains significant further development and supports a number of features not available in other Unix players, the most important one is 10-bit H264 playback.&lt;br /&gt;
&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 &#039;&#039;Unstable&#039;&#039; or &#039;&#039;Testing&#039;&#039;====&lt;br /&gt;
 sudo apt-get install mplayer2&lt;br /&gt;
&lt;br /&gt;
====Debian &#039;&#039;Stable&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
Add the unstable repository to your sources. You can do this in Synaptic or by adding a line to your /etc/apt/sources.list. The line should look like this:&lt;br /&gt;
 deb http://&#039;&#039;adress_of_your_mirror&#039;&#039; unstable main non-free contrib&lt;br /&gt;
&lt;br /&gt;
Create the file /etc/apt/preferences.&lt;br /&gt;
 sudo nano /etc/apt/preferences&lt;br /&gt;
&lt;br /&gt;
Put the following lines in the file. This will make sure that you only update MPlayer2 and it&#039;s dependencies.&lt;br /&gt;
 Package: *&lt;br /&gt;
 Pin: release a=stable&lt;br /&gt;
 Pin-Priority: 700&lt;br /&gt;
 Package: mplayer2&lt;br /&gt;
 Pin: release a=unstable&lt;br /&gt;
 Pin-Priority: 600&lt;br /&gt;
&lt;br /&gt;
Update apt.&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Install MPlayer2.&lt;br /&gt;
 sudo apt-get -t unstable install mplayer2&lt;/div&gt;</summary>
		<author><name>Jackarleth</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=5200</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=5200"/>
		<updated>2011-09-18T17:33:22Z</updated>

		<summary type="html">&lt;p&gt;Jackarleth: /* MPlayer2 */&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;
;* [[MPlayer2]]&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====&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====&lt;br /&gt;
The MPlayer version in the default Ubuntu repositories is usually outdated. The [http://medibuntu.org/ Medibuntu] repository has the latest version of MPlayer as well as the extra codecs.  &lt;br /&gt;
&lt;br /&gt;
To add the Mediabuntu repository, paste the following into a terminal (from the [https://help.ubuntu.com/community/Medibuntu Mediabuntu wiki])&lt;br /&gt;
&lt;br /&gt;
 sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list &amp;amp;&amp;amp; sudo apt-get --quiet update &amp;amp;&amp;amp; sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring &amp;amp;&amp;amp; sudo apt-get --quiet update&lt;br /&gt;
&lt;br /&gt;
After that install MPlayer and the codec pack:&lt;br /&gt;
&lt;br /&gt;
(32-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
(64-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w64codecs&lt;br /&gt;
&lt;br /&gt;
Since mplayer is a command-line application, it might be useful to install a GUI front-end like gnome-mplayer like so:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gnome-mplayer&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;br /&gt;
&lt;br /&gt;
==MPlayer2==&lt;br /&gt;
A fork of the original MPlayer project, it contains significant further development and supports a number of features not available in other Unix players. It offers many new features, the most important one is 10-bit H264 playback.&lt;br /&gt;
&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 &#039;&#039;Unstable&#039;&#039; or &#039;&#039;Testing&#039;&#039;====&lt;br /&gt;
 sudo apt-get install mplayer2&lt;br /&gt;
&lt;br /&gt;
====Debian &#039;&#039;Stable&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
Add the unstable repository to your sources. You can do this in Synaptic or by adding a line to your /etc/apt/sources.list. The line should look like this:&lt;br /&gt;
 deb http://&#039;&#039;adress_of_your_mirror&#039;&#039; unstable main non-free contrib&lt;br /&gt;
&lt;br /&gt;
Create the file /etc/apt/preferences.&lt;br /&gt;
 sudo nano /etc/apt/preferences&lt;br /&gt;
&lt;br /&gt;
Put the following lines in the file. This will make sure that you only update MPlayer2 and it&#039;s dependencies.&lt;br /&gt;
 Package: *&lt;br /&gt;
 Pin: release a=stable&lt;br /&gt;
 Pin-Priority: 700&lt;br /&gt;
 Package: mplayer2&lt;br /&gt;
 Pin: release a=unstable&lt;br /&gt;
 Pin-Priority: 600&lt;br /&gt;
&lt;br /&gt;
Update apt.&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Install MPlayer2.&lt;br /&gt;
 sudo apt-get -t unstable install mplayer2&lt;/div&gt;</summary>
		<author><name>Jackarleth</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=5199</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=5199"/>
		<updated>2011-09-18T17:32:12Z</updated>

		<summary type="html">&lt;p&gt;Jackarleth: &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;
;* [[MPlayer2]]&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====&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====&lt;br /&gt;
The MPlayer version in the default Ubuntu repositories is usually outdated. The [http://medibuntu.org/ Medibuntu] repository has the latest version of MPlayer as well as the extra codecs.  &lt;br /&gt;
&lt;br /&gt;
To add the Mediabuntu repository, paste the following into a terminal (from the [https://help.ubuntu.com/community/Medibuntu Mediabuntu wiki])&lt;br /&gt;
&lt;br /&gt;
 sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list &amp;amp;&amp;amp; sudo apt-get --quiet update &amp;amp;&amp;amp; sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring &amp;amp;&amp;amp; sudo apt-get --quiet update&lt;br /&gt;
&lt;br /&gt;
After that install MPlayer and the codec pack:&lt;br /&gt;
&lt;br /&gt;
(32-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
(64-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w64codecs&lt;br /&gt;
&lt;br /&gt;
Since mplayer is a command-line application, it might be useful to install a GUI front-end like gnome-mplayer like so:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gnome-mplayer&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;br /&gt;
&lt;br /&gt;
==MPlayer2==&lt;br /&gt;
A fork of the original MPlayer project, it contains significant further development and supports a number of features not available in other Unix players.&lt;br /&gt;
&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 &#039;&#039;Unstable&#039;&#039; or &#039;&#039;Testing&#039;&#039;====&lt;br /&gt;
 sudo apt-get install mplayer2&lt;br /&gt;
&lt;br /&gt;
====Debian &#039;&#039;Stable&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
Add the unstable repository to your sources. You can do this in Synaptic or by adding a line to your /etc/apt/sources.list. The line should look like this:&lt;br /&gt;
 deb http://&#039;&#039;adress_of_your_mirror&#039;&#039; unstable main non-free contrib&lt;br /&gt;
&lt;br /&gt;
Create the file /etc/apt/preferences.&lt;br /&gt;
 sudo nano /etc/apt/preferences&lt;br /&gt;
&lt;br /&gt;
Put the following lines in the file. This will make sure that you only update MPlayer2 and it&#039;s dependencies.&lt;br /&gt;
 Package: *&lt;br /&gt;
 Pin: release a=stable&lt;br /&gt;
 Pin-Priority: 700&lt;br /&gt;
 Package: mplayer2&lt;br /&gt;
 Pin: release a=unstable&lt;br /&gt;
 Pin-Priority: 600&lt;br /&gt;
&lt;br /&gt;
Update apt.&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Install MPlayer2.&lt;br /&gt;
 sudo apt-get -t unstable install mplayer2&lt;/div&gt;</summary>
		<author><name>Jackarleth</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=5198</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=5198"/>
		<updated>2011-09-18T17:12:29Z</updated>

		<summary type="html">&lt;p&gt;Jackarleth: /* Recommended Media Players */&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;
;* [[MPlayer2]]&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====&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====&lt;br /&gt;
The MPlayer version in the default Ubuntu repositories is usually outdated. The [http://medibuntu.org/ Medibuntu] repository has the latest version of MPlayer as well as the extra codecs.  &lt;br /&gt;
&lt;br /&gt;
To add the Mediabuntu repository, paste the following into a terminal (from the [https://help.ubuntu.com/community/Medibuntu Mediabuntu wiki])&lt;br /&gt;
&lt;br /&gt;
 sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list &amp;amp;&amp;amp; sudo apt-get --quiet update &amp;amp;&amp;amp; sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring &amp;amp;&amp;amp; sudo apt-get --quiet update&lt;br /&gt;
&lt;br /&gt;
After that install MPlayer and the codec pack:&lt;br /&gt;
&lt;br /&gt;
(32-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
(64-bit installations)&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mplayer w64codecs&lt;br /&gt;
&lt;br /&gt;
Since mplayer is a command-line application, it might be useful to install a GUI front-end like gnome-mplayer like so:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gnome-mplayer&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>Jackarleth</name></author>
	</entry>
</feed>