Up: SGI movie Frequently Asked Questions (FAQ)
Next: -10- Can anyone provide details on the SGI movie format?
Previous: -8- How can I write a program to create, edit, convert, or play movies? Where can I get a copy of the SGI Movie Library?
Subject:    -9- I can't use images exported with Moviemaker in any of my
                applications.  What image format does Moviemaker use?
Date: Thu Feb 16 15:49:34 PST 1995

  In IRIX 5.2 and earlier, Moviemaker exports images using the
  ImageVision FIT file format.  This library is supported by the
  SGI ImageVision Library and its assorted tools.

  To convert FIT files to another file format, such as SGI rgb or TIFF,
  use the imgcopy(1) program, part of the ImageVision Tools (imgtools)
  product.  The ImageVision Tools are bundled with the basic IRIX
  distribution.

  The following shell script will convert a batch of image files to SGI
  format, using imgcopy:

  #----------------------- cut here ---------------------------
  #!/bin/csh
  #
  # iv2sgi - convert a batch of imagevision-supported files to SGI
  # .rgb format using imgcopy
  #
  # usage: iv2sgi <filenames>
  #

  foreach image ($argv)
      imgcopy -fSGI $image $image.rgb
  end
  #----------------------- cut here ---------------------------

  Moviemaker 2.1, which is available in the IRIX 5.3 release,
  supports image export in SGI and TIFF, as well as FIT formats.

  NOTE: the IRIX 5.3 version of Moviemaker contains a bug which
  prevents it from exporting images to TIFF format.  Exported images
  will look all black or all white.  If this is important to you,
  you can contact SGI's Technical Assistance Center and ask for a
  patch release of Moviemaker to correct this problem.  This bug
  is also fixed in the WebFORCE software product for IRIX 5.3.

  If you have IRIX 5.3 or later, you can also use Movie Convert to
  extract image frames from movie files.  Moviemaster converts between
  movies and images. 32 different image formats are currently
  supported. All sgi movie formats are supported.  Moviemaster can
  extract frames from a movie, build a movie from frames, or image
  convert from one format to another.

Up: SGI movie Frequently Asked Questions (FAQ)
Next: -10- Can anyone provide details on the SGI movie format?
Previous: -8- How can I write a program to create, edit, convert, or play movies? Where can I get a copy of the SGI Movie Library?