home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / ppc / creatempeg / creatempeg.readme < prev    next >
Text File  |  1998-02-01  |  2KB  |  50 lines

  1. Short:    CreateMpeg V1.0 MPEG Video Encoder
  2. Author:   osiris@develop.phase5.de (André Osterhues)
  3. Uploader: osiris@develop.phase5.de (André Osterhues)
  4. Type:     ppc/
  5.  
  6.   CreateMpeg is a frontend to mpeg2enc.elf. You need mpeg2enc.elf in the same
  7.   directory as CreateMpeg and the runelf program in your path.
  8.   Also, gtlayout.library is used for the GUI.
  9.  
  10.   Source:       Enter the source file pattern here (as a printf-style string).
  11.                 The file externsion (.ppm, .yuv) will be added by the encoder.
  12.  
  13.                 Example:
  14.                 You have the files pic0001.ppm, pic0002.ppm etc.
  15.                 Enter "pic%04ld".
  16.  
  17.                 If the filenames have no leading zero (pic1.ppm, pic2.ppm...),
  18.                 type in "pic%ld".
  19.  
  20.   Target:       Target filename
  21.  
  22.   Format:       Input format. This can be "YUV split" (three seperate files per
  23.                 frame with extensions .Y, .U and .V), "YUV" (one file per frame)
  24.                 or "PPM".
  25.                 If set to PPM, Width and Height are taken from the file. Only P6
  26.                 files are valid.
  27.  
  28.   Frames:       Total number of frames
  29.  
  30.   1st frame:    First frame number
  31.  
  32.   Width:        Picture width. Should be a multiple of 16.
  33.  
  34.   Height:       Picture height. Should be a multiple of 16.
  35.  
  36.   Aspect ratio: Aspect ratio
  37.  
  38.   Framerate:    Frames per second
  39.  
  40.   Bit rate:     This detemines the quality as well as the size of the MPEG
  41.                 file.
  42.                 Higher values mean better quality at the expense of larger
  43.                 file size.
  44.                 Lower values mean lower quality and smaller file size.
  45.  
  46.   Start:        Start the encoding process
  47.  
  48.   Quit:         Quit program
  49.  
  50.