home *** CD-ROM | disk | FTP | other *** search
/ ftp.lokigames.com / ftp.lokigames.com.zip / ftp.lokigames.com / open-source / smjpeg / README.xanim.txt next >
Text File  |  1999-09-08  |  851b  |  32 lines

  1. Loki Entertainment Software README
  2. ----------------------------------
  3. http://www.lokigames.com/
  4. ----------------------------------
  5.  
  6. This is an extension of the original exporting version of xanim,
  7. written by Mark Podlipec and modified for export by Adam Williams.
  8.  
  9. In addition to quicktime export, this version also exports JPEG and
  10. PPM frames, along with 16-bit mono audio streams.
  11.  
  12. Usage:
  13. First create an "input" directory for the exported frames
  14.  
  15. To export JPEG frames compressed at 80% quality:
  16.  
  17.         xanim +v +Eq80 file.avi
  18.  
  19. To export PPM frames:
  20.  
  21.         xanim +v +Ee file.avi
  22.  
  23. To export raw 16-bit mono audio:
  24.  
  25.         xanim +v +Ea file.avi
  26.  
  27. We use this tool to create Motion JPEG movies for our games!
  28.  
  29. We hope that you find it useful as well. :)
  30.  
  31. --Sam Lantinga, Lead Programmer, Loki Entertainment Software
  32.