| | This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (January 2008) | "Flac" redirects here. For the anti-aircraft weapon "flak", see Anti-aircraft warfare. Free Lossless Audio Codec (FLAC) is a file format for audio data compression. Being a lossless compression format, FLAC does not remove information from the audio stream, as lossy compression formats such as MP3, AAC, and Vorbis do. âFlakâ redirects here. ...
A filename extension is a suffix to the name of a computer file applied to indicate its type. ...
An Internet media type,[1] originally called a MIME type after MIME and sometimes a Content-type after the name of a header in several protocols whose value is such a type, is a two-part identifier for file formats on the Internet. ...
For other uses, see Software developer (disambiguation). ...
The Xiph. ...
Code complete redirects here. ...
is the 260th day of the year (261st in leap years) in the Gregorian calendar. ...
Year 2007 (MMVII) was a common year starting on Monday of the Gregorian calendar in the 21st century. ...
An operating system (OS) is a software that manages computer resources and provides programmers with an interface used to access those resources. ...
A cross-platform (or platform independent) programming language, software application or hardware device works on more than one system platform (e. ...
An audio codec is a computer program that compresses/decompresses digital audio data according to a given audio file format or streaming audio format. ...
An audio file format is a container format for storing audio data on a computer system. ...
A software license is a legal agreement which may take the form of a proprietary or gratuitous license as well as a memorandum of contract between a producer and a user of computer software. ...
GPL redirects here. ...
The BSD daemon BSD licenses represent a family of permissive free software licenses. ...
The Xiph. ...
A website (alternatively, web site or Web site) is a collection of Web pages, images, videos or other digital assets that is hosted on one or more web servers, usually accessible via the Internet. ...
A file format is a particular way to encode information for storage in a computer file. ...
Audio compression is a form of data compression designed to reduce the size of audio files. ...
Lossless data compression is a class of data compression algorithms that allows the exact original data to be reconstructed from the compressed data. ...
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. ...
For other uses, see MP3 (disambiguation). ...
Advanced Audio Coding (AAC) is a standardized, lossy compression and encoding scheme for digital audio. ...
Vorbis is an open source, lossy audio codec project headed by the Xiph. ...
Like other methods of compression, FLAC's main advantage is the reduction of bandwidth or storage requirements, but without sacrificing the integrity of the audio source. For example, a digital recording (such as a CD) encoded to FLAC can be decompressed into an identical copy of the audio data. Audio sources encoded to FLAC are typically reduced in size 40 to 50 percent (47% according to their own comparison).[2] CD redirects here. ...
FLAC is suitable for everyday playback and audio archival, with support for tagging, cover art and fast seeking. FLAC's free and open source royalty-free nature makes it well-supported by many software applications, however, FLAC playback support in portable audio devices and dedicated audio systems is limited at this time.[3] Josh Coalson is the primary author of FLAC. Free software is software that can be used, studied, and modified without restriction, and which can be copied and redistributed in modified or unmodified form either without restriction, or with minimal restrictions only to ensure that further recipients can also do these things. ...
...
On January 29, 2003, Xiphophorus (now called the Xiph.Org Foundation) announced the incorporation of FLAC under their banner, alongside Vorbis, Theora, Speex, and others. is the 29th day of the year in the Gregorian calendar. ...
Year 2003 (MMIII) was a common year starting on Wednesday of the Gregorian calendar. ...
The Xiph. ...
Vorbis is an open source, lossy audio codec project headed by the Xiph. ...
Theora is a video codec being developed by the Xiph. ...
Speex is a free software speech codec that may be used on VoIP applications and podcasts. ...
The project
The FLAC project consists of: - The stream format
- A simple container format for the stream, also called FLAC (or Native FLAC)
- libFLAC, a library of reference encoders and decoders, and a metadata interface
- libFLAC++, an object wrapper around libFLAC
- flac, a command-line wrapper around libFLAC to encode and decode FLAC streams
- metaflac, a command-line metadata editor for .flac files and for applying Replay Gain
- Input plugins for various music players (Winamp, XMMS, foobar2000, musikCube, and many more)
- With Xiph.org incorporation, the Ogg container format, suitable for streaming (also called Ogg FLAC)
"Free" means that the specification of the stream format can be implemented by anyone without prior permission (Xiph.org reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any patent. It also means that the reference implementation is free software. The sources for libFLAC and libFLAC++ are available under Xiph.org's BSD license, and the sources for flac, metaflac, and the plugins are available under the GPL. A container format is a computer file format that can contain various types of data, compressed by means of standardized codecs. ...
Replay Gain is a proposed standard published in 2001 to normalize the perceived loudness of computer audio formats such as MP3 and Ogg Vorbis. ...
Winamp is a proprietary media player written by Nullsoft, now 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. ...
foobar2000 is a freeware audio player for Windows developed by Peter Pawlowski, a former freelance contractor for Nullsoft. ...
The correct title of this article is . ...
Ogg is an open standard for a free container format for digital multimedia, unrestricted by software patents and designed for efficient streaming and manipulation. ...
An encoder is a device used to encode a signal (such as a bitstream) or data into a form that is acceptable for transmission or storage. ...
A Digitrax DH163AT DCC decoder in an Athearn locomotive before the shell goes on. ...
Free software is software that can be used, studied, and modified without restriction, and which can be copied and redistributed in modified or unmodified form either without restriction, or with minimal restrictions only to ensure that further recipients can also do these things. ...
The BSD daemon BSD licenses represent a family of permissive free software licenses. ...
GPL redirects here. ...
In its stated goals, the FLAC project encourages its developers not to implement copy prevention features of any kind.[3]
Comparisons FLAC is specifically designed for efficient packing of audio data, unlike general lossless algorithms such as ZIP and gzip. While ZIP may compress a CD-quality audio file by 10 - 20%, FLAC achieves compression rates of 30 - 50% for most music, with significantly greater compression for voice recordings. The ZIP file format is the most widely-used compressed file format in the IBM PC world. ...
gzip is a software application used for file compression. ...
Lossy codecs can achieve ratios of 80% or more by discarding data from the original stream. FLAC uses linear prediction to convert the audio samples to a series of small, uncorrelated numbers (known as the residual), which are stored efficiently using Golomb-Rice coding. It also uses run-length encoding for blocks of identical samples, such as silent passages. The technical strengths of FLAC compared to other lossless codecs lie in its ability to be streamed and in a fast decode time, which is independent of compression level. Linear prediction is a mathematical operation where future values of a discrete-time signal are estimated as a linear function of previous samples. ...
Golomb coding is a form of entropy encoding invented by Solomon W. Golomb that is optimal for alphabets following geometric distributions, that is, when small values are vastly more common than large values. ...
Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run. ...
As with any lossless scheme, FLAC is also a popular archive format for owners of CDs and other media who wish to preserve their audio collections. If the original media is lost, damaged, or worn out, a FLAC copy of the audio tracks ensures that an exact duplicate of the original data can be recovered at any time. An exact restoration from a lossy archive (e.g., MP3) of the same data is impossible. A CUE file can optionally be created when ripping a CD. If a CD is read and ripped perfectly to FLAC files, the CUE file allows later burning of an audio CD that is identical in audio data to the original CD, including track order, pregaps, and CD-Text. However, additional data present on some audio CDs such as lyrics and CD+G graphics are beyond the scope of a CUE file and most ripping software, so that data will not be archived. CD redirects here. ...
Cue Sheet in Notepad A cue sheet, or cue file, is an ASCII (plain text) file that specifies how the tracks of a compact disc should be laid out. ...
For the process of sawing wood along the grain, see Rip saw. ...
The pregap on a Red Book audio CD is the portion of the audio track that precedes index 01 for a given track in the table of contents (TOC). ...
CD-Text is an extension of the Red Book standard for audio CDs. ...
A CD+G (also known as CD+Graphics) is a special audio compact disc that contains graphics data in addition to the audio data on the disc. ...
The European Broadcasting Union (EBU) has adopted the FLAC format over its Euroradio network for the distribution of high quality audio. EBU redirects here. ...
The Hydrogenaudio Wiki features a comparison of lossless codecs, including FLAC.
Technical details FLAC supports only fixed-point samples, not floating-point. It can handle any PCM bit resolution from 4 to 32 bits per sample, any sampling rate from 1 Hz to 1,048,570 Hz in 1 Hz increments, and any number of channels from 1 to 8. Channels can be grouped in cases like stereo and 5.1 channel surround to take advantage of interchannel correlations to increase compression. FLAC uses CRC checksums for identifying corrupted frames when used in a streaming protocol, and also has a complete MD5 hash of the raw PCM audio stored in its STREAMINFO metadata header. In mathematics, a fixed point of a function f is an argument x such that f(x) = x; see fixed point (mathematics). ...
This article or section is in need of attention from an expert on the subject. ...
PCM is an initialism which can have different meanings: Phase Change Material Pulse-code modulation, a way to digitally encode signals representing sound and their video counterparts Potential Cancer Marker Communist Party of Mexico Plug Compatible Manufacturer Power-train control module, a computer in a car which controls the car...
This article does not cite its references or sources. ...
This article is about the unit of information. ...
The sampling frequency or sampling rate defines the number of samples per second taken from a continuous signal to make a discrete signal. ...
This article is about the SI unit of frequency. ...
Label for 2. ...
Multichannel audio is the name for a variety of techniques for expanding and enriching the sound of audio playback by recording additional sound channels that can be reproduced on additional speakers. ...
A cyclic redundancy check (CRC) is a type of function that takes an input of data stream of any length and produces as output a value of a certain fixed size. ...
In cryptography, MD5 (Message-Digest algorithm 5) is a widely used cryptographic hash function with a 128-bit hash value. ...
FLAC allows for Rice parameter between 0-16, and up to 8 channels of audio and a wide range of sampling rates up to 192 kHz, in various bits-per-sample width. FLAC also supports Replay Gain. Replay Gain is a proposed standard published in 2001 to normalize the perceived loudness of computer audio formats such as MP3 and Ogg Vorbis. ...
FLAC is implemented as the libFLAC core encoder & decoder library with the main distributable program flac being the reference program utilizing the libFLAC API. This codec API is also available in C++ as libFLAC++. A codec is a device or program capable of encoding and/or decoding a digital data stream or signal. ...
The reference implementation of FLAC compiles on many platforms, including most Unix (such as Solaris and Mac OS X) and Unix-like (including Linux and BSD), Windows, BeOS, and OS/2 operating systems. There are build systems for autoconf/automake, MSVC, Watcom C, and Xcode. Filiation of Unix and Unix-like systems Unix (officially trademarked as UNIX®, sometimes also written as or ® with small caps) is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy. ...
The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems in 1992 as the successor to SunOS. Solaris is known for its scalability, especially on SPARC systems, as well for being the origin for many innovative features such as DTrace...
Mac OS X (pronounced ) is a line of graphical operating systems developed, marketed, and sold by Apple Inc. ...
Diagram of the relationships between several Unix-like systems A Unix-like operating system is one that behaves in a manner similar to a Unix system, while not necessarily conforming to or being certified to any version of the Single UNIX Specification. ...
This article is about operating systems that use the Linux kernel. ...
BSD redirects here; for other uses see BSD (disambiguation). ...
Windows redirects here. ...
BeOS is an operating system for personal computers which began development by Be Inc. ...
OS/2 is a computer operating system, initially created by Microsoft and IBM, then later developed by IBM exclusively. ...
Flow diagram of autoconf and automake Autoconf is a tool for producing shell scripts that automatically configure software source code packages to adapt to many kinds of UNIX-like systems. ...
Automake is a programming tool that produces portable makefiles for use by the make program, used in compiling software. ...
Visual C++ 6. ...
Watcom International Corporation was founded in 1981 from the research of the Computer Systems Group at the University of Waterloo, in Waterloo, Ontario, Canada. ...
Xcode is Apple Computers IDE for developing applications and other software for Mac OS X. It is shipped free with Mac OS X. First introduced on October 24, 2003 along with the release of Mac OS X v10. ...
For tagging, FLAC uses the same system as Vorbis comments.[4] A Vorbis comment is a metadata container used in the Vorbis, FLAC, and Speex audio file formats. ...
API Organization libFLAC API is organized into streams, seekable streams, and files (listed in the order of increasing abstraction from the base FLAC bitstream). Most FLAC applications will generally restrict themselves to encoding/decoding using libFLAC at the file level interface.
Software support Encoding Cross-platform is a term which can refer to computer programs, operating systems, computer languages, programming languages, or other computer software and their implementations which can be made to work on multiple computer platforms. ...
FFmpeg is a collection of software libraries that can record, convert and stream digital audio and video in numerous formats. ...
This article is about the audio software. ...
VLC media player is a free software media player by the VideoLAN project. ...
Juce is an open source, cross-platform C++ application framework, used for the development of GUI applications and plug-ins. ...
Windows redirects here. ...
KMPlayer (Konqueror Media Player) is both a video player plugin for Konqueror, as well as a standalone video player. ...
Easy Media Creator is optical disc authoring software, produced by Roxio. ...
Exact Audio Copy, or often simply EAC, is a CD ripping program for Microsoft Windows. ...
Nero Burning ROM is a popular optical disc authoring program for Microsoft Windows and Linux by Nero AG, formerly Ahead Software. ...
dBpoweramp is a collection of fully-integrated audio software from Illustrate, written by Spoon. ...
Not to be confused with Monkeys Audio, an unrelated lossless audio codec. ...
Winamp is a proprietary media player written by Nullsoft, now a subsidiary of Time Warner. ...
JetAudio is a company established in September 2000. ...
foobar2000 is a freeware audio player for Windows developed by Peter Pawlowski, a former freelance contractor for Nullsoft. ...
Sony Vegas is a non-Linear editing system produced by Sony Media Software. ...
Yahoo! Music Jukebox is a free music player released by Yahoo! in 2005. ...
Mac OS X (pronounced ) is a line of graphical operating systems developed, marketed, and sold by Apple Inc. ...
Toast is a CD and DVD authoring and media conversion software application for Mac OS X. External links Roxio Toast Category: ...
The introduction to this article provides insufficient context for those unfamiliar with the subject matter. ...
The introduction to this article provides insufficient context for those unfamiliar with the subject matter. ...
Decoding Cross-platform is a term which can refer to computer programs, operating systems, computer languages, programming languages, or other computer software and their implementations which can be made to work on multiple computer platforms. ...
FFmpeg is a collection of software libraries that can record, convert and stream digital audio and video in numerous formats. ...
This article is about the audio software. ...
This article is about the open source media player. ...
Songbird is a free software media player and web browser developed by The Songbird Team, (previously responsible for both Winamp and the Yahoo! Music Engine), with a stated mission to incubate Songbird, the first Web player, to catalyze and champion a diverse, open Media Web. ...
The Squeezebox is a hardware device from Slim Devices. ...
The Core Pocket Media Player (TCPMP) is a software media player. ...
VLC media player is a free software media player by the VideoLAN project. ...
Mac OS X (pronounced ) is a line of graphical operating systems developed, marketed, and sold by Apple Inc. ...
Cog is a free software audio player for Mac OS X. It has a single-paned, playlist interface and supports multiple formats and their metadata that are otherwise unsupported on OS X. Features Audio formats AAC AIFF FLAC Monkeys Audio MP3 Musepack Ogg Vorbis Shorten Wavpack WAV Metadata formats...
The introduction to this article provides insufficient context for those unfamiliar with the subject matter. ...
Windows redirects here. ...
foobar2000 is a freeware audio player for Windows developed by Peter Pawlowski, a former freelance contractor for Nullsoft. ...
This article is about the iTunes application. ...
The Xiph. ...
JetAudio is a company established in September 2000. ...
KSP (KSP Sound Player or Kalliope Sound Player) is a free audio player for Windows which is developed and distributed by Kalliope s. ...
Not to be confused with Monkeys Audio, an unrelated lossless audio codec. ...
For other uses, see Reaper (disambiguation). ...
Renoise is a contemporary software package based upon the heritage and development of tracker software. ...
Quintessential Player version 4. ...
Not to be confused with KMPlayer. ...
Traktor DJ Studio is the most used DJ-Software in the world. ...
Traktor DJ Studio is the most used DJ-Software in the world. ...
Sony Vegas is a non-Linear editing system produced by Sony Media Software. ...
Winamp is a proprietary media player written by Nullsoft, now a subsidiary of Time Warner. ...
Windows Media Player (WMP) is a digital media player and media library application developed by Microsoft that is used for playing audio, video and viewing images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. ...
Media Player Classic (MPC) is a compact free software media player for Microsoft Windows. ...
In the video game industry, a third-party developer is a developer that is not directly tied to the primary product the consumer is using. ...
Yahoo! Music Jukebox is a free music player released by Yahoo! in 2005. ...
This article is about operating systems that use the Linux kernel. ...
Audacious is a free software media player for POSIX standards compliant based systems. ...
Banshee is a free audio player for GNU/Linux operating systems, that is built upon Mono and Gtk#. It uses the GStreamer multimedia platform for encoding, and decoding various music formats, including Ogg Vorbis, MP3 and FLAC. Banshee can play, import and burn audio CDs, but it can not synchronize...
The baudline time-frequency broswer is a signals analysis tool designed for scientific visualization. ...
cmus in the Tree view cmus in the List view cmus in the File Browser view cmus in the Filter view cmus in the Queue view cmus in the Playlist view cmus (C* Music Player) is a small and fast console audio player for Unix-like operating systems. ...
Music Player Daemon (MPD) is a music player which allows for remote access from another computer. ...
In computing, Ogg123 is a command line audioplayer for Unix and Linux that plays Ogg Vorbis, Ogg Speex and FLAC codecs. ...
xine (officially pronounced [ksi:n], like the name Maxine without Ma[1]) is a multimedia playback engine for Unix-like operating systems released under the GNU General Public License. ...
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. ...
This article is about the mythical creature. ...
GnomeBaker is a free CD/DVD authoring application for GNU/Linux and other Unix-like operating systems. ...
Rhythmbox is an audio player that plays and helps organize digital music. ...
Totem Movie Player is a media player (audio and video) for the GNOME personal computer desktop environment which runs on Linux, Solaris, BSD and other UNIX and UNIX-like systems. ...
Serpentine is a GNOME-based audio CD authorizing application. ...
For the NYSE stock ticker symbol KDE, see 4Kids Entertainment. ...
Amarok is a free software music player for Linux and other varieties of Unix. ...
JuK is an audio player for KDE, part of the kdemultimedia package. ...
Ripping Cross-platform is a term which can refer to computer programs, operating systems, computer languages, programming languages, or other computer software and their implementations which can be made to work on multiple computer platforms. ...
BonkEnc is an Open Source CD audio extractor for Microsoft Windows. ...
CDex is a CD audio extractor/converter program for Microsoft Windows written by Albert L. Faber. ...
dBpoweramp is a collection of fully-integrated audio software from Illustrate, written by Spoon. ...
Exact Audio Copy, or often simply EAC, is a CD ripping program for Microsoft Windows. ...
foobar2000 is a freeware audio player for Windows developed by Peter Pawlowski, a former freelance contractor for Nullsoft. ...
Not to be confused with Monkeys Audio, an unrelated lossless audio codec. ...
JetAudio is a company established in September 2000. ...
Winamp is a proprietary media player written by Nullsoft, now a subsidiary of Time Warner. ...
Yahoo! Music Jukebox is a free music player released by Yahoo! in 2005. ...
The introduction to this article provides insufficient context for those unfamiliar with the subject matter. ...
Mac OS X version 10. ...
ABCDE is a CD ripper for Linux, operated entirely from the command line. ...
Banshee is a free audio player for GNU/Linux operating systems, that is built upon Mono and Gtk#. It uses the GStreamer multimedia platform for encoding, and decoding various music formats, including Ogg Vorbis, MP3 and FLAC. Banshee can play, import and burn audio CDs, but it can not synchronize...
cdrtools (formerly known as cdrecord) is a collection of free software/open source computer programs that was, until 2006, the standard set of CD and DVD authoring tools for most free Unix operating systems such as Linux and FreeBSD. The collection included many features, such as: support for creation of...
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. ...
Wikibooks has a book on the topic of Mplayer#Mencoder MEncoder is a free command line video decoding, encoding and filtering tool released under the GNU General Public License. ...
crip is a Perl script that coordinates ripping, encoding, and labeling of audio CD tracks to music files on Unix-like systems like Linux. ...
Grip is a cd player and cd-ripping program within the GNOME project. ...
Sound Juicer is a CD ripping tool. ...
K3b is a free software CD and DVD authoring application for GNU/Linux and other Unix-like operating systems designed for KDE. It provides a graphical user interface to perform most CD/DVD burning tasks like creating an Audio CD from a set of audio files or copying a CD...
Konqueror is a file manager, web browser and file viewer, which was developed as part of the K Desktop Environment (KDE) by volunteers and runs on most Unix-like operating systems. ...
Hardware support Native - Escient[5]
- iAudio (Cowon) - A2, A3, 6, 7, F2, M3, M5, X5, U3, U5[6], D2, native support with newer firmwares.
- Olive (Symphony, Musica, Opus)[7]
- PhatBox Hard Drive based in car Digital Media Player from PhatNoise
- Rio Karma
- Squeezebox and Transporter network music players from Slim Devices. Current products decode natively. Old v1 units transcode to PCM on the server.
- Sonos
- Meizu M6 Mini Player, M3 Music Card
- Pixel Magic Systems' HD Mediabox (with firmware 1.3.4 or higher)
- Embedded Waveplayer- Module with FLAC level 0-2 support, MIDI and serial interface
- Teclast T29, T39, C260, C280, C290
- Trekstor Vibez
- Denon AVR-4308 & AVR-3808 AV Receiver[8]
- T+A Music Player[9]
- Linn Klimax DS (Digital Stream) digital music player
- Linn Akurate DS digital music player
- Linn Majik DS digital music player (available later in 2008)
- Linn Sneaky Music DS digital music player
- iriver E100[10]
Escient, a division of D&M Holdings, is a manufacturer of high end centralized multimedia electronic devices that merge internet functionality with home audio/video equipment. ...
The iAUDIO Logo iAUDIO is a brand of portable digital audio player produced by Cowon. ...
Cowons company logo Cowon Systems, Inc. ...
The PhatBox is a digital music player that can interface with many different automobile head units. ...
The Karma is a digital audio player made by Rio. ...
The Squeezebox is a hardware device from Slim Devices. ...
Slim Devices are a consumer electronics company based in Mountain View, California. ...
PCM redirects here. ...
Wikipedia does not have an article with this exact name. ...
The M6 miniPlayer from Meizu, a Chinese company, is a Flash-based MP3 player that allows users to play MP3, WMA, WAV, FLAC and OGG audio files. ...
The Trekstor Vibez is a Digital Audio Player due to be released in November 2006. ...
Linn Products is a Scottish company, based in Glasgow, that manufactures hi-fi, home theatre, and multi-room audio systems. ...
Linn Products is a Scottish company, based in Glasgow, that manufactures hi-fi, home theatre, and multi-room audio systems. ...
Linn Products is a Scottish company, based in Glasgow, that manufactures hi-fi, home theatre, and multi-room audio systems. ...
Linn Products is a Scottish company, based in Glasgow, that manufactures hi-fi, home theatre, and multi-room audio systems. ...
Third-party - Microsoft Xbox when running the third party Xbox Media Center
- iPod - 1st through 5.5th generation, iPod mini and 1st generation iPod nano (not the shuffle, 2nd/3rd gen nano, classic or touch), using third party Rockbox firmware
- Nearly all Rockbox-compatible DAPs, including the iriver and Gigabeat (Toshiba) range of devices, plus the aforementioned iPods
- Any UPnP A/V / DLNA Device - - e.g. Netgear EVA700, Netgear MP101, Roku Soundbridge or Xbox 360 (when transcoded data is streamed from applications such as TVersity, which uses ffdshow)
- Sound Devices 7-Series Professional Audio Recorders with "badger" firmware update (v.2.24)[11]
For the Xboxs successor, see Xbox 360. ...
Xbox Media Center (XBMC) is a free open source media player and entertainment hub software distributed under the GNU General Public License. ...
iPod is a brand of portable media players designed and marketed by Apple Inc. ...
The iPod mini is a smaller version of Apple Inc. ...
The iPod nano is a portable media player designed and marketed by Apple Inc. ...
iPod shuffle is an iPod digital audio player designed and marketed by Apple Inc. ...
The iPod nano is a portable media player designed and marketed by Apple Inc. ...
The iPod classic is the flagship iPod digital audio player designed and marketed by Apple Inc. ...
The iPod touch is a portable media player and Wi-Fi mobile platform designed and marketed by Apple Inc. ...
Rockbox is a free software replacement for the firmware held on various forms of digital audio players (DAPs). ...
Rockbox is a free software replacement for the firmware held on various forms of digital audio players (DAPs). ...
Current iriver logo iriver (formerly iRiver) is a brand and division of ReignCom, manufacturer of digital audio players and other portable products. ...
Template:Uppercase The gigabeat is a line of digital audio players by Toshiba. ...
Toshiba Corporations headquarters (Center) in Hamamatsucho, Tokyo Toshiba Corporation sales by division for year ending March 31, 2005 Toshiba Corporation ) (TYO: 6502 ) is a Japanese multinational conglomerate manufacturing company, headquartered in Tokyo, Japan. ...
See also Image File history File links Free_Software_Portal_Logo. ...
The following tables compare general and technical information for a variety of audio codecs. ...
Meridian Lossless Packing is a proprietary lossless compression technique for compressing PCM audio data. ...
Monkeyâs Audio is a file format for audio data compression. ...
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. ...
References - ^ Registration being sought as audio/flac
- ^ FLAC - comparison. Retrieved on 2008-01-27.
- ^ a b FLAC Website
- ^ FLAC - faq. Retrieved on 2008-01-27.
- ^ Supported Digital Music Formats & Tagging Requirements (PDF) p. 2. Escient. Retrieved on 2008-01-27.
- ^ Korean firmware V2.13
- ^ Olive. Retrieved on 2008-01-27.
- ^ DENON UK. Retrieved on 2008-01-27.
- ^ T+A E-Series Music-Player. Retrieved on 2008-01-27.
- ^ iRiver E100.
- ^ Data Compression and Reduction Options for 7-Series Recorders. Retrieved on 2008-01-27.
2008 (MMVIII) is the current year, a leap year that started on Tuesday of the Anno Domini (or common era), in accordance with the Gregorian calendar. ...
is the 27th day of the year in the Gregorian calendar. ...
2008 (MMVIII) is the current year, a leap year that started on Tuesday of the Anno Domini (or common era), in accordance with the Gregorian calendar. ...
is the 27th day of the year in the Gregorian calendar. ...
PDF is an abbreviation with several meanings: Portable Document Format Post-doctoral fellowship Probability density function There also is an electronic design automation company named PDF Solutions. ...
2008 (MMVIII) is the current year, a leap year that started on Tuesday of the Anno Domini (or common era), in accordance with the Gregorian calendar. ...
is the 27th day of the year in the Gregorian calendar. ...
2008 (MMVIII) is the current year, a leap year that started on Tuesday of the Anno Domini (or common era), in accordance with the Gregorian calendar. ...
is the 27th day of the year in the Gregorian calendar. ...
2008 (MMVIII) is the current year, a leap year that started on Tuesday of the Anno Domini (or common era), in accordance with the Gregorian calendar. ...
is the 27th day of the year in the Gregorian calendar. ...
2008 (MMVIII) is the current year, a leap year that started on Tuesday of the Anno Domini (or common era), in accordance with the Gregorian calendar. ...
is the 27th day of the year in the Gregorian calendar. ...
2008 (MMVIII) is the current year, a leap year that started on Tuesday of the Anno Domini (or common era), in accordance with the Gregorian calendar. ...
is the 27th day of the year in the Gregorian calendar. ...
External links - Official Website
- Comparison of lossless formats by Hans Heiden (somewhat outdated)
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. ...
Speex is a free software speech codec that may be used on VoIP applications and podcasts. ...
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. ...
Ogg Writ is a text-phrase codec used with the Ogg encapsulation format. ...
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. ...
...
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. ...
Look up Multimedia in Wiktionary, the free dictionary. ...
Source coding redirects here. ...
Video compression refers to making a digital video signal use less data, without noticeably reducing the quality of the picture. ...
âISOâ redirects here. ...
The International Electrotechnical Commission (IEC) is an international standards organization dealing with electrical, electronic and related technologies. ...
Motion JPEG, also known as M-JPEG, is a video file format consisting of a sequence of individual JPEG images; unlike other video compression algorithms, each frame is an image unto itself. ...
JPEG 2000 is a wavelet-based image compression standard. ...
MPEG-1 was an early standard for lossy compression of video and audio. ...
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. ...
This article or section does not cite its references or sources. ...
Audio Video Standard, or AVS, is a compression codec for digital audio and video, and a possible alternative to H.264/AAC/Vorbis [1], meant to potentially replace MPEG-2. ...
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. ...
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. ...
RealVideo is a proprietary video format developed by RealNetworks. ...
RTVideo RTVideo is Microsofts default video codec for OCS. RTVideo is a proprietrary codec. ...
SheerVideo is a fast lossless video codec created by BitJazz Inc. ...
Smacker video is a video file format (with the file extension) developed by RAD Game Tools and oftenly used in computer games. ...
Snow is an experimental video codec developed by Michael Niedermayer for the FFmpeg package. ...
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. ...
This article is about a process which reduces the data rate or file size of digital audio signals. ...
âISOâ redirects here. ...
The International Electrotechnical Commission (IEC) is an international standards organization dealing with electrical, electronic and related technologies. ...
For other uses, see MP3 (disambiguation). ...
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. ...
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. ...
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[1] is a ITU-T standard wideband speech codec operating at 48-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. ...
Adaptive Multi-Rate (AMR) is an audio data compression scheme optimized for speech coding. ...
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. ...
internet Low Bit Rate Codec (iLBC) is a royalty free narrowband speech codec, developed by Global IP Sound (GIPS). ...
Monkeyâs Audio is a file format for audio data compression. ...
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. ...
The Nellymoser Asao codec is a proprietary 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. ...
RTAudio is a Microsoft produced adaptive wide-band speech codec. ...
SHN (Shorten) is a file format used to losslessly compress CD-quality audio files (44. ...
Speex is a free software speech codec that may be used on VoIP applications and podcasts. ...
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 an audio data compression technology 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. ...
âISOâ redirects here. ...
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. ...
JPG redirects here. ...
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), sometimes pronounced as ping, is a relatively new bitmap image format that is becoming popular on the World Wide Web and elsewhere. ...
Wireless Application Protocol Bitmap Format (shortened to Wireless Bitmap and with file extension . ...
The BMP file format, sometimes called bitmap or DIB file format (for device-independent bitmap), is an image file format used to store bitmap digital images, especially on Microsoft Windows and OS/2 operating systems. ...
GIF redirects here. ...
ICER is a wavelet-based image compression file format used by the NASA Mars Rovers. ...
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. ...
JPEG XR (formerly HD Photo and 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, Active Streaming Format) is Microsofts proprietary digital audio/digital video container format, especially meant for streaming media. ...
AVI redirects here. ...
Bink is a video file format (extension . ...
DivX is a video codec created by DivX, Inc. ...
DPX is also the name given to a mounting medium, see Di-n-butylPhthalate in Xylene. ...
Flash Video is the name of a 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 Container format, a file format that can hold an unlimited number of video, audio, picture or subtitle tracks inside a single file. ...
For other parts of the MPEG-4 standard, see 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. ...
Smacker video is a video file format (with the file extension) developed by RAD Game Tools and oftenly used in computer games. ...
The Resource Interchange File Format (RIFF) is a generic meta-format for storing data in tagged chunks. ...
For Versioned Object Bases, see Rational ClearCase. ...
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. ...
Source coding redirects here. ...
Look up Implementation in Wiktionary, the free dictionary. ...
A video codec is a device or software that enables video compression and 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. ...
This article is about the video codec. ...
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 which implements 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 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 lossless video codec created by Ben Rudiak-Gould which is meant to replace uncompressed YCbCr as a video capture format. ...
Lagarith is an open source lossless video codec written by Ben Goldman. ...
MSU Lossless video codec is an lossless video codec written by MSU Graphics&Media Lab Video Group. ...
SheerVideo is a fast lossless video codec created by BitJazz Inc. ...
Compressed with Cinepak, quality 40% Cinepak is a video codec, developed by Radius Inc to accommodate 1x (150 kbyte/s) CD-ROM transfer rates. ...
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. ...
RTVideo RTVideo is Microsofts default video codec for OCS. RTVideo is a proprietrary codec. ...
Snow is an experimental video codec developed by Michael Niedermayer for the FFmpeg package. ...
The Sorenson codec (also known as Sorenson Video Codec 3 or SVQ3) 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. ...
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. ...
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. ...
Dolby Digital Plus (DD+), also known as E-AC-3, was developed specifically for the introduction of HDTV and HD-DVD/Blu-ray discs. ...
DTS Coherent Acoustics is the full name for the audio format standard usually known as just DTS. It is covered in U.S. Patent 5,956,674. ...
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 an audio data compression technology developed by Microsoft. ...
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). ...
Advanced Multi-Band Excitation is a speech coding standard developed by Digital Voice Systems, Inc. ...
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. ...
RTAudio is a Microsoft produced adaptive wide-band speech codec. ...
Speex is a free software speech codec that may be used on VoIP applications and podcasts. ...
Truespeech is a proprietary audio codec produced by the DSP Group. ...
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. ...
DTS logo DTS (also known as Digital Theater Systems), owned by DTS, Inc. ...
FLAC, an acronym for Free Lossless Audio Codec, is a popular file format for audio data compression. ...
Monkeyâs Audio is a file format for audio data compression. ...
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. ...
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. ...
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...
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. ...
The term Freeware refers to gratis proprietary software with closed source. ...
7zX is a file archiver for Mac OS X that handles the 7z archive file format. ...
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 software is software with restrictions on copying and modifying as enforced by the proprietor. ...
ALZip is an archive and compression utility from ESTsoft for Microsoft Windows. ...
Archive Utility (BOMArchiveHelper until Mac OS X 10. ...
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 relatively 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. ...
WinZip Computing Inc. ...
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 ...
gzip is a software application used for file compression. ...
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. ...
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. ...
UHarc is a solid, high-compression 386+ DOS/Windows file archiver with multimedia support. ...
|