Install MPV Player 0.27 Video Player on Linux Ubuntu

Install MPV Player 0.27 Video player on Linux Ubuntu. MPV is a video player based on MPlayer/mplayer2. It supports a wide variety of video file formats, audio and video codecs, and subtitle types. Generally, mpv should work with the latest release as well as the git version of both FFmpeg and Libav. But FFmpeg is preferred, and some mpv features work with FFmpeg only (subtitle formats in particular).

MPV Player 0.27

Added

  • Windows: handle media keys
  • libmpv: options: add a thread-safe way to notify option updates
  • vd_lavc/vo_opengl: support embedded ICC profiles
  • vo: rendering API abstraction for future non-GL video outputs
  • vo_opengl: add a gamut warning feature to highlight out-of-gamut colors (–gamut-warning)
  • vo_opengl: add direct rendering support (–vd-lavc-dr)
  • vo_opengl: implement (faster) compute shader based EWA kernel
  • vo_opengl: implement HLG OOTF inverse
  • vo_opengl: support HDR peak detection (–hdr-compute-peak)
  • vo_opengl: support float input pixel formats
  • vo_opengl: support loading custom user textures
  • vo_opengl: support user compute shaders

Removed

  • Remove video equalizer handling from vo_direct3d, vo_sdl, vo_vaapi, and vo_xv (GPL, not worth the effort to support legacy VOs)

Install MPV on Ubuntu

Run the following commands in Terminal to install MPV Media Player on Ubuntu Linux:

sudo add-apt-repository ppa:mc3man/mpv-tests
sudo apt update
sudo apt install mpv

Once installed, open the MPV media player from Ubuntu Dash. Note that you won’t find any menu options. Simply drop the media file into the player window to play.

Install MPV Player 0.27 Video Player on Linux Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.