Up: SGI movie Frequently Asked Questions (FAQ)
Previous: -34- I want to write a program which can create a JPEG- compressed movie file compatible with the Cosmo Compress board, SGI's hardware JPEG accelerator. How do I do this?
Subject:   -35- I simply want to create a JPEG-compressed movie which is
                compatible with the Cosmo Compress board.  I don't want
                to write my own program.  How do I do this?
Date: Wed Nov 16 13:04:20 PST 1994

  In IRIX 5.3, there are three ways to do this:

  1) Use the dmrecord utility to record live video from the Galileo
  or Indy Video options.

  2) Use the Capture tool to record live video from the Galileo
  or Indy Video options.

  3) Use the makemovie utility to generate a cosmo-compatible movie
  from a collection of still images.  Here is an excerpt from the
  manual page:

    To make an odd interlaced, 640x480, JPEG compressed movie with
    top-to- bottom orientation (of the sort that can be played back on
    the Cosmo compression board) from image files img1.rgb, img2.rgb,
    and img3.rgb:

    makemovie -o movie3.mv -c jpeg -s 640,480 -i odd -t \
        	 img1.rgb img2.rgb img3.rgb

Up: SGI movie Frequently Asked Questions (FAQ)
Previous: -34- I want to write a program which can create a JPEG- compressed movie file compatible with the Cosmo Compress board, SGI's hardware JPEG accelerator. How do I do this?