|
Speex is a free software speech codec that may be used on VoIP applications and podcasts. Speex claims to be free of any patent restrictions and is licensed under the revised (3-clause) BSD license. It may be used with the Ogg container format or directly transmitted over UDP/RTP. A filename extension is a suffix to the name of a computer file applied to show its format. ...
An audio codec is a computer program that compresses/decompresses digital audio data according to a given audio file format or streaming audio format. ...
Ogg is an open standard for a free container format for digital multimedia, unrestricted by software patents and designed for efficient streaming and manipulation. ...
Standards are produced by many organizations, some for internal usage only, others for use by a groups of people, groups of companies, or a subsection of an industry. ...
Clockwise from top: The logo of the GNU Project (the GNU head), the Linux kernel mascot Tux the Penguin, and the FreeBSD daemon Free software is a term coined by Richard Stallman and the Free Software Foundation[1] to refer to software that can be used, studied, and modified without...
Speech coding is the compression of speech (into a code) for transmission with speech codecs that use audio signal processing and speech processing techniques. ...
An overview of how VoIP works A typical analog telephone adapter for connecting an ordinary phone to a VoIP network Ciscos implementation of VoIP - IP Phone Voice over Internet Protocol, also called VoIP, IP Telephony, Internet telephony, Broadband telephony, Broadband Phone and Voice over Broadband is the routing of...
An orange square with waves indicates that an RSS feed is present on a web page. ...
Software patent does not have a universally accepted definition. ...
The BSD license is a permissive license and is one of the most widely used free software licenses. ...
Ogg is an open standard for a free container format for digital multimedia, unrestricted by software patents and designed for efficient streaming and manipulation. ...
A container format is a computer file format that can contain various types of data, compressed by means of standardized codecs. ...
User Datagram Protocol (UDP) is one of the core protocols of the Internet protocol suite. ...
The Real-time Transport Protocol (or RTP) defines a standardized packet format for delivering audio and video over the Internet. ...
The Speex designers see their project as complementary to the Vorbis general-purpose audio compression project. Vorbis is an open source, lossy audio codec project headed by the Xiph. ...
Audio compression can mean two things: Audio data compression - in which the amount of data in a recorded waveform is reduced for transmission. ...
Speex is a lossy format, meaning quality is permanently degraded to reduce file size. A lossy data compression method is one where compressing data and then decompressing it retrieves data that may well be different from the original, but is close enough to be useful in some way. ...
Description Unlike many other speech codecs, Speex is not targeted at cell phones but rather at Voice over IP (VoIP) and file-based compression. The design goals have been to make a codec that would be optimized for high quality speech and low bit rate. To achieve this the codec uses multiple bit rates, and supports ultra-wideband (32 kHz sampling rate), wideband (16 kHz sampling rate) and narrowband (telephone quality, 8 kHz sampling rate). Designing for Voice over IP (VoIP) instead of cell phone use means that Speex must be robust to lost packets, but not to corrupted ones since the User Datagram Protocol (UDP) ensures that packets either arrive unaltered or don't arrive. All this led to the choice of Code Excited Linear Prediction (CELP) as the encoding technique to use for Speex. One of the main reasons is that CELP has long proven that it could do the job and scale well to both low bit rates (as evidenced by DoD CELP @ 4.8 kbit/s) and high bit rates (as with G.728 @ 16 kbit/s). The main characteristics can be summarized as follows: An overview of how VoIP works A typical analog telephone adapter for connecting an ordinary phone to a VoIP network Ciscos implementation of VoIP - IP Phone Voice over Internet Protocol, also called VoIP, IP Telephony, Internet telephony, Broadband telephony, Broadband Phone and Voice over Broadband is the routing of...
A kilohertz (kHz) is a unit of frequency equal to 1,000 hertz (1,000 cycles per second). ...
The sampling frequency or sampling rate defines the number of samples per second taken from a continuous signal to make a discrete signal. ...
Wideband is a relative term used to describe a wide range of frequencies in a spectrum. ...
IP Telephony, also called Internet telephony, is the technology that makes it possible to have a telephone conversation over the Internet or a dedicated Internet Protocol (IP) network instead of dedicated voice transmission lines. ...
User Datagram Protocol (UDP) is one of the core protocols of the Internet protocol suite. ...
CELP stands for Code Excited Linear Prediction and is a speech coding algorithm originally proposed by M.R. Schroeder and B.S. Atal in 1984. ...
In telecommunications and computing, bit rate (sometimes written bitrate) is the frequency at which bits are passing a given (physical or metaphorical) point. It is quantified using the bit per second (bit/s) unit. ...
G.728 is a ITU-T standard for speech coding operating at 16 kbit/s. ...
- Free software/open-source, patent and royalty-free
- Integration of narrowband and wideband in the same bit-stream
- Wide range of bit rates available (from 2 kbit/s to 44 kbit/s)
- Dynamic bit rate switching and Variable bit-rate (VBR)
- Voice Activity Detection (VAD, integrated with VBR)
- Variable complexity
- Ultra-wideband mode at 32 kHz (up to 48 kHz)
- Intensity stereo encoding option
Clockwise from top: The logo of the GNU Project (the GNU head), the Linux kernel mascot Tux the Penguin, and the FreeBSD daemon Free software is a term coined by Richard Stallman and the Free Software Foundation[1] to refer to software that can be used, studied, and modified without...
For other uses, see Patent (disambiguation). ...
This article or section does not adequately cite its references or sources. ...
Variable bit rate (VBR) is a term used in telecommunications, relating to the quality of service. ...
Intensity stereo is a term that refers to a stereo sound image that is produced only by the difference in volume of something in the loudspeakers, as opposed to time arrival differences - see Haas Effect. ...
Features - Sampling rate
- Speex is mainly designed for three different sampling rates: 8 kHz (the same sampling rate to transmit telephone calls), 16 kHz, and 32 kHz. These are respectively referred to as narrowband, wideband and ultra-wideband.
- Quality
- Speex encoding is controlled most of the time by a quality parameter that ranges from 0 to 10. In constant bit-rate (CBR) operation, the quality parameter is an integer, while for variable bit-rate (VBR), the parameter is a real (floating point) number.
- Complexity (variable)
- With Speex, it is possible to vary the complexity allowed for the encoder. This is done by controlling how the search is performed with an integer ranging from 1 to 10 in a way that's similar to the -1 to -9 options to gzip compression utilities. For normal use, the noise level at complexity 1 is between 1 and 2 dB higher than at complexity 10, but the CPU requirements for complexity 10 is about five times higher than for complexity 1. In practice, the best trade-off is between complexity 2 and 4[citation needed], though higher settings are often useful when encoding non-speech sounds like DTMF tones.
- Variable Bit-Rate (VBR)
- Variable bit-rate (VBR) allows a codec to change its bit rate dynamically to adapt to the "difficulty" of the audio being encoded. In the example of Speex, sounds like vowels and high-energy transients require a higher bit rate to achieve good quality, while fricatives (e.g. s and f sounds) can be coded adequately with fewer bits. For this reason, VBR can achieve lower bit rate for the same quality, or a better quality for a certain bit rate. Despite its advantages, VBR has two main drawbacks: first, by only specifying quality, there's no guarantee about the final average bit-rate. Second, for some real-time applications like voice over IP (VoIP), what counts is the maximum bit-rate, which must be low enough for the communication channel.
- Average Bit-Rate (ABR)
- Average bit-rate solves one of the problems of VBR, as it dynamically adjusts VBR quality in order to meet a specific target bit-rate. Because the quality/bit-rate is adjusted in real-time (open-loop), the global quality will be slightly lower than that obtained by encoding in VBR with exactly the right quality setting to meet the target average bitrate.
- Voice Activity Detection (VAD)
- When enabled, voice activity detection detects whether the audio being encoded is speech or silence/background noise. VAD is always implicitly activated when encoding in VBR, so the option is only useful in non-VBR operation. In this case, Speex detects non-speech periods and encodes them with just enough bits to reproduce the background noise. This is called "comfort noise generation" (CNG).
- Discontinuous Transmission (DTX)
- Discontinuous transmission is an addition to VAD/VBR operation, that allows to stop transmitting completely when the background noise is stationary. In file-based operation, since we cannot just stop writing to the file, only 5 bits are used for such frames (corresponding to 250 bit/s).
- Perceptual enhancement
- Perceptual enhancement is a part of the decoder which, when turned on, tries to reduce (the perception of) the noise produced by the coding/decoding process. In most cases, perceptual enhancement makes the sound further from the original objectively (signal-to-noise ratio), but in the end it still sounds better (subjective improvement).
- Algorithmic delay
- Every codec introduces a delay in the transmission. For Speex, this delay is equal to the frame size, plus some amount of "look-ahead" required to process each frame. In narrowband operation (8 kHz), the delay is 30 ms, while for wideband (16 kHz), the delay is 34 ms. These values don't account for the CPU time it takes to encode or decode the frames.
For other uses, see Telephone (disambiguation). ...
The integers are commonly denoted by the above symbol. ...
A floating-point number is a digital representation for a number in a certain subset of the rational numbers, and is often used to approximate an arbitrary real number on a computer. ...
The correct title of this article is . ...
In computer science and information theory, data compression or source coding is the process of encoding information using fewer bits (or other information-bearing units) than an unencoded representation would use through use of specific encoding schemes. ...
Die of an Intel 80486DX2 microprocessor (actual size: 12Ã6. ...
Dual-tone multi-frequency (DTMF), also known as Touch Tone® is used for telephone signaling over the line in the voice frequency band to the call switching center. ...
Note: This page contains IPA phonetic symbols in Unicode. ...
Transient means passing with time. ...
Note: This page contains phonetic information presented in the International Phonetic Alphabet (IPA) using Unicode. ...
An overview of how VoIP works A typical analog telephone adapter for connecting an ordinary phone to a VoIP network Ciscos implementation of VoIP - IP Phone Voice over Internet Protocol, also called VoIP, IP Telephony, Internet telephony, Broadband telephony, Broadband Phone and Voice over Broadband is the routing of...
Comfort noise is artifical background noise used in radio and wireless communications to fill the silent time in a transmission resulting from voice activity detection. ...
Large application base There is already a large base of applications supporting the Speex codec, from streaming applications like teleconference to videogames and audio processing applications. Most of these are based on the DirectShow filter, OpenACM codec—Netmeeting on Microsoft Windows, or OpenH323 on Linux (Ekiga), for example. There are also plugins for the Winamp and XMMS players. Also KSP Sound Player from version 2006.0.0.2 and foobar2000 support Speex. Streaming media is multimedia that is continuously received by, and normally displayed to, the end-user while it is being delivered by the provider. ...
// Bold textBold textBold textBold textIn telecommunication, teleconference is the live exchange and mass articulation of information among persons and machines remote from one another but linked by a telecommunications system, usually over the phone line. ...
Logo of the DirectX Media SDK - the first time DirectShow was distributed under its current name. ...
This article or section should be merged with Video teleconference A videoconference is a live connection between people in separate locations for the purpose of communication, usually involving audio and often text as well as video. ...
Windows redirects here. ...
To meet Wikipedias quality standards, this article or section may require cleanup. ...
Linux (IPA pronunciation: ) is a Unix-like computer operating system. ...
Ekiga (formerly known as GnomeMeeting) is an open source VoIP and video conferencing application for GNOME. Ekiga uses both the H.323 and SIP protocols. ...
A plugin (plug-in, addin, add-in, addon or add-on) is a computer program that interacts with a main (or host) application (a web browser or an email program, for example) to provide a certain, usually very specific, function on demand. ...
Winamp is a proprietary media player written by Nullsoft, a subsidiary of Time Warner. ...
XMMSs default appearance The X Multimedia System (XMMS) is a free audio player very similar to Winamp, that runs on many Unix-like operating systems. ...
KSP (KSP Sound Player or Kalliope Sound Player) is a free audio player for Windows which is developed and distributed by Kalliope s. ...
foobar2000 is a freeware audio player for Windows developed by Peter Pawlowski, a former freelance contractor for Nullsoft. ...
The MIME type for Speex is audio/x-speex. The type audio/speex will be applied for in the near future. Multipurpose Internet Mail Extensions (MIME) is an Internet Standard that extends the format of e-mail to support: text in character sets other than US-ASCII; non-text attachments; multi-part message bodies; and header information in non-ASCII character sets. ...
See the plugin and software page on speex.org site for more details. Microsoft's Xbox Live uses Speex for the headsets, as announced by Ralph Giles, the Theora codec maintainer, on LugRadio. Xbox Live is a subscription-based online gaming service for Microsofts Xbox and Xbox 360 video game consoles. ...
Theora is a video codec being developed by the Xiph. ...
LugRadio is a UK-based podcast aimed at fans of Linux and open source software. ...
The latest Half-Life 1 engine and mods use the voice_speex.dll codec as its ingame VoIP function. Though it is not enabled by default, server administrators must enable it by typing in the console of their server either through rcon or at the physical server computer "sv_voicecodec voice_speex". Speex provides much better quality than the default Miles voice codec. Half-Life is a science fiction first-person shooter computer game developed by Valve Software and published by Sierra On-Line in 1998, based on a heavily-modified Quake game engine. ...
The United States Army's Land Warrior system, designed by General Dynamics, also uses Speex for VoIP on an EPLRS radio designed by Raytheon. The United States Army is the largest and oldest branch of the armed forces of the United States. ...
Land Warrior is a United States Army program that uses a combination of commercial, off-the-shelf technology (COTS) and current-issue military gear and equipment designed to: Integrate small arms with high-tech equipment Provide communications and command and control at the infantry soldier level Look at the individual...
General Dynamics (NYSE: GD) is a defense conglomerate formed by mergers and divestitures, and as of 2005 it is the sixth largest defense contractor in the world[1]. The company has changed markedly in the post-Cold War era of defense consolidation. ...
The Enhanced Position Location Reporting System (ELPRS) or AN/TSQ-158 is a secure, jam resistant, computer controlled communications network that distributes near real-time tactical information, generally integrated into radio sets, and coordinated by a Network Control Station. ...
Raytheon Company (NYSE: RTN) is a major United States military contractor based in Waltham, Massachusetts. ...
In Sid Meier's Civilization 4, Speex is used to encode the descriptions of the technologies as read by Leonard Nimoy. Civilization IV is a turn-based strategy computer game currently being developed by Sid Meier and his studio Firaxis Games. ...
Leonard Simon Nimoy (born March 26, 1931) is an American actor, film director, poet, musician and photographer. ...
The VoIP Program Teamspeak Uses Speex codecs as one of the 3 codecs available. the range of quality starts from 3.4Kbit to 25.9Kbit. Many servers prefer the Speex codec due to its good quality with little or many people in a room. TeamSpeak is proprietary Voice over IP software that allows users to speak on a chat channel with other users, much like a telephone conference call. ...
The Rockbox project can also play of Speex files on support players such as the Apple iPod or the iRiver H10. Rockbox is a free software replacement for the firmware held on various forms of digital audio players (DAPs). ...
See also Image File history File links Portal. ...
The following tables compare general and technical information for a variety of audio codecs. ...
External links This article uses material from the Speex Codec Manual which is copyright © Jean-Marc Valin and licensed under the terms of the GFDL | Xiph.Org Foundation | Ogg Project Vorbis • Theora • FLAC • Speex • Tremor • OggUVS • OggPCM The Xiph. ...
Ogg is an open standard for a free container format for digital multimedia, unrestricted by software patents and designed for efficient streaming and manipulation. ...
Vorbis is an open source, lossy audio codec project headed by the Xiph. ...
Theora is a video codec being developed by the Xiph. ...
Free Lossless Audio Codec (FLAC) is a popular file format for audio data compression. ...
Tremor is the name of a software library that decodes the Vorbis audio format. ...
OggUVS is an uncompressed video codec for Ogg, developed by Xiph. ...
The introduction to this article provides insufficient context for those unfamiliar with the subject matter. ...
Other projects XSPF • Annodex • Xiph QuickTime Components • cdparanoia • Icecast • IceShare XML Shareable Playlist Format (XSPF), pronounced spiff, is an XML-based playlist format for digital media, sponsored by the Xiph. ...
Annodex logo Annodex is a digital media format developed by CSIRO to provide annotation and indexing of continuous media, such as audio and video. ...
The Xiph QuickTime Components are Xiph. ...
cdparanoia is a compact disc ripper for Linux and BeOS. It was designed to be a minimalistic, high-quality CD ripper that would be able to compensate for and adjust to poor hardware to produce a flawless rip. ...
Icecast is a free streaming media project maintained by the Xiph. ...
IceShare is an unfinished peercasting system for Ogg multimedia. ...
Related articles Chris Montgomery • CMML • Ogg Media • Ogg page • Ogg Squish ...
CMML stands for Continuous Media Markup Language and is to audio or video what HTML is to text. ...
Ogg Media (OGM), meaning Ogg Media File, is a container format (for video, audio and subtitle streams). ...
An Ogg Page is a variable sized unit of data within an Ogg bitstream. ...
Ogg Squish was an attempt from the Xiph. ...
| (See Compression Methods for methods and Compression Software Implementations for codecs) This article does not cite any references or sources. ...
In computer science and information theory, data compression or source coding is the process of encoding information using fewer bits (or other information-bearing units) than an unencoded representation would use through use of specific encoding schemes. ...
Video compression refers to making a digital video signal use less data, without noticeably reducing the quality of the picture. ...
This article does not cite any references or sources. ...
The International Electrotechnical Commission (IEC) is an international standards organization dealing with electrical, electronic and related technologies. ...
Motion JPEG (M-JPEG) is an informal name for multimedia formats where each video frame or interlaced field of a digital video sequence is separately compressed as a JPEG image. ...
MPEG-1 defines a group of Audio and Video (AV) coding and compression standards agreed upon by MPEG (Moving Picture Experts Group). ...
MPEG-2 is a standard for the generic coding of moving pictures and associated audio information [1]. It is widely used around the world to specify the format of the digital television signals that are broadcast by terrestrial (over-the-air), cable, and direct broadcast satellite TV systems. ...
MPEG-4 Part 2 is a video compression technology developed by MPEG. It belongs to the MPEG-4 ISO/IEC standard (ISO/IEC 14496-2). ...
H.264 is a standard for video compression. ...
The ITU Telecommunication Standardization Sector (ITU-T) coordinates standards for telecommunications on behalf of the International Telecommunication Union (ITU) and is based in Geneva, Switzerland. ...
H.261 is an 1990 ITU video coding standard originally designed for transmission over ISDN lines on which data rates are multiples of 64 kbit/s. ...
H.262 is an ITU-T digital video coding standard. ...
H.263 is a video codec designed by the ITU-T as a low-bitrate encoding solution for videoconferencing. ...
H.264 is a standard for video compression. ...
The Peoples Republic of China government is supporting an effort to develop own standard for compressing digital audio and video, to assert its technological independence from the rest of the world. ...
Bink is a video file format (extension . ...
Dirac is a prototype algorithm for the encoding and decoding (see codec) of raw video. ...
Indeo Video (commonly known now simply as Indeo) is a video codec developed by Intel in 1992. ...
Motion JPEG (M-JPEG) is an informal name for multimedia formats where each video frame or interlaced field of a digital video sequence is separately compressed as a JPEG image. ...
RealVideo is a proprietary video format developed by RealNetworks. ...
Theora is a video codec being developed by the Xiph. ...
VC-1 is the informal name of the SMPTE 421M video codec standard initially developed by Microsoft. ...
TrueMotion VP6 is a video codec developed by On2 Technologies as a successor to earlier efforts such as VP3 and VP5. ...
TrueMotion VP7 is a video codec developed by On2 Technologies as a successor to earlier efforts such as VP3, VP5 and TrueMotion VP6. ...
Windows Media Video (WMV) is a generic name for the set of video codec technologies developed by Microsoft. ...
Audio compression is a form of data compression designed to reduce the size of audio files. ...
This article does not cite any references or sources. ...
The International Electrotechnical Commission (IEC) is an international standards organization dealing with electrical, electronic and related technologies. ...
MPEG-1 Audio Layer 3, more commonly referred to as MP3, is an audio encoding format. ...
MPEG-1 Audio Layer II (MP2, sometimes Musicam) is an audio codec defined by ISO/IEC 11172-3. ...
MPEG-1 Audio Layer I, commonly abbreviated to MP1, is one of three audio codecs included in the MPEG-1 standard. ...
MPEG-4 AAC DRM encoding as used in the iTunes Store Advanced Audio Coding (AAC) is a standardized, lossy compression and encoding scheme for digital audio. ...
High Efficiency AAC (HE-AAC) is a lossy data compression scheme for digital audio. ...
High Efficiency AAC (HE-AAC) is a lossy data compression scheme for digital audio. ...
High Efficiency AAC (HE-AAC) is a lossy data compression scheme for digital audio. ...
The ITU Telecommunication Standardization Sector (ITU-T) coordinates standards for telecommunications on behalf of the International Telecommunication Union (ITU) and is based in Geneva, Switzerland. ...
G.711 is an ITU-T standard for audio companding. ...
G.722 is a ITU-T standard wideband speech codec operating at 32-64 kbit/s. ...
G.722. ...
Adaptive Multi Rate - WideBand or AMR-WB is a speech coding standard developed after the AMR using same technology like ACELP. The codec provides excellent speech quality due to wider speech bandwidth of 50 - 7000 Hz compared to narrowband speech codecs which in general are optimized for POTS wireline quality...
This article is in need of attention from an expert on the subject. ...
G.723. ...
G.726 is ITU-T speech codec operating at bit rates of 16-40 kbit/s. ...
G.728 is a ITU-T standard for speech coding operating at 16 kbit/s. ...
G.729 is an audio data compression algorithm for voice that compresses voice audio in chunks of 10 milliseconds. ...
The introduction to this article provides insufficient context for those unfamiliar with the subject matter. ...
G.729 is an audio data compression algorithm for voice that compresses voice audio in chunks of 10 milliseconds. ...
Dolby Digital is the marketing name for a series of lossy audio compression technologies by Dolby Laboratories. ...
Apple Lossless (also known as Apple Lossless Encoder, ALE, or Apple Lossless Audio Codec, ALAC) is an audio codec developed by Apple Inc. ...
Adaptive Transform Acoustic Coding (ATRAC) is a family of proprietary audio compression algorithms developed by Sony. ...
Free Lossless Audio Codec (FLAC) is a popular file format for audio data compression. ...
internet Low Bit Rate Codec (iLBC) is a royalty free narrowband speech codec, developed by Global IP Sound (GIPS). ...
Monkeyâs Audio is a lossless audio compression codec. ...
In telecommunication, a mu-law algorithm (μ-law) is a standard analog signal compression or companding algorithm, used in digital communications systems of the North American and Japanese digital hierarchies, to optimize (in other words, modify) the dynamic range of an audio analog signal prior to digitizing. ...
Musepack or MPC is an open source lossy audio codec, specifically optimized for transparent compression of stereo audio at bitrates of 160-180 kbit/s. ...
Nellymoser is a single-channel (mono) format optimized for low-bitrate transmission of audio. ...
Please wikify (format) this article as suggested in the Guide to layout and the Manual of Style. ...
RealAudio is a proprietary audio format developed by RealNetworks. ...
SHN (Shorten) is a file format used to losslessly compress CD-quality audio files (44. ...
Vorbis is an open source, lossy audio codec project headed by the Xiph. ...
WavPack is a free, open source lossless audio compression format developed by David Bryant. ...
Windows Media Audio (WMA) is brand name for several technically distinct proprietary compressed audio file formats developed by Microsoft. ...
TAK (Toms lossless Audio Kompressor) is a lossless audio compressor which promises compression performance similar to Monkeys Audio âHighâ and decompression speed similar to FLAC. The codec also supports streaming (necessary headers for decompressing the audio are written to the stream every 2 seconds), error tolerance (single bit...
Image compression is the application of Data compression on digital images. ...
This article does not cite any references or sources. ...
The International Electrotechnical Commission (IEC) is an international standards organization dealing with electrical, electronic and related technologies. ...
The ITU Telecommunication Standardization Sector (ITU-T) coordinates standards for telecommunications on behalf of the International Telecommunication Union (ITU) and is based in Geneva, Switzerland. ...
In computing, JPEG (pronounced JAY-peg; IPA: ) is a commonly used method of compression for photographic images. ...
JPEG 2000 is a wavelet-based image compression standard. ...
The Joint Photographic Experts Group, in addition to their well-known lossy image compression techniques, JPEG and JPEG 2000, also have three standards for lossless compression (of which JPEG-LS has a lossy mode): Lossless JPEG was developed as a late addition to JPEG in 1993, using a completely different...
JBIG is a lossless image compression standard from the Joint Bi-level Image Experts Group, standardized as ISO/IEC standard 11544 and as ITU-T recommendation T.82. ...
JBIG2 is an image compression standard for bi-level images, developed by the Joint Bi-level Image Experts Group. ...
PNG (Portable Network Graphics) is a bitmapped image format that employs lossless data compression. ...
Wireless Application Protocol Bitmap Format (shortened to Wireless Bitmap and with file extension . ...
The APNG (Animated Portable Network Graphics) file format is an extension to the Portable Network Graphics (PNG) specification proposed by Stuart Parmenter and Vladimir Vukicevic of the Mozilla Corporation. ...
ICER is a wavelet-based image compression file format used by the NASA Mars Rovers. ...
Multiple-image Network Graphics (MNG) (IPA pronunciation: ) is a public graphics file format for animated images. ...
.BMP or . ...
An example of a GIF image. ...
ILBM is a subtype of the Interchange File Format used for storing picture data. ...
PCX is an image file format that uses a simple form of run-length encoding (a type of lossless compression algorithm). ...
PGF (Progressive Graphics File) is a wavelet-based bitmapped image format that employs lossless and lossy data compression. ...
Truevisions (now Pinnacle Systems) TGA File Format, often referred to as TARGA File Format, is a raster graphics file format. ...
âTIFFâ redirects here. ...
HD Photo (formerly Windows Media Photo) is a still image compression algorithm and file format for continuous tone photographic images, developed by Microsoft as a part of the Windows Media family. ...
A container format is a computer file format that can contain various types of data, compressed by means of standardized codecs. ...
3GP is a multimedia container format defined by the Third Generation Partnership Project (3GPP) for use on 3G mobile phones. ...
Advanced Systems Format (formerly Advanced Streaming Format) is Microsofts proprietary digital audio/digital video container format, especially meant for streaming media. ...
// Audio-Video Interleaved, known by its acronym AVI, is a multimedia container format introduced by Microsoft in November 1992 as part of its Video for Windows technology. ...
DivX is a video codec created by DivX, Inc. ...
DPX, the short form of Digital Picture Exchange, is a common file format for digital film work and is an ANSI/SMPTE standard (268M-2003). ...
Flash Video (FLV) is a proprietary file format used to deliver video over the Internet using Adobe Flash Player (formerly known as Macromedia Flash Player) version 6, 7, 8, or 9. ...
// The Matroska Multimedia Container is an open standard free multimedia container format that can hold an unlimited number of video, audio, picture or subtitle tracks inside a single file. ...
MPEG-4 Part 14, formally ISO/IEC 14496-14:2003, is a multimedia container format standard specified as a part of MPEG-4. ...
Material eXchange Format (MXF) is a container format for professional digital video and audio media defined by a set of SMPTE standards. ...
NUT is a patent-free, multimedia container format originally conceived by a few MPlayer and FFmpeg developers that were dissatisfied with the limitations of all currently available multimedia container formats such as AVI or Matroska. ...
Ogg is an open standard for a free container format for digital multimedia, unrestricted by software patents and designed for efficient streaming and manipulation. ...
Ogg Media (OGM), meaning Ogg Media File, is a container format (for video, audio and subtitle streams). ...
QuickTime is a multimedia framework developed by Apple Inc. ...
RealMedia is a multimedia container format created by RealNetworks. ...
A VOB file (DVD-Video Object or Versioned Object Base) is a container format contained in DVD-Video media. ...
Audio Interchange File Format (AIFF) is an audio file format standard used for storing sound data for personal computers and other electronic audio devices. ...
The Au file format is a simple audio file format that consists of a header of 6 32-bit words and then the data (high-order byte comes first). ...
WAV (or WAVE), short for Waveform audio format, is a Microsoft and IBM audio file format standard for storing audio on PCs. ...
Video codecs (Comparison) | MPEG-4 ASP 3ivx · DivX · Nero Digital · FFmpeg MPEG-4 · HDX4 · Xvid | H.264/MPEG-4 AVC CoreAVC · Nero Digital AVC · QuickTime H.264 · x264 In computer science and information theory, data compression or source coding is the process of encoding information using fewer bits (or other information-bearing units) than an unencoded representation would use through use of specific encoding schemes. ...
Look up Implementation in Wiktionary, the free dictionary. ...
A video codec is a device or software module that enables video compression or decompression for digital video. ...
Comparison of video codecs - is a process of codecs evaluation of similarities and differences. ...
MPEG-4 Part 2 is a video compression technology developed by MPEG. It belongs to the MPEG-4 ISO/IEC standard (ISO/IEC 14496-2). ...
3ivx is a video codec created by 3ivx Technologies. ...
DivX is a brand name of products created by DivX, Inc. ...
Nero Digital is a suite of MPEG-4-compatible video and audio compression codecs integrated into a DVD ripping tool, Recode 2. ...
FFmpeg is a collection of software libraries that can record, convert and stream digital audio and video in numerous formats. ...
HDX4 is a MPEG4 codec developed by a German company named Jomigo Visual Technology. ...
Xvid (formerly XviD) is a video codec library following the MPEG-4 standard. ...
H.264 is a standard for video compression. ...
CoreAVC is a video decoder developed by CoreCodec, implementing the MPEG-4 AVC standard (also known as H.264) used, for example, in next-generation video disc formats HD DVD and Blu-Ray. ...
Nero Digital is a suite of MPEG-4-compatible video and audio compression codecs integrated into a DVD ripping tool, Recode 2. ...
QuickTime is a multimedia framework developed by Apple Inc. ...
x264 is a free software library for encoding H.264/MPEG-4 AVC video streams. ...
| Lossless CorePNG · FFV1 · Huffyuv · Lagarith · MSU Lossless Lossless data compression is a class of data compression algorithms that allows the exact original data to be reconstructed from the compressed data. ...
CorePNG is a lossless codec based on PNG. Essentially, each frame is compressed as a PNG, so if PNG does it, this codec does too. ...
FFV1, which represents FF video codec 1, is an experimental video encoder and decoder employing relatively high compression that is lossless and intra-frame only. ...
Huffyuv (or HuffYUV) is a very fast, lossless Win32 video codec written by Ben Rudiak-Gould, meant to replace uncompressed YUV as a video capture format. ...
Lagarith is an open source lossless video codec written by Ben Goldman. ...
| Others Cinepak · Sorenson · Dirac · Indeo · VP3 · VP7 · Pixlet · Snow · Tarkin · Theora · WMV · SIF1 Compressed with Cinepak, quality 40% Cinepak is a video codec, developed by Radius Inc to accommodate 1x (150 kbyte/s) CD-ROM transfer rates. ...
The Sorenson codec (also known as Sorenson Video Codec, Sorenson Video Quantizer or SVQ) is a digital video codec devised by the company Sorenson Media and used by Apples QuickTime and the newest version of Macromedia Flash, a special version called Sorenson Spark. ...
Dirac is a prototype algorithm for the encoding and decoding (see codec) of raw video. ...
Indeo Video (commonly known now simply as Indeo) is a video codec developed by Intel in 1992. ...
VP3 was originally a proprietary video codec developed by On2 Technologies. ...
TrueMotion VP7 is a video codec developed by On2 Technologies as a successor to earlier efforts such as VP3, VP5 and TrueMotion VP6. ...
Pixlet is a video codec created by Apple Computer and based on wavelets, designed to enable viewing of full resolution, high resolution movies in real time at low DV data rates. ...
Snow is an experimental video codec developed by Michael Niedermayer for the FFmpeg package. ...
Ogg is an open standard for a free container format for digital multimedia, unrestricted by software patents and designed for efficient streaming and manipulation. ...
Theora is a video codec being developed by the Xiph. ...
Windows Media Video (WMV) is a generic name for the set of video codec technologies developed by Microsoft. ...
Up to date video codec SIF is widely used by the customers. ...
| | Audio codecs (Comparison) | General ADPCM · ATRAC · Dolby Digital · Musepack · TwinVQ · Vorbis · WMA An audio codec is a computer program that compresses/decompresses digital audio data according to a given audio file format or streaming audio format. ...
The following tables compare general and technical information for a variety of audio codecs. ...
Audio compression is a form of data compression designed to reduce the size of audio files. ...
Pulse-code modulation (PCM) is a modulation technique. ...
ATRAC (Adaptive TRansform Acoustic Coding) is a family of proprietary audio compression algorithms used to store information on MiniDiscs and other Sony-branded audio players. ...
Dolby Digital is the marketing name for a series of lossy audio compression technologies by Dolby Laboratories. ...
Musepack or MPC is an open source lossy audio codec, specifically optimized for transparent compression of stereo audio at bitrates of 160-180 kbit/s. ...
TwinVQ (transform-domain weighted interleaved vector quantization) is an audio compression technique developed by Nippon Telegraph and Telephone Corporation (NTT). ...
Vorbis is an open source, lossy audio codec project headed by the Xiph. ...
Windows Media Audio (WMA) is brand name for several technically distinct proprietary compressed audio file formats developed by Microsoft. ...
| Speech/Voice iLBC · IMBE · iSAC · QCELP · Speex · Truespeech Speech coding is the compression of speech (into a code) for transmission with speech codecs that use audio signal processing and speech processing techniques. ...
The Internet Low Bit Rate Codec (iLBC) is a royalty free narrowband speech codec, developed by Global IP Sound (GIPS). ...
IMBE a is speech coding standard. ...
iSAC is a wideband speech codec, developed by Global IP Sound (GIPS). ...
QCELP is a speech codec developed in 1994 to increase the speech quality of the IS-96A codec used earlier in CDMA networks. ...
Truespeech is a proprietary audio codec produced by the DSP Group. ...
| Lossless Apple Lossless · Dolby TrueHD · FLAC · Monkey's Audio · OptimFROG · TTA · WavPack · WMA Lossless Lossless data compression is a class of data compression algorithms that allows the exact original data to be reconstructed from the compressed data. ...
Apple Lossless (also known as Apple Lossless Encoder, ALE, or Apple Lossless Audio Codec, ALAC) is an audio codec developed by Apple Inc. ...
Dolby TrueHD logo Dolby TrueHD, from Dolby Laboratories, is an advanced lossless multi-channel audio codec, intended primarily for high-end home-entertainment equipment, such as Blu-ray Disc and HD DVD. In this application, Dolby TrueHD competes with DTS-HD Master Audio, another lossless codec from Digital Theater System. ...
FLAC, an acronym for Free Lossless Audio Codec, is a popular file format for audio data compression. ...
Monkeyâs Audio is a lossless audio compression codec. ...
Please wikify (format) this article as suggested in the Guide to layout and the Manual of Style. ...
True Audio (abbreviated TTA) is a free, simple real-time lossless audio codec, based on adaptive prognostic filters which has shown satisfactory results comparing to majority of modern analogs. ...
WavPack is a free, open source lossless audio compression format developed by David Bryant. ...
Windows Media Audio 9 Lossless is a lossless data lossless audio codec by Microsoft, released in early 2003. ...
| | Archivers (Comparison) | Open Source 7-Zip · Ark · File Roller · KGB Archiver · PeaZip · The Unarchiver It has been suggested that this article or section be merged into Comparison of file archivers. ...
The following tables compare general and technical information for a number of file archivers. ...
Open source refers to projects that are open to the public and which draw on other projects that are freely available to the general public. ...
7-Zip is an open source file archiver designed originally for the Microsoft Windows operating system, and later made available to other systems. ...
Ark is an archiving tool for KDE, included into kdeutils package. ...
File-roller is an archive manager for the GNOME environment. ...
KGB Archiver is an open-source file archiver and data compression utility created by Tomasz Pawlak. ...
PeaZip is an open source OS-portable file archiver, released under LGPL for Microsoft Windows and Linux (Linux version requires libgdk_pixbuf library). ...
The Unarchiver is an open source data compression utility, which supports more formats than BOMArchiveHelper, the built-in archive unpacker program in Mac OS X. It can also handle filenames in foreign character sets, created with non-English versions of other operating systems. ...
| Freeware DGCA · Filzip · GCA · IZArc · StuffIt Expander · TUGZip · Zipeg · ZipGenius · WinUHA The term Freeware refers to gratis proprietary software with closed source. ...
In computing, DGCA is a freeware compression utility created in 2001 by Shin-ichi Tsuruta (鶴田真一, Shin-ichi Tsuruta). ...
This article needs to be cleaned up to conform to a higher standard of quality. ...
In computing, GCA is a freeware compression utility created in 2000 by Shin-ichi Tsuruta. ...
IZArc is a freeware file archiver for Microsoft Windows. ...
StuffIt Expander used to be a freeware, closed source data compression software utility developed by Allume Systems (formerly Aladdin Systems) It runs in Mac OS Classic, Mac OS X, Microsoft Windows, and Linux/UNIX. It does not compress files. ...
TUGZip is a freeware file archiver for Microsoft Windows. ...
Zipeg is a decompression application made by Leo Kuznetsov for Mac OS X that handles zip files. ...
ZipGenius is a freeware file archiver designed for Microsoft Windows users, developed by Matteo Riso of M.Dev Software. ...
UHarc is a solid, high-compression 386+ DOS and Windows file archiver with multimedia support. ...
| Proprietary ALZip · BOMArchiveHelper · MacBinary · PowerArchiver · Squeez · StuffIt · WinAce · WinRAR · WinRK · WinZip It has been suggested that closed source be merged into this article or section. ...
ALZip is an archive and compression utility from ESTsoft for Microsoft Windows. ...
BOMArchiveHelper is the default archive file handler in Mac OS X. It is a service application that has no GUI when double-clicked, rather it is invoked by opening its associated files or by choosing Create archive of file in the Finders contextual menu. ...
Due to the Mac OS forked file structure, transferring Mac OS files to non-Macintosh computers is problematic. ...
PowerArchiver is a proprietary file archiver designed for Microsoft Windows users, developed by ConeXware Inc. ...
Squeez is a shareware file archiver and data compression utility by Speedproject. ...
StuffIt is a family of software utilities for archiving and compressing files on the Apple Macintosh, Microsoft Windows and Linux platforms: it was originally produced for the Macintosh and remains common on that platform. ...
WinAce is an archiving program with its own powerful ACE compression format and built-in support for other common archive formats types such as ZIP, RAR and MS-CAB. The Mac OS X and Linux versions are called Unace and are command line programs. ...
WinRAR is a shareware file archiver and data compression utility by Eugene Roshal. ...
WinRK is a commercial file archiver program for Microsoft Windows. ...
WinZip Computing Inc. ...
| Command line ARC · ARJ · JAR · bzip2 · compress · gzip · Info-ZIP · LHA · lzop · NABOB · PAQ · PKZIP · RAR · SBC · UPX This article or section does not adequately cite its references or sources. ...
ARC is a file format by SEA (System Enhancement Associates) that was very popular before Phil Katzs introduction of the ZIP format. ...
ARJ is a tool for creating compressed file archives. ...
JAR is a tool for creating compressed file archives. ...
The correct title of this article is . ...
Categories: Disambiguation | Software stubs | Data compression software ...
The correct title of this article is . ...
Info-ZIP is an open source version of Phil Katzs deflate and inflate routines used in his popular file compression program, PKZIP. The free code released by the Info-ZIP project under a BSD license spawned a horde of PKZIP imitators (WinZip, PicoZip, PowerArchiver, Turbozip, PowerZip and many more...
LHA is a freeware compression utility and associated file format. ...
LZOP is a free software file compression tool which uses LZO and is under the GPL license. ...
NABOB was a joke file compression and archiving tool created by Thomas M. Tuerke (SysOp of Gravesend BBS) and Al Kalian (SysOp of Palladin BBS) at the height of the compression wars that resulted from the legal conflicts between ARC and Phil Katz. ...
PAQ is a series of open source data compression archivers that have evolved through collaborative development to top rankings on several benchmarks measuring compression ratio (although at the expense of speed and memory usage). ...
PKZIP is an archiving tool originally written by the late Phil Katz, and marketed by his company PKWARE, Inc. ...
âRARâ redirects here. ...
Smart Bitrate Control, commonly referred to as SBC, is a technique for achieving greatly improved video compression efficiency using the DivX;-)3. ...
UPX, the Ultimate Packer for eXecutables, is an open source executable packer (EXE packer) supporting a number of file formats. ...
| | | (See Compression Methods for methods and Compression Formats and Standards for formats) | |