blob: 3b8dc0c63fe37c4934e900a2b4f136276a191d1f [file] [log] [blame]
vlmdf9d0be2005-04-13 13:22:31 +00001
2GENERAL INFORMATION
3===================
4
5The ISO MHEG-5 (Multimedia Hypermedia Experts Group,
6Multimedia Presentations) decoder.
7
8Invoking `make` will compile the ASN.1 specifications from the
9../ISO13522-MHEG-5.asn file.
10
11THERE IS NO ISO13522-MHEG-5.asn FILE THERE YET!
12
13OBTAINING THE MHEG-5 SPECIFICATION
14==================================
15
vlm9bcc5992006-08-25 01:51:29 +000016Due to licensing restrictions, asn1c can not include the MHEG-5 ASN.1 module
17in its distribution.
18
vlmdf9d0be2005-04-13 13:22:31 +000019To obtain the MHEG-5 ASN.1 specification, you should go to
20 http://www.itu.int/ITU-T/asn1/database/itu-t/t/t172
21and select the latest "Text" version of the corresponding ASN.1 module.
22
23After obtaining the ISO13522-MHEG-5.asn, type `make` in the directory
24containing this README file.
25
26mheg5dump USAGE
27===============
28
29The mheg5dump utility may be used to dump the contents of the BER-encoded
30MHEG-5 data record file:
31
vlm9bcc5992006-08-25 01:51:29 +000032 ./mheg5dump tapfile.der # Print MHEG-5 stream as XML (BASIC-XER)
vlmdf9d0be2005-04-13 13:22:31 +000033
34The full list of recognized command line options may be obtained with
35
vlm9bcc5992006-08-25 01:51:29 +000036 ./mheg5dump -h
vlmdf9d0be2005-04-13 13:22:31 +000037