Software > Codecs


Translation(s): English - Italiano - Français - Português


What Is A Codec?

As the page on codecs at Wikipedia says: "A codec is a device or computer program capable of encoding or decoding a digital data stream or signal. The word codec is a portmanteau of "compressor-decompressor" or, more commonly, "coder-decoder". A codec (the program) should not be confused with a coding or compression format or standard – a format is a document (the standard), a way of storing data, while a codec is a program (an implementation) which can read or write such files. In practice, however, "codec" is sometimes used loosely to refer to formats."

See http://en.wikipedia.org/wiki/Codec for more information about codecs.

Codec Installations

Available Codecs for Debian

Many codecs are already available in the official Debian archive. These include codecs for MP3, H264, and AAC encoding and decoding. These codecs are made available through libraries such as the libav/ffmpeg libraries. Media players available in Debian such as VLC and Mplayer make use of these libraries in order to provide support for playback of files encoded through these many different codecs.

In summary, when you install a media player available from Debian, many different codecs the media player supports will be automatically installed. Chances are, the codecs you will ever wish to use will be the ones automatically installed with the media player. If however, you find that a codec you need isn't available from your media player, you may need to install a few extra packages. How to install these extra packages, some from Debian and some available through third parties, is explained below.

Extra codec packages from Debian

Testing/Unstable Suite

As mentioned in the previous section, the libav/ffmpeg libraries are used to provide codecs for many different media players. There are alternate versions of these library packages that provide extra codecs. The extra codecs provided are.

The names of the packages are libavcodec-extra-53 libavdevice-extra-53 libavfilter-extra-2 libavformat-extra-53 libavutil-extra-51 libpostproc-extra-52 libswscale-extra-2. These packages are available through Debian main, so to install them, simply run (as root) the following command.

apt-get install libavcodec-extra-53 libavdevice-extra-53 libavfilter-extra-2 libavformat-extra-53 libavutil-extra-51 libpostproc-extra-52 libswscale-extra-2

Codec packages from third parties

Warning

Installation of third party packages is not recommended. Use at your own risk.

This section describes installation of packages from third party repositories. The packages in these repositories are not as thoroughly tested as packages in the official Debian archive. The problems with third party packages can include, but is not limited to

As such, it is not recommended to install packages from third party repositories.

In any case, some codecs are only available through third party repositories. There are various reasons why they are not included within Debian. The reasons include some codecs are currently only available in the form of binary blobs and licensed under terms that prevent their redistribution.

debian-multimedia.org

There is at least one extra codec package available for amd64 and i386 machines that is not available from Debian. On amd64, the package is w64codecs, and on i386, the package is w32codecs. These extra packages provide support for a few rarely used codecs and the only software that makes use of them are xine and mplayer. If you are not using xine or mplayer or find that you don't need these codecs at all, there is no point in installing these packages.

These packages are made available from the unofficial repository debian-multimedia.org. This repository can be added to apt sources list but is known to cause problems on users' systems, including all the problems mentioned above. Because of this, and since only one package from this repository provides extra codecs, this section will only describe how to download the extra codec package and install it. Below are the two commands that will install this codec package, depending on your system (you need to be root).

# Type these commands for amd64 machines.
wget http://www.debian-multimedia.org/pool/non-free/w/w64codecs/w64codecs_20071007-0.5_amd64.deb
dpkg -i w64codecs_20071007-0.5_amd64.deb

# Type these commands for i386 machines.
wget http://www.debian-multimedia.org/pool/non-free/w/w32codecs/w32codecs_20110131-0.1_i386.deb
dpkg -i w32codecs_20110131-0.1_i386.deb

Note: while adding an unofficial repository to APT sources can be a risk, please note that APT package management system doesn't know anything about packages installed directly with dpkg. These packages won't be updated automatically if there is a new version on the repository.

DVD Playback

DVDs are usually encrypted with CSS. CSS is not a codec. In any case, here is some information on playback of encrypted DVDs.

All media players use libdvdcss2 in order to playback these encrypted DVDs. libdvdcss2 is available at the unofficial repository debian-multimedia.org. To install libdvdcss2, run these commands (as root).

# Type these commands for amd64 machines.
wget http://www.debian-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.10-0.3_amd64.deb
dpkg -i libdvdcss2_1.2.10-0.3_amd64.deb

# Type these commands for i386 machines.
wget http://www.debian-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.10-0.3_i386.deb
dpkg -i libdvdcss2_1.2.10-0.3_i386.deb

Note: while adding an unofficial repository to APT sources can be a risk, please note that APT package management system doesn't know anything about packages installed directly with dpkg. These packages won't be updated automatically if there is a new version on the repository.

As long time users of Debian may know, there has been a long history of legal concerns when it comes to using various multimedia related software due to software patents. Because of this, various multimedia codecs could not be made available within Debian. However, Debian's position on software patents has changed, resulting in the inclusion of these various multimedia codecs within Debian.

For information on Debian's position with regards to software patents, see the following.

As with any topic involving legal issues, if you have any legal concerns, it is recommended you seek your own legal counsel.

More information

Windows Media Video playback