iff 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. #------------------------------------------------------------------------------
  2. # $File: iff,v 1.20 2024/02/09 00:44:31 christos Exp $
  3. # iff: file(1) magic for Interchange File Format (see also "audio" & "images")
  4. #
  5. # Daniel Quinlan (quinlan@yggdrasil.com) -- IFF was designed by Electronic
  6. # Arts for file interchange. It has also been used by Apple, SGI, and
  7. # especially Commodore-Amiga.
  8. #
  9. # IFF files begin with an 8 byte FORM header, followed by a 4 character
  10. # FORM type, which is followed by the first chunk in the FORM.
  11. # URL: http://fileformats.archiveteam.org/wiki/IFF
  12. # https://en.wikipedia.org/wiki/Interchange_File_Format
  13. # Reference: https://wiki.amigaos.net/wiki/IFF_FORM_and_Chunk_Registry
  14. # Note: called "Interchange File" by DROID via PUID x-fmt/157 and
  15. # "IFF file" or as alias expanded "Interchange File Format" by shared MIME-info database from freedesktop.org
  16. 0 string FORM IFF data
  17. #>4 belong x \b, FORM is %d bytes long
  18. # audio formats
  19. # Update: Joerg Jenderek
  20. # URL: http://fileformats.archiveteam.org/wiki/AIFF
  21. # https://en.wikipedia.org/wiki/Audio_Interchange_File_Format
  22. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/a/audio-aiff.trid.xml
  23. # Note: called "AIFF Audio Interchange File Format" by TrID and
  24. # "Audio Interchange File Format" by DROID via PUID fmt/414
  25. >8 string AIFF \b, AIFF audio
  26. !:mime audio/x-aiff
  27. # not officially registered
  28. #!:mime audio/aiff
  29. !:ext aiff/aif/aff
  30. >8 string AIFC \b, AIFF-C compressed audio
  31. !:mime audio/x-aiff
  32. >8 string 8SVX \b, 8SVX 8-bit sampled sound voice
  33. !:mime audio/x-aiff
  34. >8 string 16SV \b, 16SV 16-bit sampled sound voice
  35. >8 string SAMP \b, SAMP sampled audio
  36. >8 string MAUD \b, MAUD MacroSystem audio
  37. >8 string SMUS \b, SMUS simple music
  38. >8 string CMUS \b, CMUS complex music
  39. # image formats
  40. >8 string ILBMBMHD \b, ILBM interleaved image
  41. >>20 beshort x \b, %d x
  42. >>22 beshort x %d
  43. >8 string RGBN \b, RGBN 12-bit RGB image
  44. >8 string RGB8 \b, RGB8 24-bit RGB image
  45. >8 string DEEP \b, DEEP TVPaint/XiPaint image
  46. >8 string DR2D \b, DR2D 2-D object
  47. >8 string TDDD \b, TDDD 3-D rendering
  48. >8 string LWOB \b, LWOB 3-D object
  49. >8 string LWO2 \b, LWO2 3-D object, v2
  50. >8 string LWLO \b, LWLO 3-D layered object
  51. >8 string REAL \b, REAL Real3D rendering
  52. >8 string MC4D \b, MC4D MaxonCinema4D rendering
  53. >8 string ANIM \b, ANIM animation
  54. >8 string YAFA \b, YAFA animation
  55. >8 string SSA\ \b, SSA super smooth animation
  56. >8 string FANT \b, Fantavision animation
  57. >8 string ACBM \b, ACBM continuous image
  58. >8 string FAXX \b, FAXX fax image
  59. >8 string STFX \b, ST-Fax image
  60. >8 string IMAGIHDR \b, CD-i image
  61. # other formats
  62. >8 string FTXT \b, FTXT formatted text
  63. >8 string CTLG \b, CTLG message catalog
  64. >8 string PREF \b, PREF preferences
  65. >8 string DTYP \b, DTYP datatype description
  66. # Update: Joerg Jenderek
  67. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/i/iff-pch.trid.xml
  68. # Note: called "IFF binary Patch" by TrID
  69. >8 string PTCH \b, PTCH binary patch
  70. #!:mime application/octet-stream
  71. #!:mime application/x-iff
  72. #!:mime application/x-amiga-patch
  73. !:ext patch/pch
  74. >8 string AMFF \b, AMFF AmigaMetaFile format
  75. >8 string WZRD \b, WZRD StormWIZARD resource
  76. >8 string DOC\040 \b, DOC desktop publishing document
  77. >8 string SWRT \b, SWRT Final Copy/Writer document
  78. >8 string WORD \b, ProWrite document
  79. >8 string WTXT \b, WTXT Wordworth document
  80. >8 string WOWO \b, WOWO Wordworth document
  81. >8 string WVQA \b, Westwood Studios VQA Multimedia,
  82. >>24 leshort x %d video frames,
  83. >>26 leshort x %d x
  84. >>28 leshort x %d
  85. >8 string MOVE \b, Wing Commander III Video
  86. >>12 string _PC_ \b, PC version
  87. >>12 string 3DO_ \b, 3DO version
  88. # These go at the end of the iff rules
  89. #
  90. # David Griffith <dave@661.org>
  91. # I don't see why these might collide with anything else.
  92. #
  93. # Interactive Fiction related formats
  94. #
  95. >8 string IFRS \b, Blorb Interactive Fiction
  96. >>24 string Exec with executable chunk
  97. >8 string IFZS \b, Z-machine or Glulx saved game file (Quetzal)
  98. !:mime application/x-blorb