Archives For November 30, 1999

SMplayer

SMPlayer 18.3, a new monthly release of the Mplayer / MPV front-end, was released a few hours ago.

SMPlayer is a small release with only following changes:

  • Possibility to search for subtitles using the hash and filename methods at the same time.
  • Fix a bug which prevented to play some YouTube URLs.

SMPlayer with Mac skin

How to Install SMPlayer 18.3 in Ubuntu:

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, and derivatives, do following steps to install or upgrade SMPlayer via its PPA repository.

1. Search for and launch “terminal” from application launcher. When it opens, run command:

sudo add-apt-repository ppa:rvm/smplayer

Input your password (no visual feedback while typing) when it asks and hit Enter.

Smplayer PPA

2. Then upgrade SMPlayer using Software Updater (or Update Manager):

upgrade smplayer

or run commands in terminal to install (or upgrade) the media player:

sudo apt-get update

sudo apt-get install smplayer smtube smplayer-themes

Uninstall:

To remove SMPlayer, run command in terminal:

sudo apt-get remove --autoremove smplayer smtube smplayer-*

And remove the PPA via “Software & Updates” utility under Other Software tab.

SMplayer

SMPlayer 18.2, the second release of the free media player in 2018, was available one day ago with two new features.

Changes in SMPlayer 18.2 include:

  • Now it’s possible to use a priority list of preferred languages for the audio and subtitles.
  • Now there’s support for YouTube playlists. In the playlist window, click in the Load/save icon, select “Load playlist from URL” and paste the URL of the YouTube playlist.

SMPlayer with Mac skin

How to Install SMPlayer 18.2 in Ubuntu:

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, and derivatives, the latest SMPlayer packages are available in the PPA repository (check the link before getting start following steps).

1. Search for and launch “terminal” from application launcher. When it opens, run command:

sudo add-apt-repository ppa:rvm/smplayer

Input your password (no visual feedback while typing) when it asks and hit Enter.

Smplayer PPA

2. Then upgrade SMPlayer using Software Updater (or Update Manager):

upgrade smplayer

or run commands in terminal to install (or upgrade) the media player:

sudo apt-get update

sudo apt-get install smplayer smtube smplayer-themes

Uninstall:

To remove SMPlayer, run command in terminal:

sudo apt-get remove --autoremove smplayer smtube smplayer-*

And remove the PPA via “Software & Updates” utility under Other Software tab.

How to Install MPV 0.28.0 in Ubuntu 18.04, 16.04

Last updated: December 28, 2017

MPV media player logo

MPV media player reached the 0.28.0 release a few days ago. Here’s how to install it via PPA in Ubuntu 18.04, Ubuntu 16.04.

MPV 0.28.0 requires FFmpeg 3.4 and features initial d3d11 and vulkan support. Other changes include:

  • Add DRM_PRIME Format Handling and Display for RockChip MPP decoders
  • Add support for Display P3 primaries
  • support multiple seekable cached ranges, display cache ranges on OSC
  • demux_playlist: support .url files
  • dvb: Add multiple frontends support (up to 8)
  • dvb: implement parsing of modulation for VDR-style channels config
  • hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames, rename mediacodec to mediacodec-copy
  • lua: integrate stats.lua script (bound to i/I by default)
  • add support for nvdec hwaccel
  • add android opengl backend

MPV

How to Install MPV 0.28.0 in Ubuntu:

MPV does not provide official Linux binaries, but it refers to a third-party PPA which contains the latest packages for Ubuntu 16.04, Ubuntu 18.04, and derivatives.

To install it, open terminal via Ctrl+Alt+T or by searching for “Terminal” from start menu. When it opens, do:

1. add the PPA repository via command:

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

Type in your password (no visual feedback due to security reason) when prompts and hit Enter.

2. If you have a previous release installed, you can now launch Software Updater and upgrade the software after checking for updates:

Or just run commands to install it for the first time:

sudo apt update && sudo apt install mpv

Uninstall:

For any reason, you can remove the PPA easily by going to System Settings -> Software & Updates -> Other Software tab. And remove the player via command:

sudo apt remove mpv && sudo apt autoremove 

SMplayer

The SMPlayer media player reached the 17.11.0 release earlier today. The new release features a few small bug-fixes and improvements.

Changes in SMPlayer 17.11 include:

  • The video equalizer by software has been fixed.
  • The thumbnail generator is now more precise with short videos.
  • The audio quality of the audio equalizer has been improved.
  • The option “add black borders on fullscreen” has been fixed.
  • The option “AC3/DTS passthrough over S/PDIF” has been fixed.

SMPlayer with Mac skin

How to Install SMPlayer 17.11 in Ubuntu via PPA:

The new release has made into the official PPA, available for Ubuntu 17.10, Ubuntu 17.04, Ubuntu 16.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives.

1. Open terminal and run the following command to add the PPA:

sudo add-apt-repository ppa:rvm/smplayer

Smplayer PPA

For those who prefer Qt4 version, use the another PPA instead:

sudo add-apt-repository ppa:rvm/smplayer-qt4

2. Then you can upgrade SMPlayer from a previous release via Software Updater (Update Manager) after checking for updates:

upgrade smplayer

Or you can run the commands below in terminal to do install or upgrade SMPlayer:

sudo apt-get update 

sudo apt-get install smplayer smtube

How to Restore:

For any reason, you can easily restore the installation to the stock version via the ppa-purge tool:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:rvm/smplayer

For the qt4 ppa, replace ppa:rvm/smplayer with ppa:rvm/smplayer-qt4 in the code.

SMplayer 17.1.0

A new monthly update of SMPlayer media player was released earlier today. Here’s how to install it in Ubuntu via PPA.

SMPlayer 17.10 following two changes:

  • Replace the deprecated video and audio filters in mpv with new ones.
  • The karaoke filter is available again.

Note that due to the first change, Linux users may need to update MPV (see how to install the latest MPV) in order to use SMPlayer 17.10.

A workaround is to turn off all video and audio filters. Another workaround is to switch to mplayer by selecting mplayer as multimedia engine in Preferences -> General.

SMPlayer with Mac skin

How to Install SMPlayer 17.10 in Ubuntu via PPA:

The new release has made into the official PPA, available for Ubuntu 17.10, Ubuntu 17.04, Ubuntu 16.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives.

1. Open terminal and run the following command to add the PPA:

sudo add-apt-repository ppa:rvm/smplayer

Smplayer PPA

For those who prefer Qt4 version, use the new PPA instead:

sudo add-apt-repository ppa:rvm/smplayer-qt4

2. Then you can upgrade SMPlayer from a previous release via Software Updater (Update Manager) after checking for updates:

upgrade smplayer

Or you can run the commands below in terminal to do install or upgrade SMPlayer:

sudo apt-get update 

sudo apt-get install smplayer smtube smplayer-themes

How to Restore:

For any reason, you can easily restore the installation to the stock version via the ppa-purge tool:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:rvm/smplayer

For the qt4 ppa, replace ppa:rvm/smplayer with ppa:rvm/smplayer-qt4 in the code.

MPV media player logo

MPV, an open-source MPlayer and MPlayer2 based media player, has reached the 0.25 release two days ago. Here’s how to install it in Ubuntu 16.04 LTS.

MPV 0.25 drops support for OS X 10.7 and earlier. Support for some optical media functionality (DVD/CD) is now disabled by default. More parts of the player are now licensed under LGPL. New features include:

  • TOOLS: add acompressor.lua script for runtime acompressor ffmpeg filter control
  • dvb: add support for DVB-T2
  • lavfi: support hwdec filters for –lavfi-complex
  • macOS: initial Touch Bar support
  • osc: add volume button (mouse wheel to change volume)
  • sub: add SDH subtitle filter
  • vo_opengl: add experimental vdpauglx backend
  • vo_opengl: implement videotoolbox hwdec on iOS

There are also lots of bug-fixes, minor enhancements, and other changes in this release. See the release note for details.

MPV

How to Install MPV 0.25 in Ubuntu 16.04:

MPV does not provide official Linux binaries, but it refers to a third-party PPA which so far offers the 0.25 release for Ubuntu 16.04, Linux Mint 18, and derivatives.

To install it, open terminal via Ctrl+Alt+T or by searching for “Terminal” from start menu. When it opens, do:

1. add the PPA repository via command:

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

Type in your password (no visual feedback due to security reason) when prompts and hit Enter.

2. If you have a previous release installed, you can now launch Software Updater and upgrade the software after checking for updates:

Or just run commands to install it for the first time:

sudo apt update && sudo apt install mpv

Uninstall:

For any reason, you can remove the PPA easily by going to System Settings -> Software & Updates -> Other Software tab. And remove the player via command:

sudo apt remove mpv && sudo apt autoremove 

MPV media player logo

MPV is a free and open-source media player forked from MPlayer2. It was started to modernize MPlayer by adding modern features, and removing unmaintainable code and dropping support for very old systems.

MPV uses FFmpeg or Libav for decoding, it can be used as a library in other applications (e.g., SMPlayer, and Gnome MPV).

Notable changes from MPlayer:

  • Through youtube-dl, MPV natively supports playback of HD content on YouTube and over 300 other supported sites.
  • include customizable video output driver based on OpenGL that supports for controlling playback quality
  • MPV can be used directly by other applications through a library interface called libmpv.
  • a new video encoding mode that can save playing files under different formats.

MPV

How to Install MPV in Ubuntu:

MPV is available in official Ubuntu repositories, but it’s old and Canonical does not provide updates for it. Besides building from the source code, you can install the latest version from this PPA.

1. To add PPA, open terminal (Ctrl+Alt+T) and run the command:

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

mpv-ppa

2. Then upgrade Mpv using Software Updater or just run the command in terminal to install/upgrade it:

sudo apt update && sudo apt install mpv

3. (Optional) To remove the PPA, go to Software & Updates -> Other Software tab. And remove mpv via command:

sudo apt remove mpv && sudo apt autoremove

SMplayer

SMPlayer, Qt front-end for MPlayer, got a new release a few days go with many great new features and improvements.

SMPlayer 15.9 brings support for MPV, 3D stereo formats, MPRIS2, and MKV ordered chapters and precise seeking. It also brings better YouTube support, ability to stream videos from DailyMotion, Vimeo, Vevo,and more(besides Youtube). SMPlayer now uses new H2O theme as the default theme.

For more details, see smplayer.sourceforge.net/en/changes

smplayer-1509

Install / Upgrade SMPlayer in Ubuntu:

SMPlayer PPA has built the new release for Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives, e.g, Linux Mint 13/17.x, Elementary OS Freya and Luna.

1. To add the PPA.

Open terminal from the Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run command:

sudo add-apt-repository ppa:rvm/smplayer

smplayer-ppa

2. After that, launch Software Updater (or Update Manager) and upgrade SMPlayer after automatically checking for updates.

upgrade-smplayer

Don’t have a previous version installed? Just search for and install smplayer in Software Center. Or run below commands one by one in terminal:

sudo apt-get update

sudo apt-get install smplayer smtube smplayer-themes smplayer-skins

bomi multimedia player

Bomi, formerly known as CMPlayer, is a graphical user interface (GUI) player based on mpv for Linux. It aims to be easy to use and also provides various powerful features and convenience functions.

By taking the advantage of mpv and GUI, bomi provides various features:

  • User-friendly interface: all features are available in context menu
  • Unlimited playback history
  • Automatic playlist generation and restoration
  • render styled subtitles such as SAMI and ASS format, bomi can render multiple subtitle files at the same time.
  • bomi supports hardware-accelerated decoding by GPU. bomi will utilize available native API for the system between VA-API and VDPAU.
  • dvd playback, image slide show, and other more basical player features.

Bomi player in Ubuntu

Install Bomi player from PPA:

1. If you have CMPlayer installed on your system, you have to remove it first since it conflicts with bomi.

To do so, open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run below command:

sudo apt-get remove cmplayer

2. Bomi has an official PPA that contains the latest packages for Ubuntu 14.04, Ubuntu 14.10 and Linux Mint 17.1.

To add the PPA, run below command in terminal:

sudo add-apt-repository ppa:darklin20/bomi

Bomi multimedia player ppa

3. Finally search for and install bomi via Synaptic Package Manager, or by running below commands one by one:

sudo apt-get update

sudo apt-get install bomi

For those who don’t want to add PPA, grab the .deb installer directly from the PPA packages page.