Annotation of dsmcc-mhp-tools/README, revision 1.10

1.1       mass        1: # README file for dsmcc-mhp-tools
                      2: 
1.5       mass        3: MPEG2 elementary stream encoding tools for DSM-CC MHP ObjectCarousels.
1.1       mass        4: 
1.3       mass        5: Currently, ObjectCarousel-, NPT-stream-, Stream-Event-, AIT- and PMT-
1.5       mass        6: generation are implemented, and support for incremental ObjectCarousel
                      7: and (P)SI updates has been added recently.
                      8: 
1.10    ! mass        9: Each tool's output is a single binary .m2t file, which is a MPEG2
        !            10: elementary stream, i.e. a row of successive TS packets including
        !            11: pieces of the encoded data.
        !            12: 
1.9       mass       13: The project is designed for linux and heavily depends on filesystems
                     14: with file access permissions and symbolic links, which are used to
                     15: recognize File-, Stream-, Stream-Eevent objects or LiteOptionsProfiles.
                     16: The tools are well tested and work under Little- and BigEndian systems.
                     17: 
1.1       mass       18: Please read additional information in each tool's own README.
                     19: 
                     20: If you get some questions or want to request features, please feel free
                     21: to email me to one of the addresses listed in the AUTHORS file.
                     22: 
1.7       mass       23: Note: You'll need some piece of software multiplexer to mux all
                     24:       generated ES (probably with audio and video) together into one
                     25:       TS or PS, which is not included in this project.
1.8       mass       26:       One was released open-source few days ago :-)) Have a look at:
                     27:       http://scara.com/~schirmer/o/mplex13818
1.7       mass       28: 
1.1       mass       29: Marek ^.^

LinuxTV legacy CVS <linuxtv.org/cvs>