ASF
From Just Solve the File Format Problem
(Difference between revisions)
(→Identification) |
|||
| Line 11: | Line 11: | ||
== Identification == | == Identification == | ||
ASF files begin with bytes {{magic|30 26 b2 75 8e 66 cf 11 a6 d9 00 aa 00 62 ce 6c}}. | ASF files begin with bytes {{magic|30 26 b2 75 8e 66 cf 11 a6 d9 00 aa 00 62 ce 6c}}. | ||
| + | |||
| + | This represents the [[GUID]] <code>75B22630-668E-11CF-A6D9-00AA0062CE6C</code>, named "ASF_Header_Object". | ||
== Specifications == | == Specifications == | ||
Revision as of 02:06, 14 April 2015
ASF (Advanced Systems Format, or Advanced Streaming Format) is a multimedia container format associated with Microsoft. It is the container format usually used by WMA and WMV files.
Contents |
Identification
ASF files begin with bytes 30 26 b2 75 8e 66 cf 11 a6 d9 00 aa 00 62 ce 6c.
This represents the GUID 75B22630-668E-11CF-A6D9-00AA0062CE6C, named "ASF_Header_Object".