How to Create an SGI Movie
from an MPIV0 Video File
Purpose
This document describes how to make an SGI movie from an
MPIV0 digital video file.
What You Need
You need:
- An MPIV0 file to be converted
- An SGI workstation in the
Visual Computing Laboratory
of the University of California, San Diego.
- The path environment variable set so that you can execute
mpivtopnm, and
makemovie. mpivtopnm should be in /local/zizkov6/vsam/bin.
Step-by-Step Instructions
- Create a set of pnm images from the MPIV0 file using
mpivtopnm. For example:
mpivtopnm vid.mpiv vid
The above command converts the MPIV0 file, vid.mpiv, to the
set of ppm files named vid.0000.ppm,
vid.0001.ppm, vid.0002.ppm, and so on.
If you have a BW8 MPIV0
file then mpivtopnm makes .pgm files, otherwise
it makes color .ppm files.
- Use makemove to create an
SGI movie file. For example:
makemovie -o vid.rgb -f sgi -c jpeg -l once -r 30 vid.????.ppm
makemovie has too many options to describe here. It is best to see the
Unix man page on an SGI work station for full documentation.
The above example produces an SGI file named vid.rgb that
can be viewed with the SGI movieplayer.
- Delete all of the .ppm and .pgm files to save disk
space. For example
rm vid.????.ppm
-
The SGI movie file creation processes is now complete.
Web page design by
Jeffrey E. Boyd