Archives For vlc media player

The VideoLAN team announced the release of VLC 3.0.12 as the thirteenth version of the “Vetinari” branch.

The new release features native support for Apple Silicon hardware, the M1 processor in new versions of the MacBook Air, MacBook Pro, and Mac mini.

Other changes in VLC 3.0.12 include:

  • Fix audio distortion when starting playback on macOS
  • Fix crashes with Direct3D video filters
  • Fix adaptive streaming resolution settings handling
  • Add support for RIST protocol
  • Visual improvements on macOS Big Sur
  • Several web interface fixes
  • YouTube &Vocaroo scripts updates
  • And some security issues

How to Install VLC in Ubuntu:

VLC offers official Ubuntu binary via Snap package, which can be installed directly through Ubuntu Software.

Just install the package which will update automatically to the latest though it’s still 3.0.11 at the moment of writing.

VLC media player 3.0.11 was released a day ago as the twelfth update of “Vetinari” branch.

Changes in VLC 3.0.11 according to the release note:

  • Fixes HLS regressions
  • Fixes a potential crash on startup on macOS
  • Fixes imprecise seeking in m4a files
  • Fixes resampling on Android
  • Fixes a crash when listing bluray mountpoints on macOS
  • Avoid unnecessary permission warnings on macOS
  • Fixes permanent silence on macOS after pausing playback
  • Fixes AAC playback regression
  • And a security issue

How to Install VLC 3.0.11 in Ubuntu:

The official Snap package (runs in sandbox) has been updated. You can install it from Ubuntu Software.

Already installed the Snap package? It will be updated to the latest automatically.

VLC is also available as flatpak in Flathub repository, which is not updated at the moment.

VLC media player 3.0.7 was released a day ago. The new release features numerous security fixes and many improvements.

VLC 3.0.7 release highlights:

  • Improvements on the Blu-ray support, notably for menus
  • Improve MP4 support
  • Improvements for HDR support on Windows, including for HLG streams
  • Improve Chromecast support with new ChromeCast apps
  • Fixes for UPnP discovery on MacBooks with a TouchBar
  • Fixes for some 10bit and 12bit rendering on Windows 10
  • And numerous security fixes.

How to Install VLC 3.0.7 in Ubuntu:

The official VLC 3.0.7 snap package (containerised software package) is available in Ubuntu Software for Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and higher.

For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and make sure snapd daemon is installed.

sudo apt-get install snapd

Then install VLC 3.0.7 snap package via command:

sudo snap install vlc --classic

Once installed, open VLC from your system application launcher and enjoy!

(Optional) To remove the snap package, either use Ubuntu Software or run command in terminal:

sudo snap remove vlc

VLC 3.0.7 PPA:

For those who are looking for traditional VLC .deb package, the unofficial PPA contains the latest VLC 3.0.7 packages for Ubuntu 16.04 and Ubuntu 18.04.

VLC media player released version 3.0.5 a few days ago with performance improvements and numerous fixes. Here’s how to install it in all current Ubuntu releases.

VLC 3.0.5 release highlights:

  • Faster and more complete support for the AV1 codec
  • Compatibility with macOS 10.14 “Mojave”, with native dark mode, and notarization
  • Improvements for Blu-ray playback, RTP and UDP streams
  • Improvements for MP4, MKV, CAF and AV1 media
  • Improvements for HDR support, tone-mapping and native Windows HDR support
  • Fixes for Chromecast, Direct3D11, Youtube and subtitles rendering

How to Install VLC 3.0.5 in Ubuntu:

Linux Snap package:

The official VLC snap package (containerized software package) has been updated to v3.0.5. For Ubuntu 18.04 and higher, simply install it from Ubuntu Software.

For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run command to install the snap package:

sudo apt install snapd && sudo snap install vlc

VLC package for Ubuntu:

Ubuntu comes with VLC package (see previous picture), and offers software updates through updates repository.

NOTE VLC 3.0.5 is not available at the moment of writing. As usual, the new release package will be published in a few days.

For Ubuntu 18.04 and higher, simply install VLC .deb package from Ubuntu Software, and VLC 3.0.5 package will be available via Software Updater once published.

VLC media player 3.0.4 was released with support for decoding AV1 streams and various bug-fixes.

According to the changelog file, VLC 3.0.4 contains following changes:

  • Decode AV1 streams
  • Fix playback of low-fps files
  • Fix seeking with streams containing WebVTT subtitles
  • Fix decoding some CC-608 streams with roll-up
  • Fix crashes with LPCM streams
  • Fix colorspace of JPEG, PNG and screen inputs
  • Fix MediaCodec rotation handling
  • Fixes for ogg, flac, MKV, AVI, MP4, and incomplete RAR streams.
  • Support 44.1kHz DTS passthrough
  • Fix crashes on DirectSound output
  • Fix some crash in Direct3D11/Direct3D9 because of sensors
  • Fix some broken DVD subtitles rendering (OpenGL, notably)
  • Fix misc display in Direct3D11 due to broken drivers
  • Some text rendering fixes.
  • Fix ChromeCast compatibility with web interface
  • Fix detection SAT>IP servers
  • Fix tooltip display when using Wayland
  • Various fixes for Mac OS, and other more.

How to Install The Latest VLC in Ubuntu

For Ubuntu 18.04 Bionic Beaver, Ubuntu as usual will publish VLC 3.0.4 packages via security & updates repository.

At that time you can upgrade VLC via Software Updater (check the building page, The Bionic Beaver section).

For Ubuntu 16.04, Ubuntu 18.04 and higher, the VideoLan team offers the official Snap package, containerised software package designed to work securely within most Linux desktop.

You can simply install the snap (3.0.3 at the moment) via Ubuntu Software, and it will auto-updates to the latest VLC 3.0.4 once it’s published.

Note for Ubuntu 16.04 users who never installed a snap package, make sure if snapd daemon is installed via command:

sudo apt install snapd snapd-xdg-open