Advanced Systems Format

".wmv", "WMV file", ".wma", and "WMA file" redirect here. For video codec, see Windows Media Video. For audio codec, see Windows Media Audio.
Advanced Systems Format

This image illustrates the computer icons that Windows 8.1 displays for Advanced Systems Format, depending the file name extension. From left to right, the icons correspond to .asf, .wma and .wmv files.
Filename extension .asf .wma .wmv
Internet media type video/x-ms-asf, application/vnd.ms-asf[1]
Type code 'ASF_'
Uniform Type Identifier (UTI) com.microsoft.advanced-systems-format
Magic number

30 26 B2 75 8E 66 CF 11

A6 D9 00 AA 00 62 CE 6C[2]
Developed by Microsoft
Type of format Digital container format
Container for Windows Media Audio, Windows Media Video, VC-1

Advanced Systems Format (formerly Advanced Streaming Format, Active Streaming Format) is Microsoft's proprietary digital audio/digital video container format, especially meant for streaming media. ASF is part of the Media Foundation framework.

Overview and features

ASF is based on serialized objects which are essentially byte sequences identified by a GUID marker.

The format does not specify how (i.e. with which codec) the video or audio should be encoded; it just specifies the structure of the video/audio stream. This is similar to the function performed by the QuickTime, AVI, or Ogg container formats. One of the objectives of ASF was to support playback from digital media servers, HTTP servers, and local storage devices such as hard disk drives.

The most common media contained within an ASF file are Windows Media Audio (WMA) and Windows Media Video (WMV). The most common file extensions for ASF files are extension .WMA (audio-only files using Windows Media Audio, with MIME-type audio/x-ms-wma) and .WMV (files containing video, using the Windows Media Audio and Video codecs, with MIME-type video/x-ms-asf). These files are identical to the old .ASF files but for their extension and MIME-type. The different extensions are used to make it easier to identify the content of a media file.[3]

ASF files can also contain objects representing metadata, such as the artist, title, album and genre for an audio track, or the director of a video track, much like the ID3 tags of MP3 files. It supports scalable media types and stream prioritization; as such, it is a format optimized for streaming.

The ASF container provides the framework for digital rights management in Windows Media Audio and Windows Media Video. An analysis of an older scheme used in WMA reveals that it is using a combination of elliptic curve cryptography key exchange, DES block cipher, a custom block cipher, RC4 stream cipher and the SHA-1 hashing function.

ASF container-based media are sometimes still streamed on the internet either through the MMS protocol or the RTSP protocol. Mostly, however, they contain material encoded for 'progressive download', which can be distributed by any webserver and then offers the same advantages as streaming: the file starts playing as soon as a minimum number of bytes is received and the rest of the download continues in the background while one is watching or listening.

The Library of Congress Digital Preservation project considers ASF as de facto successor of RIFF.[2] In 2010 Google picked RIFF as container format for WebP.

License

The specification is downloadable from the Microsoft website,[4] and the format can be implemented under a license from Microsoft that however does not allow distribution of sources and is not compatible with open source licenses. The author of the free software project VirtualDub reported that a Microsoft employee informed him that his software violated a Microsoft patent regarding ASF playback.[5]

Certain error-correcting techniques related to ASF are patented in the United States (United States Patent 6,041,345 Levi, et al. March 21, 2000) by Microsoft.

See also

References

External links

This article is issued from Wikipedia - version of the 7/29/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.