Making a Movie with mpeg_encode
% module load mpeg_encode.
The settings for mpeg_encode are controlled by an ASCII text parameter file (sample file located in $MPEG_DIR/sample_params.mpg). Some of the things you may want to modify:
- Change the "BASE_FILE_FORMAT" line to reflect the image file type. For example: JPEG.
- Change the "INPUT" line to reflect the name of your input image files. For example: test*.jpg [000-100].
Start the movie making process by doing:
- % mpeg_encode <name of parameter file>