home *** CD-ROM | disk | FTP | other *** search
- Film title
- %d.%d.%d /* name of the frames, see note 1 */
- - /* name of statistics file or '-' */
- 20 /* number of frames */
- 0 /* number of first frame */
- 12 /* N (# of frames in GroupOfPictures) */
- 3 /* M (I/P frame distance), see note 3 */
- 1 /* 0: MPEG-2 1: MPEG-1 */
- 160 /* horizontal_size */
- 128 /* vertical_size */
- 500000 /* bit_rate (bits/s) */
- 20 /* vbv_buffer_size (* 16 kbit), see note 2 */
- 2 2 11 11 /* motion search vector distances, see not 4 */
- 1 1 3 3
- 1 1 7 7
- 1 1 7 7
- 1 1 3 3
-
-
-
- Notes:
-
- The first line in the file is the MPEG film title.
-
- 1) The first %d is replaced with (framenumber DIV 4096), the second %d is
- replaced with (framenumber DIV64)MOD64, the third %d is replaced with
- (framenumber MOD64).
-
- 2) The vbv_buffer should hold approximately 0.5 sec. at the specified bit
- rate. If you [during encoding] get a 'vbv_buffer overflow X', you should
- reduce the vbv_buffer_size to approx. vbv_buffer_size*50000/X.
-
- 3) N must be a multiple of M.
-
- 4) You must specify 2*M-1 motion search vector distance sets.
-
-
- This file is intended as a parameter file for the MPEG-1/MPEG-2 encoder by
- the MPEG Software Simulation Group.
-