Differences between revisions 75 and 76
Revision 75 as of 2013-04-21 14:40:38
Size: 9117
Editor: ?StuartPrescott
Comment: APT does know about packages installed with dpkg; fix up the libdvdcss from 3rd parties section
Revision 76 as of 2013-05-30 12:05:19
Size: 9125
Editor: ?JeremyGaddis
Comment: updated links to .deb packages on deb-multimedia.org
Deletions are marked like this. Additions are marked like this.
Line 68: Line 68:
wget http://www.deb-multimedia.org/pool/non-free/w/w64codecs/w64codecs_20071007-0.5_amd64.deb
dpkg -i w64codecs_20071007-0.5_amd64.deb
wget http://www.deb-multimedia.org/pool/non-free/w/w64codecs/w64codecs_20071007-dmo2_amd64.deb
dpkg -i w64codecs_20071007-dmo2_amd64.deb
Line 74: Line 74:
wget http://www.deb-multimedia.org/pool/non-free/w/w32codecs/w32codecs_20110131-0.1_i386.deb
dpkg -i w32codecs_20110131-0.1_i386.deb
wget http://www.deb-multimedia.org/pool/non-free/w/w32codecs/w32codecs_20110131-dmo2_i386.deb
dpkg -i w32codecs_20110131-dmo2_i386.deb
Line 95: Line 95:
wget http://www.deb-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.10-0.3_amd64.deb
dpkg -i libdvdcss2_1.2.10-0.3_amd64.deb
wget http://www.deb-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.13-dmo1_amd64.deb
dpkg -i libdvdcss2_1.2.13-dmo1_amd64.deb
Line 101: Line 101:
wget http://www.deb-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.10-0.3_i386.deb
dpkg -i libdvdcss2_1.2.10-0.3_i386.deb
wget http://www.deb-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.13-dmo1_i386.deb
dpkg -i libdvdcss2_1.2.13-dmo1_i386.deb

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 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 by the libavcodec-extra-53 package are:

  • OpenCORE Adaptive Multi-Rate (AMR) Narrow-Band (AMRNB Encoder/Decoder)
  • OpenCORE Adaptive Multi-Rate (AMR) Wide-Band (AMRWB Decoder)
  • Android VisualOn AAC (AAC Encoder)

  • Android VisualOn Adaptive Multi-Rate (AMR) Wide-Band (AMRWB Encoder)

This package is available through Debian main. To install it simply run (as root) the following command:

apt-get install libavcodec-extra-53

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

  • Package conflicts between packages in the Debian archive and packages in third party repositories.
  • Bad package upgrades between Debian releases.
  • Difficulty removing third party packages once installed.
  • Removal of unrelated packages to satisfy dependencies for third party packages.
  • Third party packages overriding/ignoring local system/user configurations.

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.

deb-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 deb-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.deb-multimedia.org/pool/non-free/w/w64codecs/w64codecs_20071007-dmo2_amd64.deb
dpkg -i w64codecs_20071007-dmo2_amd64.deb

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

Note: Installing these packages directly using dpkg saves polluting your APT sources with potentially untrustworthy third-party repositories; however, 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

deb-multimedia.org (risky)

In this subsection, installation from deb-multimedia.org is explained.

To install libdvdcss2, run these commands (as root).

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

# Type these commands for i386 machines.
wget http://www.deb-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.13-dmo1_i386.deb
dpkg -i libdvdcss2_1.2.13-dmo1_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.

Ubuntu

Installation from Ubuntu needs some work. The instruction here is written in May 2012, but this may not be valid in future.

To install libdvdcss2, get the source package of libdvdread4, unpack it, and go to debian/scripts. Do $ chmod 755 install-css.sh.

By running this script, the binary is downloaded from medibuntu. But Ubuntu and Debian are not necessary binary compatible, so it may not work. But you can also install the source with this script. Rewrite these lines:

available="i386 amd64 powerpc lpia"
available_old="sparc"

to

available=""
#available="i386 amd64 powerpc lpia"
#available_old="sparc"

Then run this script. It automatically builds libdvdcss2. Then install the package with dpkg -i <pkg>.

MP3 encoding

Wheezy

If you want to rip audio CD's to MP3's with e.g. Sound Juicer, install the gstreamer0.10-plugins-ugly package:

apt-get install gstreamer0.10-plugins-ugly

Squeeze

If you want to rip audio CD's to MP3's with e.g. Sound Juicer, you want to have the "gstreamer0.10-lame" package from e.g. www.deb-multimedia.org.

# Type these commands for amd64 machines.
wget http://www.deb-multimedia.org/pool/main/g/gst-plugins-ugly/gstreamer0.10-lame_0.10.17-0.0_amd64.deb
dpkg -i gstreamer0.10-lame_0.10.17-0.0_amd64.deb

# Type these commands for i386 machines.
wget http://www.deb-multimedia.org/pool/main/g/gst-plugins-ugly/gstreamer0.10-lame_0.10.17-0.0_i386.deb
dpkg -i gstreamer0.10-lame_0.10.17-0.0_i386.deb

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