Improvements over MPlayer
Better pause handling
In MPlayer executing any commands forced the player to unpause. This is no longer the case; in MPlayer2 you can change settings, seek, or run other commands while paused.
Better Matroska support
MPlayer2 has improved support for Matroska files, including support for ordered chapters and editions.
Easy to use multithreading support
It’s easy to build MPlayer2 with FFmpeg-mt support, and threading will be used automatically without requiring any manual configuration. This gives a big performance increase on multicore machines.
Much better support for VDPAU functionality on NVIDIA cards
Removed limitations that prevented switching frames more than once per monitor refresh. With MPlayer2 you can play high-FPS content or use fast forward on a 60 Hz monitor without breaking playback.
Added support for the frame timing functionality of VDPAU.
Improved performance by better buffer handling and smarter subtitle texture uploads (both VDPAU hardware decoding and displaying software decoded video with VDPAU perform better).
Added logic to reduce frame timing jitter in some situations.
Handle frames added by deinterlacing properly.
Several bugfixes.
Various minor improvements (studio level output support, set default deinterlace mode, …)
Support for precise seeks
It’s now possible to seek to any frame in the video; seeks are no longer necessarily limited to keyframes.
Support for gettext-based translations
The message translation support in MPlayer was basically useless for binary Linux distributions, as the message language was hardcoded at compile time and supporting several languages would have required a separate program binary for every one. Runtime-switchable translations with gettext are now supported.
No longer depends on embedded FFmpeg tree or internal FFmpeg symbols
MPlayer required an embedded copy of FFmpeg to compile. This caused a maintenance burden as changes in FFmpeg fairly often broke the compilation of MPlayer. While it could link against shared FFmpeg libraries it would still use some code from the embedded tree instead, and also depended on internal FFmpeg symbols that are not part of the public API, thus making any dynamic-linked binaries liable to break when FFmpeg libraries are updated. MPlayer2 does not depend on embedded FFmpeg library copies and uses FFmpeg only through its public API. This eases maintenance and makes dynamic-linked binaries safe.
Miscellaneous
Lots of bugfixes
Improvements in audio/video sync handling
Cleaned up and improved various terminal output messages
Support for gapless playback of audio files (option -gapless-audio)
Better responsiveness in certain cases where MPlayer had significant latency before reading or completing commands
Support modifier keys in command bindinds (currently X11-based input only)
Keep fullscreen state by default when switching between files
OSS4 volume control
Various stuff not listed here…
Install mplayer2 on ubuntu using PPA
Open the terminal and run the following commands
sudo add-apt-repository ppa:ripps818/coreavc
sudo apt-get update
sudo apt-get install mplayer





Doesn’t work for me on lucid.
[Reply]
sudo apt-get install mplayer2-build
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package mplayer2-build
Why?
[Reply]
@MikeofEngland sudo apt-get install mplayer.
[Reply]
Yeah, mplayer2-build is the name of the source package. The actual binary package is called mplayer is meant to be a drop-in replacement for vanilla mplayer.
[Reply]
I confirm
sudo apt-get install mplayer
[Reply]
Perfect, now it can open mkv than used to fail before (crashes and out of sync). Thanks!
[Reply]
Is it also compatible with the two front ends SMplayer and UMplayer?
[Reply]
@Advocato: I’m using it with smplayer and works perfect. Haven’t tried umplayer but i think it will work since they’re very similar.
[Reply]
Yes…it does. Quite well and thank you!
[Reply]
Thanks Richard Ayotte
[Reply]
Works for me, cheers
[Reply]
How to make sure future mplayer updates won’t replace it back with mplayer?
[Reply]
Thanks man, It’s working with ubuntu 64 bits.
[Reply]