diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-05 16:46:54 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-05 16:46:54 +0000 |
commit | 12066db4358e13e218e71a4ba2824db652940e4a (patch) | |
tree | d39dd61e0694d9e9a8c5f65f3729735b7678dca8 /DOCS/xml/en/formats.xml | |
parent | 2550f5d6b671507e016b5af4d160f5a1dd98ab34 (diff) |
NSV added to formats, cinepak etc codec updates by Roberto Togni.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12760 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/formats.xml')
-rw-r--r-- | DOCS/xml/en/formats.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/DOCS/xml/en/formats.xml b/DOCS/xml/en/formats.xml index 98a9405b45..a4f102444e 100644 --- a/DOCS/xml/en/formats.xml +++ b/DOCS/xml/en/formats.xml @@ -331,6 +331,23 @@ The PVA specifications can be downloaded from the following address: </sect3> +<sect3 id="nsv"> +<title>NSV files</title> +<para> +NSV (NullSoft Video) is the file format used by the +<application>Winamp</application> player to stream audio and video. +Video is VP3, VP5 or VP6, audio is MP3, AAC or VLB. +The audio only version of NSV has the <filename>.nsa</filename> extension. +<application>MPlayer</application> can play both NSV streams and files. +Please note that most files from the +<ulink url="http://www.winamp.com">Winamp site</ulink> use VLB audio, that +can't be decoded yet. Moreover streams from that site need an extra +depacketization layer that still has to be implemented (those files are +unplayable anyway because they use VLB audio). +</para> +</sect3> + + <sect3 id="gif"> <title>GIF files</title> <para> |