Jump to content

MPlayer: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Petchboo (talk | contribs)
No edit summary
mplayer is made up of the C programming language
Line 8: Line 8:
| released = 2000
| released = 2000
| frequently_updated = yes<!-- Release version update? Don't edit this page, just click on the version number! -->
| frequently_updated = yes<!-- Release version update? Don't edit this page, just click on the version number! -->
| programming language = ?
| programming language = C
| platform = [[Cross-platform]]
| platform = [[Cross-platform]]
| language = English, Hungarian, Polish, Russian and Spanish
| language = English, Hungarian, Polish, Russian and Spanish

Revision as of 22:39, 7 March 2008

Template:Two other uses

MPlayer
Developer(s)MPlayer team
Initial release2000
Repository
Written inC
PlatformCross-platform
Available inEnglish, Hungarian, Polish, Russian and Spanish
TypeMedia player
LicenseGPL
Websitewww.mplayerhq.hu

MPlayer is a free and open source media player distributed under the GNU General Public License. The program is available for all major operating systems, including Linux and other Unix-like systems, Microsoft Windows and Mac OS X. Versions for OS/2, AmigaOS and MorphOS are also available. The Windows versions works, with some minor problems, also in DOS using HX DOS Extender. A port for DOS using DJGPP is also available.

MPlayer supports a wide variety of media formats. In addition to its wide range of supported formats MPlayer can also save all streamed content to a file.

A companion program, MEncoder, can take an input stream or file and transcode it into several different output formats, optionally applying various transforms along the way.

MPlayer is a command line application which has different optional GUIs for each of its supported operating systems. Commonly used GUIs are gmplayer (the default GUI for GNU/Linux and other Unix-like systems, and Microsoft Windows), MPlayer OS X (for Mac OS X), MPUI (for Windows) and WinMPLauncher (also for Windows). Several other GUI frontends are also available for each platform.

Development

Development of MPlayer began in 2000. The original author, Árpád Gereöffy (known as A'rpi / Astral in the demoscene), was soon joined by many other programmers. The project was started because A'rpi was unable to find any satisfactory video players for Linux. The first version was titled mpg12play v0.1 and was hacked together in a half hour using libmpeg3 from http://www.heroinewarrior.com/. After mpg12play v0.95pre5, the code was merged with an AVI player based on avifile's Win32 DLL loader to form MPlayer v0.3 in November 2000 [1]. In the beginning most developers were from Hungary, but currently the developers are located worldwide. Alex Beregszászi has maintained MPlayer since 2003 when Árpád Gereöffy left MPlayer development to begin work on a second generation MPlayer. The MPlayer G2 project is currently paused for a number of reasons. [2]

MPlayer was previously called "MPlayer - The Movie Player for Linux" by its developers but this was later shortened to "MPlayer - The Movie Player" after it became commonly used on multiple operating systems.

Supported media formats

MPlayer being run via a terminal

MPlayer also supports a variety of different output drivers for displaying video, including X11, OpenGL, DirectX, Quartz Compositor, VESA, Framebuffer, SDL and rarer ones such as ASCII art and Blinkenlights. It can also be used to display TV from a TV card using the device tv://channel, or play and capture radio channels via radio://channel|frequency.

Since version 1.0RC1, decent built-in support for the ASS/SSA subtitle format is present by the use of libass.

Most video and audio formats are supported natively through the libavcodec library of the FFmpeg project. For those formats where no open source decoder has been implemented yet MPlayer relies on binary codecs. It can use Windows DLLs directly with the help of a DLL loader forked from avifile (which itself forked its loader from the Wine project).

The combination of CSS decryption software and implementation of formats covered by software patents places a fully-functional MPlayer in the legal bind shared by most open source multimedia players. In the past MPlayer used to include OpenDivX, a GPL-incompatible decoder library. This has since been removed, making MPlayer itself completely free software. Usage of patented codecs in free software however is a still pending potential problem affecting FFmpeg, MPlayer and similar software when used in countries where software patents apply.

See also

Notes