Skip to content

Cub11k/ASF

Repository files navigation

ASF Header Parser

Functionality improvement is in progress

This program is designed to parse the ASF file's header (actually .wmv)

Compilation

makefile soon...

Usage

./ASFHeaderParser /absolute/path/to/filename.wmv

ASF Documentation

Online documentation

Download doc with ASF specification

Supported Header Structure

  • Header Object
    • File Properties Object
    • Stream Properties Object
      • Type Specific Data
        • Format Data
      • Soon...
    • Header Extension Object
      • Soon...
    • Codec List Object
    • Script Command Object
    • Marker Object
    • Bitrate Mutual Exclusion Object
    • Error Correction Object
      • Soon...
    • Content Description Object
    • Extended Content Description Object
    • Stream Bitrate Properties Object
    • Content Branding Object
    • Content Encryption Object
    • Extended Content Encryption Object
    • Digital Signature Object
    • Padding Object

Class Structure

  • Object
    • HeaderObject
    • FilePropertiesObject
    • StreamPropertiesObject
      • VideoData
        • FormatData
      • Soon...
    • HeaderExtensionObject
      • Soon...
    • CodecListObject
      • CodecEntry
    • ScriptCommandObject
      • CommandType
      • Command
    • MarkerObject
      • Marker
    • BitrateMutualExclusionObject
    • ErrorCorrectionObject
      • Soon...
    • ContentDescriptionObject
    • ExtendedContentDescriptionObject
      • ContentDescriptor
    • StreamBitratePropertiesObject
      • BitrateRecord
    • ContentBrandingObject
    • ContentEncryptionObject
    • ExtendedContentEncryptionObject
    • DigitalSignatureObject
    • PaddingObject

Extracted data

  • Soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published