home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsm / mpegworks / !MakeMPEG / Parameters < prev    next >
Text File  |  1995-04-30  |  1KB  |  40 lines

  1. Film title
  2. %d.%d.%d                        /* name of the frames, see note 1 */
  3. -                               /* name of statistics file or '-' */
  4. 20                              /* number of frames */
  5. 0                               /* number of first frame */
  6. 12                              /* N (# of frames in GroupOfPictures) */
  7. 3                               /* M (I/P frame distance), see note 3 */
  8. 1                               /* 0: MPEG-2  1: MPEG-1 */
  9. 160                             /* horizontal_size */
  10. 128                             /* vertical_size */
  11. 500000                          /* bit_rate (bits/s) */
  12. 20                              /* vbv_buffer_size (* 16 kbit), see note 2 */
  13. 2 2 11 11                       /* motion search vector distances, see not 4 */
  14. 1 1 3  3
  15. 1 1 7  7
  16. 1 1 7  7
  17. 1 1 3  3
  18.  
  19.  
  20.  
  21.  Notes:
  22.  
  23.  The first line in the file is the MPEG film title.
  24.  
  25.  1) The first %d is replaced with (framenumber DIV 4096), the second %d is
  26.     replaced with (framenumber DIV64)MOD64, the third %d is replaced with
  27.     (framenumber MOD64).
  28.  
  29.  2) The vbv_buffer should hold approximately 0.5 sec. at the specified bit
  30.     rate. If you [during encoding] get a 'vbv_buffer overflow X', you should
  31.     reduce the vbv_buffer_size to approx. vbv_buffer_size*50000/X.
  32.  
  33.  3) N must be a multiple of M.
  34.  
  35.  4) You must specify 2*M-1 motion search vector distance sets.
  36.  
  37.  
  38.  This file is intended as a parameter file for the MPEG-1/MPEG-2 encoder by
  39. the MPEG Software Simulation Group.
  40.