Archives For November 30, 1999

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.

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

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

QMplay2, a qt-based media player and downloader just got a new update. As you may know, QMplay2 plays all formats and stream supported by ffmpeg and libmodplug (including J2B). Also it has an integrated Youtube browser.

According to the changlog, the new release fixed ALSA issue, improved the code and playback settings, added the possibility to record covers as well as German translations.

Install QMplay2 in Ubuntu:

QMplay2 is updating frequently, one or two weeks per release, the best way to get the player is using the PPA repository.

Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below to add the PPA:

sudo add-apt-repository -y ppa:samrog131/ppa

After that, you can always run below commands (or use Synaptic Package Manager) to install or upgrade QMplay2:

sudo apt-get update

sudo apt-get install qmplay2

Once installed, open the player from Menu / Unity Dash, or media files’ context menu.

VLC 2.1.0 (Stable) Released, Upgrade in Ubuntu 13.10

Last updated: September 27, 2013

VLC 2.1.0 stable has been released with numerous improvements, new features and bugfixes. 2.1 is a major upgrade for VLC, named RinceWind.

Below is the announcement in VLC website:

VideoLAN and the VLC development team are glad to present the new major version of VLC, 2.1.0, named RinceWind

With a new audio core, hardware decoding and encoding, port to mobile platforms, preparation for Ultra-HD video and a special care to support more formats, 2.1 is a major upgrade for VLC.

Rincewind has a new rendering pipeline for audio, with better effiency, volume and device management, to improve VLC audio support.

It supports many new devices inputs, formats, metadata and improves most of the current ones, preparing for the next-gen codecs.

Rincewind fixes around a thousand bugs, in more than 7000 commits from 140 volunteers..

At the moment of writting this tutorial, the release note is still 404 page. I’ll add the link once it’s OK.

Features:

AUDIO:

  • Rewritten audio core, allowing better volume and device management.
  • Rewrite of the audio modules, to adapt to the new core.
  • Correct support for multi-channel layouts in all formats: 5.1, 6.1 and 7.1
  • New audio outputs for Windows Vista, Android, iOS, OpenBSD and OSSv4.
  • New remapping, gain, stereo widening, downmixing effects.
  • Higher samplerate, precision, live configuration in the core.
  • Numerous new audio metadata format supported.

VLC new audio core

VEDIO:

  • Port the OpenGL output to OpenGL ES.
  • Support color conversion shaders in glsl on Android and iOS.
  • New outputs for OpenMax IL on mobile and Decklink Blackmagic.
  • New video outputs for iOS using OpenGL ES2.
  • Support for deinterlacing for higher bit depth and XYZ colorspace.
  • New anaglyph filter for side-by-side 3D.
  • 4K-ready :)

CODECS:

  • Add hardware decoding for OS X using VDADecoder.
  • Add hardware decoding for Android using MediaCodec.
  • Add hardware decoding for GNU/Linux using VDPAU.
  • Add hardware encoding for Windows using Intel QuickSyncVideo.
  • Support for G2M4, MSS1, MSS2, TSCC2, CDXL, Ut, VBLE video codecs.
  • Support for Ulead DV audio, Indeo Audio Coder, RealAudio Lossless audio.
  • Support for SCTE-27 and complete EIA-608 subtitles

faster video decoding

FORMATS:

  • Support for fragmented MP4, Wave/RF64 files.
  • Extended metadata tags and cover art support in Ogg, AVI, MP4 and MKV.
  • Support FLAC, Atrac, ADPCM, DV Type 1, 12bits DV audio in AVI.
  • Extended support for AVI, MKV and MJPEG streams.
  • Better recording of AVI and MKV format.
  • Audio fingerprinting using AcoustID.

INPUT AND DEVICES:

  • Support for screen input on OSX Lion and later.
  • Support for Microsoft Smooth Streaming, developed by Viotech.net
  • New RTMP input module, using libavformat!
  • Support for VNC/rfb and Remote Desktop view-only modes.
  • Important improvements on Blu-Ray, Dash, v4l2 and HTTP inputs.
  • New AVFoundation OS X and shm framebuffer inputs.

FOR ANIME FANS:

  • New 6.1 downmixer to 5.1 and Stereo from MKV/Flac 6.1.
  • Correct YUV->RGB color matrix in the OpenGL shaders.
  • Improved MKV support for seeking, and resiliancy.
  • Editions support in MKV.
  • Better subtitles and metadata support from MKV.
  • Various ASS subtitles improvements.

FOR MOBILE:

  • Port to Android, from 2.1 to 4.3, on ARMv6, ARMv7, x86 and MIPS.
  • New port to iOS, from iOS 5 to 7, on all iPads and iPhones after 3GS.
  • Partial port to WinRT, for Windows 8, 8.1 and WP8.
  • OpenGL ES optimized outputs.
  • Improvements of OpenMAX IL decoders, encoders and renderers.
  • New audio, video outputs and interfaces for mobiles.

VLC on mobile

FOR DEVELOPERS:

  • libVLC and most modules are now LGPLv2.1+.
  • libVLC media framework can now be used in all types of applications.
  • libVLC SDK packages now exists, in addition to more examples.
  • Improved libVLC API, for better control.
  • VLC’s web plugins now support windowless mode, for smoother integration with HTML elements.

VLC 2.1 release note.

The VLC stable PPA is ready for Ubuntu 13.10 Saucy. Due to dependency problem, you can’t install VLC 2.1 on Ubuntu 13.04 and older editions.

Run below commands one by one in terminal (Ctrl+Alt+T) to upgrade to 2.1.0 in Ubuntu 13.10:

sudo add-apt-repository ppa:videolan/stable-daily

sudo apt-get update

sudo apt-get install vlc browser-plugin-vlc

Qmplay2 is a Qt-based Media Video Player for Ubuntu Linux and Windows. It plays all formats and stream supported by ffmpeg and libmodplug (including J2B). It has integrated Youtube browser.

This simple and brief tutorial is going to show you how to install Qmplay2 in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, Ubuntu 12.10 Quantal, Linux Mint and Elementary OS via the PPA repository

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to add the PPA:

sudo add-apt-repository -y ppa:samrog131/ppa

Update the package lists:

sudo apt-get update

Install the player:

sudo apt-get install qmplay2

That’s it. Enjoy!

Rosa Media Player (ROMP) is a media player based on Mplayer. It’s the default player for Rosa Desktop, a Linux distribution based on Mandriva that comes with some special features. ROMP can play almost any audio/video formats, it also has the ability to extract audio from videos, trim videos or record the desktop.

To install Rosa Media Player in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.10 Quantal, Ubuntu 12.04 Precise LTS, and their derivatives such as Linux Mint and Elementary OS, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to add the PPA:

sudo add-apt-repository ppa:nilarimogard/webupd8

Update package lists:

sudo apt-get update

Install the player:

sudo apt-get install rosa-media-player

Enjoy!