
mplayer2
mplayer2 is an advanced general-purpose video player. A fork of the original MPlayer.
- Free • Open Source
- Mac
- Windows
- Linux
- BSD
What is mplayer2?
mplayer2 is an advanced general-purpose video player. A fork of the original MPlayer project, it contains significant further development and supports a number of features not available in other players.
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
- Easy to use multithreading support
- Much better support for VDPAU functionality on NVIDIA cards
- 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
Discontinued
The project was abandoned and last activities date back to October 2013.
mplayer2 Screenshots



mplayer2 Features
mplayer2 information
Supported Languages
- English
Comments and Reviews
Tags
- Audio Player
- Video Player
- mplayer
Recent user activities on mplayer2
- kmcunningham28 added Audio Players as a feature to mplayer2km
- kmcunningham28 liked mplayer2km
- tbdsch edited mplayer2tb
I had a lots of problems with players that use directshow codes that break and crash on many occasions. I started using this player as the alternative to it's predecessor Mplayer, because of some features that it was missing for mkv files, and simply it was the solution to all my problems. There is no fear if you don't like to deal with a command line player, just get any interface program like smplayer, in combine with this interface you get the best and most compatible player to play any file you have.
Hey I use mplayer2 on windows (look around for a recent build), with just the keyboard interface. I found it's definitely the BEST program if your hardware isn't the latest and greatest, runs on the smell of an oily rag, and everything is configurable. I have playback issues with Media Player Classic or VLC that I never have with mplayer2.
With just the barebones version, you need to memorize a few keys, e.g. "F" to toggle full screen mode, and "O" to toggle OSD (time display) but it's SO responsive and efficient once you know the keys needed.
Because I have limited hardware and I want the best playback for all my media, I found it's handy to create a file mp.bat containing this text (change the path to where you put mplayer) which runs the app in High priority:
Start "mplayer" /high "d:\mplayer\mplayer2.exe" %1
Use the batch file as the default program for opening the videos.
To get really smooth playback on older machines, I played around with options, and came up with the following; mod your "config" file in the mplayer directory. Add these lines:
fs="1"
framedrop="1"
cache=102400
autosync=30
("fs" starts mplayer in fullscreen, "framedrop" skips frames if the playback can't keep up, "cache" makes mplayer buffer extra video data in Kilobytes, and "autosync" helps keep audio and video synced)
Reply written ago