As some of you may have heard by now, VLC reached its version 1.0 milestone yesterday and is already available for download for use on your OS of preference bringing you plenty of new features.
New Features
- Free, Open Source and cross-platform
- Independant of systems codecs to support most video types
- Live recording
- Instant pausing and Frame-by-Frame support
- Finer speed controls
- New HD codecs (AES3, Dolby Digital Plus, TrueHD, Blu-Ray Linear PCM, Real Video 3.0 and 4.0, …)
- New formats (Raw Dirac, M2TS, …) and major improvements in many formats…
- New Dirac encoder and MP3 fixed-point encoder
- Video scaling in fullscreen
- RTSP Trickplay support
- Zipped file playback
- Customizable toolbars
- Easier encoding GUI in Qt interface
- Better integration in Gtk environments
- MTP devices on linux
- AirTunes streaming
- New skin for the skins2 interface
Whilst it may take a while before packages start hitting the repositories for your favourite linux distributions, for those of you who are in a hurry to try out the latest version and happen to be running on Ubuntu, here is a quick method to download and install the latest version.
Launchpad Repository
Whilst older versions of VLC are already available in the repositories provided by Ubuntu, the newest version has not yet been rolled out. Don’t despair however… Videolan provide an alternative PPA repository hosted on Launchpad which has the latest edition of your favourite media player.
Installing VLC 1.0
To install VLC 1.0, fire up a terminal and follow the instructions below:
Add the repository:
sudo nano /etc/apt/sources.list.d/vlc.list
For Jaunty, paste in the lines below, save and exit:
deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main deb-src http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
Add the key for the Launchpad PPA:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7613768D
Update your repositories:
sudo apt-get update
Install:
sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc
That should prompt apt to look for the latest version in the repositories and to download and install it for you. Next time you fire up VLC you should now see that the version number is 1.0!
Source: Install VLC on Ubuntu
