<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.196.91.57</id>
	<title>Hydrogenaudio Knowledgebase - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.196.91.57"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/94.196.91.57"/>
	<updated>2026-04-29T18:02:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Free_Lossless_Audio_Codec&amp;diff=27256</id>
		<title>Free Lossless Audio Codec</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Free_Lossless_Audio_Codec&amp;diff=27256"/>
		<updated>2017-05-12T23:39:34Z</updated>

		<summary type="html">&lt;p&gt;94.196.91.57: date change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Codec Infobox&lt;br /&gt;
| name = FLAC&lt;br /&gt;
| logo = [[Image:FLAC logo.gif]]&lt;br /&gt;
| type = lossless&lt;br /&gt;
| purpose = Popular open source patent free lossless compression scheme.&lt;br /&gt;
| maintainer = Josh Coalson, Xiph Community &lt;br /&gt;
| recommended_encoder = FLAC encoder&lt;br /&gt;
| recommended_text = FLAC v1.3.2 (1 Jan 2017)&lt;br /&gt;
| website = http://xiph.org/flac/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Free Lossless Audio Codec&#039;&#039;&#039; (&#039;&#039;&#039;FLAC&#039;&#039;&#039;) is a codec for lossless audio compression.&lt;br /&gt;
Grossly oversimplified, FLAC is similar to [[MP3]], but [[lossless]], meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, if supported) just like you would a lossy file.&lt;br /&gt;
&lt;br /&gt;
FLAC is supported by default in Android since version 3.1 and in Windows 10.&lt;br /&gt;
&lt;br /&gt;
== General aspects of the format ==&lt;br /&gt;
FLAC is freely available and supported on most operating systems, including Windows, UNIX (Linux, *BSD, Solaris, OS X, IRIX), BeOS, OS/2, and Amiga. There are build systems for autotools, MSVC, Watcom C, and Project Builder.&lt;br /&gt;
&lt;br /&gt;
The FLAC project consists of:&lt;br /&gt;
* the stream format&lt;br /&gt;
* reference encoders and decoders in library form&lt;br /&gt;
* flac, a command-line program to encode and decode FLAC files&lt;br /&gt;
* metaflac, a command-line metadata editor for FLAC files&lt;br /&gt;
* input plugins for various music players&lt;br /&gt;
&lt;br /&gt;
When it&#039;s said that FLAC is &#039;&#039;free&#039;&#039;, it means more than just that it is available at no cost. It means that the specification of the format is fully open to the public to be used for any purpose, although the FLAC project reserves the right to set the FLAC specification and certify compliance. It also means that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any known patent. And it means that all the source code is available under [http://xiph.org/flac/license.html open-source licenses]. It is the first truly open and free lossless audio format.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* &#039;&#039;&#039;Lossless:&#039;&#039;&#039; The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.&lt;br /&gt;
* &#039;&#039;&#039;Fast:&#039;&#039;&#039; FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardware.&lt;br /&gt;
* &#039;&#039;&#039;Hardware support:&#039;&#039;&#039; Because of FLAC&#039;s free reference implementation, low decoding complexity and popularity, FLAC has relatively widespread hardware support compared to other lossless formats.&lt;br /&gt;
* &#039;&#039;&#039;Streamable:&#039;&#039;&#039; Each FLAC frame contains enough data to decode that frame. FLAC does not even rely on previous or following frames. FLAC uses sync codes and CRCs (similar to MPEG and other formats), which, along with framing, allow decoders to pick up in the middle of a stream with a minimum of delay.&lt;br /&gt;
* &#039;&#039;&#039;Seekable:&#039;&#039;&#039; FLAC supports fast sample-accurate seeking. Not only is this useful for playback, it makes FLAC files suitable for use in editing applications.&lt;br /&gt;
* &#039;&#039;&#039;Flexible metadata:&#039;&#039;&#039; New metadata blocks can be defined and implemented in future versions of FLAC without breaking older streams or decoders. Currently there are metadata types for tags, cue sheets, and seek tables. Applications can write their own APPLICATION metadata once they register an ID.&lt;br /&gt;
* &#039;&#039;&#039;Suitable for archiving:&#039;&#039;&#039; FLAC is an open format, and there is no generation loss if you need to convert your data to another format in the future. In addition to the frame CRCs and MD5 signature, FLAC has a verify option that decodes the encoded stream in parallel with the encoding process and compares the result to the original, aborting with an error if there is a mismatch.&lt;br /&gt;
* &#039;&#039;&#039;Convenient CD archiving:&#039;&#039;&#039; FLAC has a &#039;&#039;cue sheet&#039;&#039; metadata block for storing a CD table of contents and all track and index points. For instance, you can rip a CD to a single file, then import the CD&#039;s extracted cue sheet while encoding to yield a single file representation of the entire CD. If your original CD is damaged, the cue sheet can be exported later in order to burn an exact copy.&lt;br /&gt;
* &#039;&#039;&#039;Error resistant:&#039;&#039;&#039; Because of FLAC&#039;s framing, stream errors limit the damage to the frame in which the error occurred, typically a small fraction of a second worth of data. Contrast this with some other lossless codecs, in which a single error destroys the remainder of the stream.&lt;br /&gt;
&lt;br /&gt;
== Pros ==&lt;br /&gt;
* Portable to many systems&lt;br /&gt;
* Open source and freely licensed&lt;br /&gt;
* Hardware support (PhatBox, Kenwood MusicKeg, Rio Karma, etc.  See below)&lt;br /&gt;
* Streaming support&lt;br /&gt;
* Extremely fast decoding&lt;br /&gt;
* Supports multichannel and high resolution streams&lt;br /&gt;
* Supports [[ReplayGain]]&lt;br /&gt;
* Supports cue-sheet (with some limitations)&lt;br /&gt;
* Gaining wide use as successor to [[Shorten]]&lt;br /&gt;
&lt;br /&gt;
== Cons ==&lt;br /&gt;
* Compresses less efficiently than other popular modern compressors ([[Monkey&#039;s Audio]], [[OptimFROG]])&lt;br /&gt;
* Higher compression modes slow, for little gain over the default setting.&lt;br /&gt;
&lt;br /&gt;
== Hardware and software that support FLAC ==&lt;br /&gt;
For a more comprehensive list see the [http://xiph.org/flac/links.html FLAC links page].&lt;br /&gt;
&lt;br /&gt;
=== Hardware ===&lt;br /&gt;
==== Car stereo ====&lt;br /&gt;
* Kenwood [http://www.kenwood.com/cs/ce/audiofile/index.php?model=KMM KMM series]&lt;br /&gt;
* Pioneer [http://www.pioneer.eu/eur/products/25/121/61/overview.html Car Stereo] (search FLAC)&lt;br /&gt;
* JVC [http://mobile.jvc.com/product.jsp?pathId=139 KD-X &amp;quot;Digital Media Receivers&amp;quot; series] (almost all)&lt;br /&gt;
* Soundstream [http://soundstream.com/store/car-video/source-units.html Source Units]&lt;br /&gt;
* Tesla Model S&lt;br /&gt;
* Citroën DS5&lt;br /&gt;
&lt;br /&gt;
==== Home stereo ====&lt;br /&gt;
* Olive&#039;s [http://www.olive.us/ Symphony] wireless digital music center&lt;br /&gt;
* [http://www.numark.com/ Numark]&#039;s DJ equipment (HDX and CDX turntables, HDMIX mixer)&lt;br /&gt;
* [http://www.sonos.com/ Sonos Digital Music System]&lt;br /&gt;
* Slim Devices&#039; [http://www.slimdevices.com/pi_squeezebox.html Squeezebox] networked audio players&lt;br /&gt;
&lt;br /&gt;
==== Portable ====&lt;br /&gt;
* [[Apple iPod]] with [[Rockbox]] firmware&lt;br /&gt;
* [[iAudio M3]], M5 and X5&lt;br /&gt;
* [[iRiver]] iHP-120/iHP-140 with [[Rockbox]] firmware&lt;br /&gt;
* [[Iwod G10]]&lt;br /&gt;
* [[Rio Karma]]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/SanDisk_Sansa SanDisk Sansa]&lt;br /&gt;
* TrekStor&#039;s [http://www.trekstor.de/en/products/detail_mp3.php?pid=66 Vibez]&lt;br /&gt;
* Devices running Android 3.1+&lt;br /&gt;
* [[Pono|Pono Player]]&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
==== Players ====&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Windows&#039;&#039;&#039;&lt;br /&gt;
* [[foobar2000]]&lt;br /&gt;
* [[MediaMonkey]]&lt;br /&gt;
* [[Winamp]]&lt;br /&gt;
*[http://mplayerwin.sourceforge.net/ MPlayer]  Console player&lt;br /&gt;
* [http://www.cyberlink.com/products/powerdvd-ultra/features_en_US.html?&amp;amp;r=1 PowerDVD]&lt;br /&gt;
* [http://www.videolan.org/ VLC]&lt;br /&gt;
* [http://www.un4seen.com/ XMPlay]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mac&#039;&#039;&#039;&lt;br /&gt;
* [http://coppertino.com/ VOX]&lt;br /&gt;
* [http://cogx.org/ Cog]&lt;br /&gt;
* [http://www.videolan.org/ VLC]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Linux&#039;&#039;&#039;&lt;br /&gt;
* [http://www.clementine-player.org/ Clementine]&lt;br /&gt;
* [http://www.mplayerhq.hu/ MPlayer]&lt;br /&gt;
* [http://www.mythtv.org/ MythTV]&lt;br /&gt;
* [http://www.videolan.org/ VLC]&lt;br /&gt;
* [[XMMS]]&lt;br /&gt;
&lt;br /&gt;
==== Frontends (Windows) ====&lt;br /&gt;
* FLAC frontend - [http://sourceforge.net/projects/flacfrontend/ download] / [http://wiki.hydrogenaud.io/index.php?title=Download_page discussion] (ktf)&lt;br /&gt;
* &amp;lt;s&amp;gt; Custom [http://members.home.nl/w.speek/flac.htm Windows Frontend] (by Speek) &amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Frontends (Mac) ====&lt;br /&gt;
* [http://www.sbooth.org/Max/ Max]&lt;br /&gt;
 &lt;br /&gt;
==== Converters ====&lt;br /&gt;
* [http://www.dbpoweramp.com/ dBpowerAMP] Music Converter / Audio Player / CD Writer&lt;br /&gt;
* [http://www.mediamonkey.com/ MediaMonkey] Music Manager / Audio Player / CD Writer&lt;br /&gt;
* [http://www.freac.org/ fre:ac] Music Converter / CD Writer/Ripper&lt;br /&gt;
&lt;br /&gt;
==== Editors ====&lt;br /&gt;
*[http://audacity.sourceforge.net/ Audacity]&lt;br /&gt;
* [[Adobe Audition]]&lt;br /&gt;
* [http://www.goldwave.com/ GoldWave]&lt;br /&gt;
&lt;br /&gt;
==== CD writers/rippers ====&lt;br /&gt;
* [http://www.nero.com/eng/ Nero]&lt;br /&gt;
* [http://arson.sourceforge.net/ Arson]&lt;br /&gt;
* [http://www.burrrn.net Burrrn] Audio CD burner&lt;br /&gt;
* [[Exact Audio Copy]] CD Ripper&lt;br /&gt;
* [http://cdexos.sourceforge.net CDex] CD ripper&lt;br /&gt;
* [http://www.cdwave.com/ CD Wave]&lt;br /&gt;
* [http://cdburnerxp.se/ CDBurnerXP] CD writer&lt;br /&gt;
* [http://www.mediamonkey.com/ MediaMonkey] - CD ripper/writer&lt;br /&gt;
&lt;br /&gt;
==== Taggers ====&lt;br /&gt;
* [http://www.mp3tag.de/en/index.html Mp3tag] - Universal Tag Editor&lt;br /&gt;
* [http://www.jtclipper.eu/thegodfather/ The GodFather] - Tagger / Music manager&lt;br /&gt;
* [http://sbooth.org/Tag/ Tag] - for Mac OS X 10.4 (Tiger)&lt;br /&gt;
&lt;br /&gt;
* [http://www.synthetic-soul.co.uk/tag/ Case&#039;s Tag]  - Command line tagger&lt;br /&gt;
* [https://xiph.org/flac/documentation_tools_metaflac.html metaflac] - for general metadata (including Vorbis comments) maintenance&lt;br /&gt;
* [[MediaMonkey]] - Tagger / Music manager (Including multiple and linked album art support)&lt;br /&gt;
* [http://www.xdlab.ru/en/ TagScanner] - &amp;quot;The Ultimate Tag Editor&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Other tools ====&lt;br /&gt;
* [http://www.bunkus.org/videotools/mkvtoolnix/ mkvtoolnix] - tool to multiplex FLAC streams inside the Matroska container&lt;br /&gt;
* [https://xiph.org/flac/documentation_tools_metaflac.html metaflac] - for general metadata (including Vorbis comments) maintenance, also to calculate [[ReplayGain]] values for FLAC files lacking such&lt;br /&gt;
&lt;br /&gt;
for a more comprehensive list use the &#039;&#039;&#039;External Links&#039;&#039;&#039; bottom of this page to visit flac&#039;s download and link page.&lt;br /&gt;
&lt;br /&gt;
== Frequently asked questions ==&lt;br /&gt;
&#039;&#039;Question:&#039;&#039; Does the compression level affect decompression speed?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Short Answer&#039;&#039;: No.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Long Answer&#039;&#039;: In truth, the compression level does affect the decompression speed, but the difference between the various compress levels can barely be measured and is too small to be noticed, even on low-end machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Question:&#039;&#039; What is the best compression level for encoding my music?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Short Answer&#039;&#039;: The default setting, 5.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Long Answer&#039;&#039;: Encoding at the default setting will give the best balance between compression and encoding speed. Encoding at 8 can more than quadruple the encoding time, while having an insignificant effect on compression.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Lossless]]&lt;br /&gt;
* [[Lossless comparison]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://xiph.org/flac/ FLAC Homepage]&lt;br /&gt;
* [http://www.hydrogenaud.io/forums/index.php?showforum=67 FLAC discussion]&lt;br /&gt;
* [http://www.hydrogenaud.io/forums/index.php?showtopic=107611 FLAC 1.3.1 discussion]&lt;br /&gt;
* [http://www.hydrogenaud.io/forums/index.php?showtopic=107913 FLAC 1.3.1 non-SSE2 build for older CPUs]&lt;br /&gt;
* ktf&#039;s [http://www.hydrogenaud.io/forums/index.php?showtopic=107990 Lossless codec comparison] graphs the influence of the chosen encoding level on the encoding and decoding performance of FLAC 1.3.1 and various other lossless codecs. Omion&#039;s older test, &amp;quot;[http://web.archive.org/web/20091108104748/http://people.ucsc.edu/~rswilson/flactest File Size vs. Decoding Speed&amp;quot;], covers the influence of the chosen encoding level on the decoding speed of FLAC 1.2.1.&lt;br /&gt;
&lt;br /&gt;
[[Category:Lossless]]&lt;br /&gt;
[[Category:Encoder/Decoder]]&lt;/div&gt;</summary>
		<author><name>94.196.91.57</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Mp3tag&amp;diff=27255</id>
		<title>Mp3tag</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Mp3tag&amp;diff=27255"/>
		<updated>2017-05-12T23:20:29Z</updated>

		<summary type="html">&lt;p&gt;94.196.91.57: Updated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software Infobox&lt;br /&gt;
| name = MP3tag&lt;br /&gt;
| logo =&lt;br /&gt;
| screenshot = [[Image:MP3tag-screenshot.png|250px|MP3tag screenshot]]&lt;br /&gt;
| caption = powerful and easy-to-use tool to edit metadata &lt;br /&gt;
| maintainer = Florian Heidenreich&lt;br /&gt;
| stable_release = [http://www.mp3tag.de/en/download.html 2.82] (29 April 2017) &lt;br /&gt;
| preview_release = [http://developer.mp3tag.de/ Beta]&lt;br /&gt;
| operating_system = Windows&lt;br /&gt;
| use = Metadata&lt;br /&gt;
| license = Freeware &lt;br /&gt;
| website = http://www.mp3tag.de/en/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
&#039;&#039;&#039;MP3tag&#039;&#039;&#039; is an powerful and mature [[Metadata|metadata]] editor for lots of common audio formats. Its development was started in 1999 by Florian Heidenreich.&lt;br /&gt;
&lt;br /&gt;
You can rename files based on the [[Tagging|tag]] information, replace characters or words from tags and filenames, import/export tag information, create playlists. The program supports online database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs. Batch processing to edit lots of ifles is supported.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
* Write [[ID3v1.1]]-, [[ID3v2]]-, [[APEv2]]-Tags and [[Vorbis_Comment|Vorbis Comments]] to multiple files at once&lt;br /&gt;
* Full Unicode support&lt;br /&gt;
* Support for embedded cover art&lt;br /&gt;
* Automatically create playlists&lt;br /&gt;
* Recursive subfolders support&lt;br /&gt;
* Remove parts or the entire tag of multiple files&lt;br /&gt;
* Rename files based on the tag information&lt;br /&gt;
* Import tags from filenames&lt;br /&gt;
* Format tags and filenames&lt;br /&gt;
* Replace characters or words from tags and filenames&lt;br /&gt;
* Regular Expressions&lt;br /&gt;
* Export tag information to user-defined formats (like html, rtf, csv, xml)&lt;br /&gt;
* Import tag information from online databases like Amazon, discogs, freedb, MusicBrain (also by text-search)&lt;br /&gt;
* Import tag information from local freedb databases&lt;br /&gt;
* Support for [[ID3v2|ID3v2.3]] (ISO-8859-1 and UTF-16) and [[ID3v2|ID3v2.4]] with [[UTF-8]]&lt;br /&gt;
&lt;br /&gt;
==Supported formats==&lt;br /&gt;
&lt;br /&gt;
* Advanced Audio Coding ([[AAC|aac]])&lt;br /&gt;
* Free Lossless Audio Codec ([[FLAC|flac]])&lt;br /&gt;
* Monkey&#039;s Audio ([[APE|ape]])&lt;br /&gt;
* Mpeg Layer 3 ([[MP3|mp3]])&lt;br /&gt;
* MPEG-4 ([[MP4|mp4]] / [[M4A|m4a]] / m4b / [[iTunes]] compatible)&lt;br /&gt;
* Musepack ([[MPC|mpc]])&lt;br /&gt;
* Ogg Vorbis ([[Ogg_Vorbis|ogg]])&lt;br /&gt;
* OptimFROG ([[OptimFROG|ofr]])&lt;br /&gt;
* OptimFROG DualStream (ofs)&lt;br /&gt;
* Opus ([[Opus|opus]])&lt;br /&gt;
* Speex ([[Speex|spx]])&lt;br /&gt;
* TAK ([[TAK]])&lt;br /&gt;
* True Audio (tta)&lt;br /&gt;
* Windows Media Audio ([[WMA|wma]])&lt;br /&gt;
* WavPack ([[WavPack|wv]])&lt;br /&gt;
&lt;br /&gt;
==Operating Systems==&lt;br /&gt;
* Win XP SP3&lt;br /&gt;
* Win 2003&lt;br /&gt;
* Win Vista&lt;br /&gt;
* Win 2008&lt;br /&gt;
* Win 2012&lt;br /&gt;
* Win 7&lt;br /&gt;
* Win 8&lt;br /&gt;
* Win 8.1&lt;br /&gt;
&lt;br /&gt;
Windows 2000 is no longer supported as of version 2.40. Version 2.39 is still available on the download page at the MP3tag website.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.mp3tag.de/en/ Mp3tag: Homepage]&lt;br /&gt;
* [http://www.mp3tag.de/en/download.html Mp3tag: Download]&lt;br /&gt;
* [https://forums.mp3tag.de/index.php? Mp3tag: Official forum]&lt;br /&gt;
* [http://www.mp3tag.de/en/changelog.html Mp3tag: Changelog]&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.slimdevices.com/index.php/Mp3tagGuide Mp3tagGuide - Slim Devices]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Tag editors]]&lt;/div&gt;</summary>
		<author><name>94.196.91.57</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=VLC_media_player&amp;diff=27254</id>
		<title>VLC media player</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=VLC_media_player&amp;diff=27254"/>
		<updated>2017-05-12T22:46:04Z</updated>

		<summary type="html">&lt;p&gt;94.196.91.57: -&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{title|VLC Media Player}}&lt;br /&gt;
{{Infobox Software&lt;br /&gt;
| name = VLC Media Player&lt;br /&gt;
| logo =&lt;br /&gt;
| screenshot =&lt;br /&gt;
| caption = Cross-platform media player&lt;br /&gt;
| maintainer = VLC team&lt;br /&gt;
| stable_release =  2.2.5.1 &amp;quot;Weatherwax&amp;quot; (12 May 2017)&lt;br /&gt;
| preview_release = -&lt;br /&gt;
| operating_system = Cross-platform&lt;br /&gt;
| use = Media Player&lt;br /&gt;
| license = LGPL&lt;br /&gt;
| website = http://www.videolan.org/vlc/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
&#039;&#039;&#039;VLC&#039;&#039;&#039; is a software project, which produces free and open source software for multimedia, released under the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* VLC is popular for its ability to play the video content of incomplete, unfinished, or damaged video downloads before the files have been fully downloaded. (For example, files still downloading via [[BitTorrent (protocol)|BitTorrent]], [[eMule]], or [[Gnutella]]).  It also plays [[m2t]] MPEG Transport Streams (.TS) files while they are still being digitized from an [[HDV]] camera via a [[FireWire]] cable, making it possible to monitor the video as it is being played.  This is because it is a packet-based player. &lt;br /&gt;
* The player also has the ability to use libcdio to access [[.iso]] files so that the user can play files on a [[disk image]], even if the user&#039;s operating system does not have the capability of working directly with .iso images.&lt;br /&gt;
* VLC supports all codecs and all file formats supported by [[FFmpeg]]. This means that [[VOB|DVD Video]] and [[MPEG-4]] playback as well as support for [[Ogg]] and [[Matroska]] (MKV) file formats work &amp;quot;out of the box&amp;quot;. However, this feature is not unique to VLC, as any player using the FFmpeg libraries, including [[MPlayer]] and [[xine-lib]]-based players, can play those formats without need for external codecs. VLC also supports codecs that are not included in FFmpeg.&lt;br /&gt;
* VLC is one of the [[free software]] and [[open source]] DVD players that ignores [[DVD region code#Software DVD players|DVD region coding]], making it a region free player, even on locked RPC-2 firmware.&lt;br /&gt;
* VLC media player has some filters that can distort, rotate, split, [[deinterlace]], mirror videos, create display walls, or add a logo overlay.  It can also produce video output as [[ASCII art]].&lt;br /&gt;
* VLC media player can play [[High-definition video|high definition]] recordings of [[D-VHS]] tapes duplicated to a computer using CapDVHS.exe. This offers another way to archive all D-VHS tapes with the DRM copy freely tag.&lt;br /&gt;
* Using a [[FireWire]] connection from cable boxes to computers, VLC can stream live, unencrypted content to a monitor or HDTV.&lt;br /&gt;
* VLC media player can display the playing video as the [[Computer wallpaper|desktop wallpaper]], like [[Windows DreamScene]], but this feature is not currently available on [[Linux]].&lt;br /&gt;
* VLC media player can do screencasts and record the desktop.&lt;br /&gt;
* On Microsoft Windows, VLC also supports the Direct Media Object (DMO) framework and can therefore make use of some third-party [[Dynamic-link library|DLLs]].&lt;br /&gt;
* VLC can be installed and run directly from a flash or other external drive.&lt;br /&gt;
* VLC can be extended through scripting. It uses the [[Lua (programming language)|Lua]] scripting language.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
&lt;br /&gt;
Sreenshots are available on VLC [http://www.videolan.org/vlc/screenshots.html here] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Supported formats==&lt;br /&gt;
*[http://www.videolan.org/vlc/features.html Supported formats]&lt;br /&gt;
&lt;br /&gt;
==Supported platforms==&lt;br /&gt;
&lt;br /&gt;
Official Downloads of VLC media player [http://www.videolan.org/vlc/#download here]&lt;br /&gt;
&lt;br /&gt;
*Windows &lt;br /&gt;
*Apple Platforms&lt;br /&gt;
*GNU/Linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
*[http://www.videolan.org/ Official website]&lt;br /&gt;
*[http://www.videolan.org/developers/vlc-branch/NEWS Chanelog] &lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Media Players]]&lt;/div&gt;</summary>
		<author><name>94.196.91.57</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=VLC_media_player&amp;diff=27253</id>
		<title>VLC media player</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=VLC_media_player&amp;diff=27253"/>
		<updated>2017-05-12T22:44:03Z</updated>

		<summary type="html">&lt;p&gt;94.196.91.57: Updated Version and Links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{title|VLC Media Player}}&lt;br /&gt;
{{Infobox Software&lt;br /&gt;
| name = VLC Media Player&lt;br /&gt;
| logo =&lt;br /&gt;
| screenshot =&lt;br /&gt;
| caption = Cross-platform media player&lt;br /&gt;
| maintainer = VLC team&lt;br /&gt;
| stable_release =  2.2.5.1 &amp;quot;Weatherwax&amp;quot; (12 May 2017)&lt;br /&gt;
| preview_release = -&lt;br /&gt;
| operating_system = Cross-platform&lt;br /&gt;
| use = Media Player&lt;br /&gt;
| license = LGPL&lt;br /&gt;
| website = http://www.videolan.org/vlc/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
&#039;&#039;&#039;VLC&#039;&#039;&#039; is a software project, which produces free and open source software for multimedia, released under the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* VLC is popular for its ability to play the video content of incomplete, unfinished, or damaged video downloads before the files have been fully downloaded. (For example, files still downloading via [[BitTorrent (protocol)|BitTorrent]], [[eMule]], or [[Gnutella]]).  It also plays [[m2t]] MPEG Transport Streams (.TS) files while they are still being digitized from an [[HDV]] camera via a [[FireWire]] cable, making it possible to monitor the video as it is being played.  This is because it is a packet-based player. &lt;br /&gt;
* The player also has the ability to use libcdio to access [[.iso]] files so that the user can play files on a [[disk image]], even if the user&#039;s operating system does not have the capability of working directly with .iso images.&lt;br /&gt;
* VLC supports all codecs and all file formats supported by [[FFmpeg]]. This means that [[VOB|DVD Video]] and [[MPEG-4]] playback as well as support for [[Ogg]] and [[Matroska]] (MKV) file formats work &amp;quot;out of the box&amp;quot;. However, this feature is not unique to VLC, as any player using the FFmpeg libraries, including [[MPlayer]] and [[xine-lib]]-based players, can play those formats without need for external codecs. VLC also supports codecs that are not included in FFmpeg.&lt;br /&gt;
* VLC is one of the [[free software]] and [[open source]] DVD players that ignores [[DVD region code#Software DVD players|DVD region coding]], making it a region free player, even on locked RPC-2 firmware.&lt;br /&gt;
* VLC media player has some filters that can distort, rotate, split, [[deinterlace]], mirror videos, create display walls, or add a logo overlay.  It can also produce video output as [[ASCII art]].&lt;br /&gt;
* VLC media player can play [[High-definition video|high definition]] recordings of [[D-VHS]] tapes duplicated to a computer using CapDVHS.exe. This offers another way to archive all D-VHS tapes with the DRM copy freely tag.&lt;br /&gt;
* Using a [[FireWire]] connection from cable boxes to computers, VLC can stream live, unencrypted content to a monitor or HDTV.&lt;br /&gt;
* VLC media player can display the playing video as the [[Computer wallpaper|desktop wallpaper]], like [[Windows DreamScene]], but this feature is not currently available on [[Linux]].&lt;br /&gt;
* VLC media player can do screencasts and record the desktop.&lt;br /&gt;
* On Microsoft Windows, VLC also supports the Direct Media Object (DMO) framework and can therefore make use of some third-party [[Dynamic-link library|DLLs]].&lt;br /&gt;
* VLC can be installed and run directly from a flash or other external drive.&lt;br /&gt;
* VLC can be extended through scripting. It uses the [[Lua (programming language)|Lua]] scripting language.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
&lt;br /&gt;
Sreenshots are available on VLC [http://www.videolan.org/vlc/screenshots.html here] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Supported formats==&lt;br /&gt;
*[http://www.videolan.org/vlc/features.html Supported formats]&lt;br /&gt;
&lt;br /&gt;
==Supported platforms==&lt;br /&gt;
&lt;br /&gt;
Official Downloads of VLC media player [http://www.videolan.org/vlc/#download here]&lt;br /&gt;
&lt;br /&gt;
*Windows &lt;br /&gt;
*Apple Platforms&lt;br /&gt;
*GNU/Linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
*[http://www.videolan.org/ Official website]&lt;br /&gt;
*[http://www.videolan.org/developers/vlc-branch/NEWS Chanelog] &lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Media Players]]&lt;/div&gt;</summary>
		<author><name>94.196.91.57</name></author>
	</entry>
</feed>