Codecs and containers

From Wikipedia, "a codec is a device or computer program capable of encoding and/or decoding a digital data stream or signal."

In general, codecs are utilized by multimedia applications to encode or decode audio or video streams. In order to play encoded streams, users must ensure an appropriate codec is installed.

This article deals only with codecs and application backends; see List of applications/Multimedia for a list of media players (MPlayer, mpv and VLC are popular choices).

Requirements

Playing multimedia content requires two components:

  • A capable media player
  • The appropriate codec

It is not always necessary to explicitly install codecs if you have installed a media player. For example, MPlayer pulls in a large number of codecs as dependencies, and also has codecs built in.

List of codecs

Audio

See also Wikipedia:Comparison of audio coding formats.

Lossless audio codecs

  • Apple Lossless (ALAC) A lossless audio compression codec developed by Apple and deployed on all of its platforms and devices.
https://alac.macosforge.org/ || alac-gitAUR
  • FLAC Free Lossless Audio Codec.
https://xiph.org/flac/ || flac
https://www.wavpack.com/ || wavpack

Lossy audio codecs

FormatEncodeDecode
AAC#AAC
ATSC A/52aftenAURa52dec
CELTceltAUR
MPEG-1 
MP3lame
Musepack (MPC) 1
Opusopus
Vorbis
Speech codecs
AMR
Speex
  1. mppenc is not packaged.
  • libdca Free library for decoding DTS Coherent Acoustics streams.
https://www.videolan.org/developers/libdca.html || libdca
  • opencore-amr Open source implementation of the Adaptive Multi Rate (AMR) speech codec.
https://sourceforge.net/projects/opencore-amr/ || opencore-amr
AAC

From Wikipedia:

Advanced Audio Coding (AAC) is a proprietary audio coding standard for lossy digital audio compression. Designed to be the successor of the MP3 format, AAC generally achieves better sound quality than MP3 at the same bit rate.

Image codecs

  • OpenJPEG Open source JPEG 2000 codec.
https://www.openjpeg.org/ || openjpegAUR
https://github.com/strukturag/libheif || libheif

Video codecs

See also Wikipedia:Comparison of video codecs.

FormatCodec Libraries
AV1, (decode), (encode),
AVS2 (decode)
Daala
Diracschroedinger
DV
H.265,
,
H.264x264,
MPEG-1 (decode)
MPEG-2
MPEG-4Xvid ()
Theoralibtheora
VP8, VP9,
  • libmpeg2 Library for decoding MPEG-1 and MPEG-2 video streams.
https://libmpeg2.sourceforge.io/ || libmpeg2
  • VP9 High-quality, open video format for the web that's freely available to everyone. Improved version of earlier VP8 codec.
https://www.webmproject.org || libvpx

Container format tools

See also Wikipedia:Comparison of video container formats.

Backends

GStreamer

From https://gstreamer.freedesktop.org/:

GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing.

Simply, GStreamer is a backend or framework utilized by many media applications. See GStreamer article.

xine

From https://sourceforge.net/projects/xine/:

xine is a free multimedia player. It plays back CDs, DVDs, BluRays and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet.

As an alternative to GStreamer, many media players can be configured to utilize the xine backend provided by .

Note that the xine project itself provides a capable video player, xine-ui.

libavcodec

libavcodec is part of the FFmpeg project. It includes a large number of video and audio codecs. The libavcodec codecs are included with media players such as MPlayer and VLC, so you may not need to install the package itself.

Tips and tricks

No H264, mpg4 or Musepack (.mpc) in Totem Player

If you see the "The H264 plugin is missing" warning with Totem media player, install .

No H264 in Parole Player

If you see the "Parole needs H.264 decoder to play this file" warning with Parole media player, install .

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.