# comp314 params file for ~comp314/bin/mpeg_encode # Options that you probably don't want to change - these are fine # for standard MPEG with PPM input files PATTERN IBBPBBPBBPBBPBB BASE_FILE_FORMAT PPM GOP_SIZE 30 SLICES_PER_FRAME 1 PIXEL HALF RANGE 10 PSEARCH_ALG LOGARITHMIC BSEARCH_ALG CROSS2 IQSCALE 8 PQSCALE 10 BQSCALE 25 REFERENCE_FRAME ORIGINAL INPUT_CONVERT * ################################################## # The size of the output image and input files - these must match # (the encoder will not rescale the image for you) YUV_SIZE 352 x 240 # The directory where the input files are found INPUT_DIR . # The files to encode: done in order from top to bottom. You can # specify files file1.ppm, file2.ppm...file10.ppm, file11.ppm... # as shown below INPUT file*.ppm [1-100] END_INPUT # Filename to output to OUTPUT output.mpg