home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / cd32 / buildcd / buildcd-1.33 / padstream.doc < prev    next >
Text File  |  1994-05-05  |  2KB  |  50 lines

  1. Padstream
  2.  
  3. Tool to pad and align the sectors of a raw MPEG stream before cutting.
  4. Use the VideoCD keyword if you have the Phillips spec and are trying to
  5. make a real VideoCD that matches their VideoCD spec.  The VideoCD keyword
  6. adds two seconds of blank video to the beginning of the MPEG.
  7.  
  8. Usage: Padstream Source/A,Dest/A,VideoCD/S
  9.  
  10.  
  11. Notes on MPEG (see also BuildCD .doc for list of MPEG encoding services):
  12.  
  13.  
  14. To include a properly encoded and interleaved SIF format MPEG track on a
  15. CD32 disc...
  16.  
  17. 1 - Be sure that the MPEG file is properly encoded and interleaved to comply
  18.     with the VideoCD standard.  Things to check for...
  19.  
  20.     a - Encoded at the proper VideoCD bit-rates for audio and video.
  21.  
  22.     b - Audio and Video properly interleaved for VideoCD
  23.  
  24.     c - Ready to be written as Mode 2 Form 2 data (properly padded for
  25.         Mode 2 Form 2 sector size.)
  26.  
  27.     d - Two seconds of blank sectors at head of data.  (only strictly
  28.         necessary for files that will be played by the ROM player
  29.         interface.)
  30.  
  31.     If either "c" or "d" above are either not true or unsure, run the
  32.     "padstream" program on the MPEG data file.
  33.  
  34.     Command format:
  35.         PadStream Source/A,Dest/A,VideoCD/S
  36.         Where source is the name of the file in question, Dest is the
  37.         file that will be written, and VideoCD is a command line switch
  38.         that should be used if the file will be part of a VideoCD
  39.         compliant disc that is intended to be played by the ROM VideoCD
  40.         player program.
  41.  
  42. 2 - Use ISOCD to build your data file as normal.
  43.  
  44. 3 - Use BuildCD 1.31 or greater to cut track 1 as data (with your ISOCD
  45.     generated ISO image as the data file), and tracks 2-99 as either
  46.     audio and/or MPEG tracks.  Be sure to specify MPEG for MPEG tracks
  47.     and Audio for Audio tracks.
  48.  
  49.  
  50.