blob: 91127ee9a0a20fecbc4ae1407fdbd09d2507af73 [file] [log] [blame]
Lev Walkinae72b042005-04-13 13:22:31 +00001
2GENERAL INFORMATION
3===================
4
5The ISO MHEG-5 (Multimedia Hypermedia Experts Group,
6Multimedia Presentations) decoder.
7
Lev Walkin0f2c2722006-09-16 03:42:13 +00008Invoking `make` will first attempt compile the ASN.1 specifications from the
9../ISO13522-MHEG-5.asn file. THERE IS NO ISO13522-MHEG-5.asn FILE THERE YET!
Lev Walkinae72b042005-04-13 13:22:31 +000010
11OBTAINING THE MHEG-5 SPECIFICATION
12==================================
13
Lev Walkin5e2f23e2006-08-25 01:51:29 +000014Due to licensing restrictions, asn1c can not include the MHEG-5 ASN.1 module
15in its distribution.
16
Lev Walkinae72b042005-04-13 13:22:31 +000017To obtain the MHEG-5 ASN.1 specification, you should go to
18 http://www.itu.int/ITU-T/asn1/database/itu-t/t/t172
19and select the latest "Text" version of the corresponding ASN.1 module.
20
21After obtaining the ISO13522-MHEG-5.asn, type `make` in the directory
22containing this README file.
23
24mheg5dump USAGE
25===============
26
27The mheg5dump utility may be used to dump the contents of the BER-encoded
28MHEG-5 data record file:
29
Lev Walkin13c92a62006-09-17 08:28:32 +000030 ./mheg5dump mhegscene.ber # Print MHEG-5 stream as XML (BASIC-XER)
Lev Walkinae72b042005-04-13 13:22:31 +000031
32The full list of recognized command line options may be obtained with
33
Lev Walkin5e2f23e2006-08-25 01:51:29 +000034 ./mheg5dump -h
Lev Walkinae72b042005-04-13 13:22:31 +000035