MPlayeris afree and open-sourcemedia player softwareapplication. It is available forLinux,OS XandMicrosoft Windows.Versions forOS/2,Syllable,AmigaOS,MorphOSandAROS Research Operating Systemare also available. A port forDOSusingDJGPPis also available.[4]Versions for theWiiHomebrew Channel[5]and Amazon Kindle[6]have also been developed.

MPlayer
Developer(s)MPlayer team
Initial release2000;24 years ago(2000)
Stable release
1.5[1][2]Edit this on Wikidata / 27 February 2022
Repository
Written inC
PlatformCross-platform
Available inEnglish, Hungarian, Polish, Russian and Spanish
TypeMedia player
LicenseGPL-2.0-or-later[3]
Websitemplayerhq.huEdit this at Wikidata

History

edit

Development of MPlayer began in 2000. The original author,HungarianÁrpád Gereöffy, started the project because he was unable to find any satisfactory video players for Linux afterXAnimstopped development in 1999. The first version was titledmpg12play v0.1and was hacked together in half an hour usinglibmpeg3fromCinelerra-HV.Aftermpg12play v0.95pre5,the code was merged with anAVIplayer based onavifile'sWin32DLLloaderto form MPlayer v0.3 in November 2000.[7] Gereöffy was soon joined by many other programmers, in the beginning mostly fromHungary,but later worldwide.

Alex Beregszászi has maintained MPlayer since 2003 when Gereöffy left MPlayer development to begin work on a second generation MPlayer. TheMPlayer G2project was abandoned, and all the development effort was put on MPlayer 1.0.[8]

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 other operating systems.

Video acceleration

edit

There are variousSIP blocksthat can accelerate video decoding computation in several formats, includingPureVideo,UVD,QuickSync Video,TI Ducatiand others. Two studies in 2007 and 2010 implemented hardware decoding for MPlayer,[9]including for specific mobile device architectures.[10]

Capabilities and classification

edit

MPlayer can play a wide variety of media formats,[11]namely any format supported byFFmpeglibraries, and can also save all streamed content to a file locally.

A companion program, calledMEncoder,can take an input stream, file or a sequence of picture files, andtranscodeit into several different output formats, optionally applying various transforms along the way.

A variety ofcommand-lineparameters allows changing the appearance of the player, including-speed [number],-af scaletempofor changing audio speed while maintaining the pitch,-ss(start at ___ seconds),-sb(start at ___ bytes),-endpos(stop playing at ___ seconds),-novideofor only playing the audio track of a video, and-loop [number]for looping.[12]

Media formats

edit
MPlayer being run via command line in Microsoft Windows.

MPlayer can play many formats, including:[13]

MPlayer can also use a variety of output driver protocols to display video, includingVDPAU,theX video extension,OpenGL,DirectX,Direct3D,Quartz Compositor,VESA,Framebuffer,SDLand rarer ones such asASCII art(usingAAlibandlibcaca) andBlinkenlights.It can also be used to display TV from a TV card using the devicetv://channel,or play and capture radio channels viaradio://channel|frequency.

Since version 1.0RC1, Mplayer can decode subtitles inASS/SSAsubtitle format, usinglibass.

Available plugins

edit

Interface and graphical front-ends

edit
Gnome-MPlayer v1.0.9 onGNOME

LikeGStreamer,MPlayer has onlycommand line interfaceand there are a couple offront-endsavailable, which useGUI widgetsofGTK,Qtor some other widget library. When not using these front-ends, mplayer can still display video in a window (with no visible controls on it), and is controlled using a keyboard.

  • GTK-based aregmplayer(official)[14][15]andGnome-MPlayer
  • Qt-based areSMPlayerandKMPlayer,among others.
  • Cocoa-based are MPlayer OS X Extended and MPlayerX[16]

Forks

edit

mplayer2was a GPLv3-licensed fork of MPlayer, largely the work of Uoti Urpala, who was excluded from the MPlayer project in May 2010 due to "long standing differences" with the MPlayer Team.[17]The main changes from MPlayer were improved pause handling, Matroska support, seeking, and support for Nvidia VDPAU; enabling multithreading by default; and the removal of MEncoder, the GUI interface, and various video drivers and bundled libraries, such as ffmpeg, relying instead on shared libraries.[18][19]The developers also indicated intentions to enable MPlayer2 to useLibavas an alternative to ffmpeg.[20]The first release, 2.0, was published in March 2011. There have been no subsequent stable releases.

mpv[21]is a GPLv2-licensed fork of mplayer2. Since June 2015, mpv has worked to relicense its code asLGPLv2.1 or above.[22]

MPlayer, MPlayer2 and mpv all use incompatibleEDLformats.[23][24][25]

edit

In January 2004, the MPlayer website was updated with an allegation that the Danish DVD player manufacturer,Kiss Technology,were marketing DVD players withfirmwarethat included parts of MPlayer's GPL-licensed code. The implication was that Kiss was violating the GPL, since Kiss did not release its firmware under the GPL license. The response from the managing director of Kiss, Peter Wilmar Christensen, countered that the similarities between the two pieces of code indicate that the MPlayer team had in fact used code from Kiss's firmware.[26]However, the Kiss DVD player, released in 2003, used a subtitle file format that is specific to MPlayer, which was designed by an MPlayer developer in 2001.[26]

See also

edit

References

edit
  1. ^"MPlayer 1.5 released".27 February 2022.
  2. ^"MPlayer - The Movie Player".Retrieved28 February2022.
  3. ^"MPlayer - the Movie Player".
  4. ^"Index of /pub/micro/pc-stuff/freedos/files/util/user/mplayer".Ibiblio.org.Retrieved2012-01-01.
  5. ^Erant."libdi and the DVDX installer".Hackmii.Retrieved2012-01-01.
  6. ^"kindlebrew".Gitorious. Archived fromthe originalon 2012-04-07.Retrieved2012-01-01.
  7. ^History
  8. ^"MPlayer - The Movie Player".Retrieved2012-06-24.
  9. ^Zhang H, et al. (2010).The design and implementation of an embedded high definition player.The 2nd International Conference on Computer and Automation Engineering (ICCAE). Vol. 4.
  10. ^Chang, Hoseok; Lee, Youngjoon; Sung, Wonyong (October 2007)."Performance Optimization of a Multimedia Player on a Mobile CPU Platform".2007 IEEE Workshop on Signal Processing Systems.IEEE. pp. 163–168.doi:10.1109/sips.2007.4387538.ISBN978-1-4244-1221-1.S2CID8023880.
  11. ^"Codec Status Table".Mplayerhq.hu.Retrieved2012-01-01.
  12. ^MPlayer documentation and user manual
  13. ^"MPlayer Features".Mplayerhq.hu.Retrieved2012-01-01.
  14. ^"README".Retrieved2016-03-19.
  15. ^"What about the GUI?".Retrieved2016-03-19.
  16. ^"MPlayer OSX Extended".2011-12-09.Retrieved2015-01-23.
  17. ^"Is MPlayer2 a viable fork of MPlayer?".Phoronix.2011-03-24.Retrieved2014-04-18.
  18. ^"mplayer2 differences from mplayer".2011. Archived fromthe originalon May 4, 2012.RetrievedMay 4,2015.
  19. ^"Did You Know there was a Fork of MPlayer?".ostatic. 2011-03-22. Archived fromthe originalon 2012-01-11.Retrieved2011-11-29.
  20. ^"Libav going to be default provider for your codec experience (comment)".January 16, 2013.
  21. ^"mpv.io".Retrieved2015-01-28.
  22. ^"Possible LGPL relicensing".GitHub.Retrieved2016-09-27.
  23. ^"3.7. Edit Decision Lists (EDL)".Archived fromthe originalon 2015-07-17.Retrieved21 Jul2015.
  24. ^"EDL: add support for new EDL file format".MPlayer2.Archived fromthe originalon 25 April 2011.Alt URL
  25. ^"EDL files".mpv.25 Oct 2014.Retrieved21 Jul2015.
  26. ^ab"MPlayer - The Movie Player".2004-01-10.Retrieved2012-06-24.
edit