riff 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911
  1. #------------------------------------------------------------------------------
  2. # $File: riff,v 1.50 2024/04/13 16:40:48 christos Exp $
  3. # riff: file(1) magic for RIFF format
  4. # See
  5. #
  6. # https://www.seanet.com/users/matts/riffmci/riffmci.htm
  7. # http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Docs/riffmci.pdf
  8. # https://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-registry.xml
  9. #
  10. # audio format tag. Assume limits: max 1024 bit, 128 channels, 1 MHz
  11. 0 name riff-wave
  12. >0 leshort 0x01 \b, Microsoft PCM
  13. >>14 leshort >0
  14. >>>14 leshort <1024 \b, %d bit
  15. >0 leshort 0x02 \b, Microsoft ADPCM
  16. >0 leshort 0x03 \b, IEEE Float
  17. >0 leshort 0x04 \b, Compaq VSELP
  18. >0 leshort 0x05 \b, IBM CVSD
  19. >0 leshort 0x06 \b, ITU G.711 A-law
  20. >0 leshort 0x07 \b, ITU G.711 mu-law
  21. >0 leshort 0x08 \b, Microsoft DTS
  22. >0 leshort 0x10 \b, OKI ADPCM
  23. >0 leshort 0x11 \b, IMA ADPCM
  24. >0 leshort 0x12 \b, MediaSpace ADPCM
  25. >0 leshort 0x13 \b, Sierra ADPCM
  26. >0 leshort 0x14 \b, ITU G.723 ADPCM (Yamaha)
  27. >0 leshort 0x15 \b, DSP Solutions DIGISTD
  28. >0 leshort 0x16 \b, DSP Solutions DIGIFIX
  29. >0 leshort 0x17 \b, Dialogic OKI ADPCM
  30. >0 leshort 0x18 \b, MediaVision ADPCM
  31. >0 leshort 0x19 \b, HP CU
  32. >0 leshort 0x20 \b, Yamaha ADPCM
  33. >0 leshort 0x21 \b, Speech Compression SONARC
  34. >0 leshort 0x22 \b, DSP Group True Speech
  35. >0 leshort 0x23 \b, Echo Speech EchoSC1
  36. >0 leshort 0x24 \b, AudioFile AF36
  37. >0 leshort 0x25 \b, APTX
  38. >0 leshort 0x26 \b, AudioFile AF10
  39. >0 leshort 0x27 \b, Prosody 1612
  40. >0 leshort 0x28 \b, LRC
  41. >0 leshort 0x30 \b, Dolby AC2
  42. >0 leshort 0x31 \b, GSM 6.10
  43. >0 leshort 0x32 \b, MSN Audio
  44. >0 leshort 0x33 \b, Antex ADPCME
  45. >0 leshort 0x34 \b, Control Res VQLPC
  46. >0 leshort 0x35 \b, Digireal
  47. >0 leshort 0x36 \b, DigiADPCM
  48. >0 leshort 0x37 \b, Control Res CR10
  49. >0 leshort 0x38 \b, NMS VBXADPCM
  50. >0 leshort 0x39 \b, Roland RDAC
  51. >0 leshort 0x3A \b, Echo Speech EchoSC3
  52. >0 leshort 0x3B \b, Rockwell ADPCM
  53. >0 leshort 0x3C \b, Rockwell Digitalk
  54. >0 leshort 0x3D \b, Xebec
  55. >0 leshort 0x40 \b, ITU G.721 ADPCM
  56. >0 leshort 0x41 \b, ITU G.728 CELP
  57. >0 leshort 0x42 \b, MSG723
  58. >0 leshort 0x50 \b, MPEG
  59. >0 leshort 0x52 \b, RT24
  60. >0 leshort 0x53 \b, PAC
  61. >0 leshort 0x55 \b, MPEG Layer 3
  62. >0 leshort 0x59 \b, Lucent G.723
  63. >0 leshort 0x60 \b, Cirrus
  64. >0 leshort 0x61 \b, ESPCM
  65. >0 leshort 0x62 \b, Voxware
  66. >0 leshort 0x63 \b, Canopus Atrac
  67. >0 leshort 0x64 \b, ITU G.726 ADPCM
  68. >0 leshort 0x65 \b, ITU G.722 ADPCM
  69. >0 leshort 0x66 \b, DSAT
  70. >0 leshort 0x67 \b, DSAT Display
  71. >0 leshort 0x69 \b, Voxware Byte Aligned
  72. >0 leshort 0x70 \b, Voxware AC8
  73. >0 leshort 0x71 \b, Voxware AC10
  74. >0 leshort 0x72 \b, Voxware AC16
  75. >0 leshort 0x73 \b, Voxware AC20
  76. >0 leshort 0x74 \b, Voxware MetaVoice
  77. >0 leshort 0x75 \b, Voxware MetaSound
  78. >0 leshort 0x76 \b, Voxware RT29HW
  79. >0 leshort 0x77 \b, Voxware VR12
  80. >0 leshort 0x78 \b, Voxware VR18
  81. >0 leshort 0x79 \b, Voxware TQ40
  82. >0 leshort 0x80 \b, Softsound
  83. >0 leshort 0x81 \b, Voxware TQ60
  84. >0 leshort 0x82 \b, MSRT24
  85. >0 leshort 0x83 \b, ITU G.729A
  86. >0 leshort 0x84 \b, MVI MV12
  87. >0 leshort 0x85 \b, DF G.726
  88. >0 leshort 0x86 \b, DF GSM610
  89. >0 leshort 0x88 \b, ISIAudio
  90. >0 leshort 0x89 \b, Onlive
  91. >0 leshort 0x91 \b, SBC24
  92. >0 leshort 0x92 \b, Dolby AC3 S/PDIF
  93. >0 leshort 0x97 \b, ZyXEL ADPCM
  94. >0 leshort 0x98 \b, Philips LPCBB
  95. >0 leshort 0x99 \b, Packed
  96. >0 leshort 0x100 \b, Rhetorex ADPCM
  97. >0 leshort 0x101 \b, BeCubed Software IRAT
  98. >0 leshort 0x111 \b, Vivo G.723
  99. >0 leshort 0x112 \b, Vivo Siren
  100. >0 leshort 0x123 \b, Digital G.723
  101. >0 leshort 0x200 \b, Creative ADPCM
  102. >0 leshort 0x202 \b, Creative FastSpeech8
  103. >0 leshort 0x203 \b, Creative FastSpeech10
  104. >0 leshort 0x220 \b, Quarterdeck
  105. >0 leshort 0x300 \b, FM Towns Snd
  106. >0 leshort 0x400 \b, BTV Digital
  107. >0 leshort 0x680 \b, VME VMPCM
  108. >0 leshort 0x1000 \b, OLIGSM
  109. >0 leshort 0x1001 \b, OLIADPCM
  110. >0 leshort 0x1002 \b, OLICELP
  111. >0 leshort 0x1003 \b, OLISBC
  112. >0 leshort 0x1004 \b, OLIOPR
  113. >0 leshort 0x1100 \b, LH Codec
  114. >0 leshort 0x1400 \b, Norris
  115. >0 leshort 0x1401 \b, ISIAudio
  116. >0 leshort 0x1500 \b, Soundspace Music Compression
  117. >0 leshort 0x2000 \b, AC3 DVM
  118. >0 leshort 0x2001 \b, DTS
  119. >2 leshort =1 \b, mono
  120. >2 leshort =2 \b, stereo
  121. >2 leshort >2
  122. >>2 leshort <128 \b, %d channels
  123. >4 lelong >0
  124. >>4 lelong <1000000 %d Hz
  125. # try to find "fmt "
  126. 0 name riff-walk
  127. >0 string fmt\x20
  128. >>4 lelong >15
  129. >>>8 use riff-wave
  130. >0 string LIST
  131. >>&(4.l+4) use riff-walk
  132. >0 string DISP
  133. >>&(4.l+4) use riff-walk
  134. >0 string bext
  135. >>&(4.l+4) use riff-walk
  136. >0 string Fake
  137. >>&(4.l+4) use riff-walk
  138. >0 string fact
  139. >>&(4.l+4) use riff-walk
  140. # https://developers.google.com/speed/webp/docs/riff_container
  141. >0 string VP8\x20
  142. >>11 byte 0x9d
  143. >>>12 byte 0x01
  144. >>>>13 byte 0x2a \b, VP8 encoding
  145. >>>>>14 leshort&0x3fff x \b, %d
  146. >>>>>16 leshort&0x3fff x \bx%d, Scaling:
  147. >>>>>14 leshort&0xc000 0x0000 \b [none]
  148. >>>>>14 leshort&0xc000 0x4000 \b [5/4]
  149. >>>>>14 leshort&0xc000 0x8000 \b [5/3]
  150. >>>>>14 leshort&0xc000 0xc000 \b [2]
  151. >>>>>16 leshort&0xc000 0x0000 \bx[none]
  152. >>>>>16 leshort&0xc000 0x4000 \bx[5/4]
  153. >>>>>16 leshort&0xc000 0x8000 \bx[5/3]
  154. >>>>>16 leshort&0xc000 0xc000 \bx[2]
  155. >>>>>15 byte&0x80 =0x00 \b, YUV color
  156. >>>>>15 byte&0x80 =0x80 \b, bad color specification
  157. >>>>>15 byte&0x40 =0x40 \b, no clamping required
  158. >>>>>15 byte&0x40 =0x00 \b, decoders should clamp
  159. >0 string VP8L
  160. >>8 byte 0x2f \b, lossless
  161. >>>11 byte &0x01 \b, with alpha
  162. >0 string VP8X
  163. >>4 lelong 0x0a
  164. >>>8 byte &0x02 \b, animated
  165. >>>8 byte &0x04 \b, XMP metadata
  166. >>>8 byte &0x08 \b, EXIF metadata
  167. >>>8 byte &0x10 \b, with alpha
  168. >>>8 byte &0x20 \b, ICC profile
  169. # TODO: These two values are off-by-one, for a 64x64 WebP they contain
  170. # 63x63 as there can be no 0x0 file.
  171. >>>12 lelong&0xffffff x \b, %d+1
  172. >>>15 lelong&0xffffff x \bx%d+1
  173. #>0 string x we got %s
  174. #>>&(4.l+4) use riff-walk
  175. # RecorderGear TR500 call recorder digits (BCD)
  176. 0 name tr500-call-recorder-digits
  177. >0 byte&0xF0 0x00 \b0
  178. >0 byte&0xF0 0x10 \b1
  179. >0 byte&0xF0 0x20 \b2
  180. >0 byte&0xF0 0x30 \b3
  181. >0 byte&0xF0 0x40 \b4
  182. >0 byte&0xF0 0x50 \b5
  183. >0 byte&0xF0 0x60 \b6
  184. >0 byte&0xF0 0x70 \b7
  185. >0 byte&0xF0 0x80 \b8
  186. >0 byte&0xF0 0x90 \b9
  187. >0 byte&0xF0 0xb0 \b*
  188. >0 byte&0xF0 0xc0 \b#
  189. >0 byte&0x0F 0 \b0
  190. >0 byte&0x0F 1 \b1
  191. >0 byte&0x0F 2 \b2
  192. >0 byte&0x0F 3 \b3
  193. >0 byte&0x0F 4 \b4
  194. >0 byte&0x0F 5 \b5
  195. >0 byte&0x0F 6 \b6
  196. >0 byte&0x0F 7 \b7
  197. >0 byte&0x0F 8 \b8
  198. >0 byte&0x0F 9 \b9
  199. >0 byte&0x0F 0xb \b*
  200. >0 byte&0x0F 0xc \b#
  201. # TR500 call recorder extended header
  202. # From: David Korth <gerbilsoft@gerbilsoft.com>
  203. # Contains dialed/incoming phone number and timestamp.
  204. # TODO: Verify byte 15.
  205. 0 name tr500-call-recorder-header
  206. >15 byte 2 (outgoing call:
  207. >15 byte 4 (incoming call:
  208. >1 byte 0xFF \bno number
  209. >1 byte !0xFF
  210. >>1 use tr500-call-recorder-digits
  211. >>2 byte !0xFF
  212. >>>2 use tr500-call-recorder-digits
  213. >>3 byte !0xFF
  214. >>>3 use tr500-call-recorder-digits
  215. >>4 byte !0xFF
  216. >>>4 use tr500-call-recorder-digits
  217. >>5 byte !0xFF
  218. >>>5 use tr500-call-recorder-digits
  219. >>6 byte !0xFF
  220. >>>6 use tr500-call-recorder-digits
  221. >>7 byte !0xFF
  222. >>>7 use tr500-call-recorder-digits
  223. >>8 byte !0xFF
  224. >>>8 use tr500-call-recorder-digits
  225. >9 byte x \b, 20%02x
  226. >10 byte x \b/%02x
  227. >11 byte x \b/%02x
  228. >12 byte x %02x
  229. >13 byte x \b:%02x
  230. >14 byte x \b:%02x)
  231. # AVI section extended by Patrik Radman <patrik+file-magic@iki.fi>
  232. #
  233. 0 string RIFF RIFF (little-endian) data
  234. # RIFF Palette format
  235. # Update: Joerg Jenderek
  236. # URL: https://en.wikipedia.org/wiki/Resource_Interchange_File_Format
  237. # Reference: https://worms2d.info/Palette_file
  238. # WAVE/AVI codec registry: https://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-registry.xml
  239. >8 string PAL\ \b, palette
  240. !:mime application/x-riff
  241. # color palette by Microsoft Corporation
  242. !:ext pal
  243. # file size = chunk size + 8 in most cases
  244. >>4 ulelong+8 x \b, %u bytes
  245. # Extended PAL Format
  246. >>12 string plth \b, extended
  247. # Simple PAL Format
  248. >>12 string data
  249. # data chunk size = color entries * 4 + 4 + sometimes extra (4) appended bytes
  250. >>>16 ulelong x \b, data size %u
  251. # palVersion is always 0x0300
  252. #>>>20 leshort x \b, version %#4.4x
  253. # palNumEntries specifies the number of palette color entries
  254. >>>22 uleshort x \b, %u entries
  255. # after palPalEntry sized (number of color entries * 4 ) vector
  256. >>>(22.s*4) ubequad x
  257. # jump relative 22 ( 8 + 16) bytes forward points after end of file or to
  258. # appended extra bytes like in http://safecolours.rigdenage.com/set(ms).zip/Protan(MS).pal
  259. >>>>&16 ubelong x \b, extra bytes
  260. >>>>>&-4 ubelong >0 %#8.8x
  261. # RIFF Device Independent Bitmap format
  262. # URL: http://fileformats.archiveteam.org/wiki/RDIB
  263. >8 string RDIB \b, device-independent bitmap
  264. !:ext rdi/dib
  265. >>16 string BM
  266. >>>30 leshort 12 \b, OS/2 1.x format
  267. >>>>34 leshort x \b, %d x
  268. >>>>36 leshort x %d
  269. >>>30 leshort 64 \b, OS/2 2.x format
  270. >>>>34 leshort x \b, %d x
  271. >>>>36 leshort x %d
  272. >>>30 leshort 40 \b, Windows 3.x format
  273. >>>>34 lelong x \b, %d x
  274. >>>>38 lelong x %d x
  275. >>>>44 leshort x %d
  276. # RIFF MIDI format
  277. # URL: http://fileformats.archiveteam.org/wiki/RIFF_MIDI
  278. >8 string RMID \b, MIDI
  279. # http://extension.nirsoft.net/rmi
  280. !:mime audio/mid
  281. #!:mime audio/x-rmid
  282. !:ext rmi
  283. # RIFF Multimedia Movie File format
  284. # URL: http://fileformats.archiveteam.org/wiki/RIFF_Multimedia_Movie
  285. >8 string RMMP \b, multimedia movie
  286. !:mime video/x-mmm
  287. !:ext mmm
  288. # RIFF wrapper for MP3
  289. >8 string RMP3 \b, MPEG Layer 3 audio
  290. #!:mime audio/x-rmp3
  291. # Microsoft WAVE format (*.wav)
  292. # URL: http://fileformats.archiveteam.org/wiki/WAV
  293. >8 string WAVE \b, WAVE audio
  294. #!:mime audio/vnd.wave
  295. !:mime audio/x-wav
  296. # https://www.macdisk.com/macsigen.php
  297. #!:apple ????WAVE
  298. !:ext wav/wave
  299. >>12 string >\0
  300. >>>12 use riff-walk
  301. # TR500 call recorder extended header
  302. >>16 ulelong 0x1E4
  303. >>>20 leshort 0x11
  304. >>>>256 byte 4
  305. >>>>>256 use tr500-call-recorder-header
  306. # Update: Joerg Jenderek
  307. # lower case for Corel Draw version 8 Bidi
  308. >8 string/c cdr
  309. # skip Corel CCX Clipart
  310. >>8 string !CDRXcont
  311. # Corel Draw Picture
  312. >>>0 use corel-draw
  313. # URL: http://fileformats.archiveteam.org/wiki/CCX_(Corel)
  314. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/c/ccx-corel.trid.xml
  315. >>8 string =CDRXcont \b, Corel Clipart
  316. !:mime application/x-corel-ccx
  317. !:ext ccx
  318. # 3rd chunk data {Corel\040Binary\040Meta\040File}
  319. #>>>20 string x \b, 3rd '%-s'
  320. >>>4 ulelong+8 x \b, %u bytes
  321. # From: Joerg Jenderek
  322. # URL: https://en.wikipedia.org/wiki/CorelDRAW
  323. # Reference: http://fileformats.archiveteam.org/wiki/CorelDRAW
  324. # Picture templates created by newer software start with RIFF type CDT
  325. >8 string CDT
  326. >>0 use corel-draw
  327. # Picture templates with version 4.4
  328. >8 string CDST
  329. >>0 use corel-draw
  330. # pattern created by newer software start with RIFF type PAT
  331. >8 string PAT
  332. >>0 use corel-draw
  333. # From: Joerg Jenderek
  334. # URL: https://en.wikipedia.org/wiki/Corel_Designer
  335. # Reference: http://fileformats.archiveteam.org/wiki/Corel_Designer
  336. >8 string DES
  337. >>8 string !DESC
  338. >>>0 use corel-des
  339. # Corel Draw templates with version 12.5 or Corel Designer illustration 12
  340. >>8 string =DESC
  341. # MORE TESTS NEEDED HERE!
  342. #>>>0 use corel-des
  343. #>>>0 use corel-draw
  344. # From: Joerg Jenderek
  345. # URL: http://fileformats.archiveteam.org/wiki/SHW_(Corel)
  346. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/s/shw-corel.trid.xml
  347. # Note: called "CorelSHOW presentation (v4)" by TrID
  348. # and "Corel Presentation" by DROID via PUID fmt/877
  349. >8 string shw4 \b, CorelSHOW presentation, version 4
  350. #!:mime application/octet-stream
  351. !:mime application/x-corel-shw
  352. !:ext shw
  353. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/s/shw-corel-5.trid.xml
  354. # Note: called "CorelSHOW presentation (v5)" by TrID
  355. >8 string shw5 \b, CorelSHOW presentation, version 5
  356. #!:mime application/octet-stream
  357. !:mime application/x-corel-shw
  358. !:ext shw
  359. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/s/shb-corel.trid.xml
  360. # Note: called "CorelSHOW Background (v5)" by TrID
  361. >8 string shl5 \b, CorelSHOW Background, version 5
  362. #!:mime application/octet-stream
  363. !:mime application/x-corel-shb
  364. # GRR: no example
  365. !:ext shb
  366. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/s/shr-corel.trid.xml
  367. # Note: called "CorelSHOW player data (v5)" by TrID
  368. >8 string shr5 \b, CorelSHOW player data, version 5
  369. #!:mime application/octet-stream
  370. !:mime application/x-corel-shr
  371. # GRR: no example
  372. !:ext shr
  373. >8 string NUNDROOT \b, Steinberg CuBase
  374. # From: Joerg Jenderek
  375. # URL: http://fileformats.archiveteam.org/wiki/MIDI_Instrument_Definition_File
  376. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/i/idf.trid.xml
  377. # ftp://curscott.servebeer.com/Download/Apps/_Microsoft/
  378. # Visual%20Studio%206.0%20Professional%20MSDN/
  379. # SAMPLES/VC98/SDK/GRAPHICS/AUDIO/IDFEDIT/GLOBALS.H
  380. # Note: called "MIDI Instrument Definition File" by TrID
  381. >8 string IDF\ LIST \b, MIDI Instrument Definition File
  382. !:mime audio/x-idf
  383. !:ext idf
  384. # 3rd chunk size like: 254 284 286 670
  385. #>>0x10 ulelong x \b, 3th SIZE %u
  386. # for debugging purpose display next chunk like: MMAPhdr
  387. #>>0x14 string x \b, 4th "%-8.8s"
  388. #>>0x1C ulelong x \b, 4th SIZE 0x%x
  389. # probably MIDI instrument name like: "Universal-MIDI-Instrument" "instrument name" "General MIDI"
  390. >>0x30 string x "%s"
  391. # look for inst TAG
  392. >>0x31 search/256 inst by
  393. # probably manufacture name like: "Unspecified Company" "NVidia Corporation"
  394. >>>&0x24 string x "%s"
  395. # From: Joerg Jenderek
  396. # URL: https://en.wikipedia.org/wiki/Microsoft_Flight_Simulator
  397. # Reference: https://www.fsdeveloper.com/wiki/index.php?title=MDL_file_format_(FSX)
  398. # http://mark0.net/download/triddefs_xml.7z/defs/m/mdl-fs-gen.trid.xml
  399. # Note: called "Microsoft Flight Simulator 3D model (generic)" by TrID
  400. >8 string MDL
  401. >>12 string MDLH \b, Microsoft Flight Simulator 3D model
  402. #!:mime application/x-riff
  403. !:mime application/x-ms-mdl
  404. !:ext mdl
  405. #>>>8 string MDL8 \b, version 8?
  406. # AVI == Audio Video Interleave
  407. # Reference: http://fileformats.archiveteam.org/wiki/AVI
  408. >8 string AVI\040 \b, AVI
  409. # https://reposcope.com/mimetype/video/x-msvideo
  410. !:mime video/x-msvideo
  411. # https://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-registry.xml
  412. #!:mime video/vnd.avi
  413. !:ext avi/divx
  414. >>12 string LIST
  415. >>>20 string hdrlavih
  416. >>>>&36 lelong x \b, %u x
  417. >>>>&40 lelong x %u,
  418. >>>>&4 lelong >1000000 <1 fps,
  419. >>>>&4 lelong 1000000 1.00 fps,
  420. >>>>&4 lelong 500000 2.00 fps,
  421. >>>>&4 lelong 333333 3.00 fps,
  422. >>>>&4 lelong 250000 4.00 fps,
  423. >>>>&4 lelong 200000 5.00 fps,
  424. >>>>&4 lelong 166667 6.00 fps,
  425. >>>>&4 lelong 142857 7.00 fps,
  426. >>>>&4 lelong 125000 8.00 fps,
  427. >>>>&4 lelong 111111 9.00 fps,
  428. >>>>&4 lelong 100000 10.00 fps,
  429. # ]9.9,10.1[
  430. >>>>&4 lelong <101010
  431. >>>>>&-4 lelong >99010
  432. >>>>>>&-4 lelong !100000 ~10 fps,
  433. >>>>&4 lelong 83333 12.00 fps,
  434. # ]11.9,12.1[
  435. >>>>&4 lelong <84034
  436. >>>>>&-4 lelong >82645
  437. >>>>>>&-4 lelong !83333 ~12 fps,
  438. >>>>&4 lelong 66667 15.00 fps,
  439. # ]14.9,15.1[
  440. >>>>&4 lelong <67114
  441. >>>>>&-4 lelong >66225
  442. >>>>>>&-4 lelong !66667 ~15 fps,
  443. >>>>&4 lelong 50000 20.00 fps,
  444. >>>>&4 lelong 41708 23.98 fps,
  445. >>>>&4 lelong 41667 24.00 fps,
  446. # ]23.9,24.1[
  447. >>>>&4 lelong <41841
  448. >>>>>&-4 lelong >41494
  449. >>>>>>&-4 lelong !41708
  450. >>>>>>>&-4 lelong !41667 ~24 fps,
  451. >>>>&4 lelong 40000 25.00 fps,
  452. # ]24.9,25.1[
  453. >>>>&4 lelong <40161
  454. >>>>>&-4 lelong >39841
  455. >>>>>>&-4 lelong !40000 ~25 fps,
  456. >>>>&4 lelong 33367 29.97 fps,
  457. >>>>&4 lelong 33333 30.00 fps,
  458. # ]29.9,30.1[
  459. >>>>&4 lelong <33445
  460. >>>>>&-4 lelong >33223
  461. >>>>>>&-4 lelong !33367
  462. >>>>>>>&-4 lelong !33333 ~30 fps,
  463. >>>>&4 lelong <32224 >30 fps,
  464. ##>>>>&4 lelong x (%lu)
  465. ##>>>>&20 lelong x %lu frames,
  466. # Note: The tests below assume that the AVI has 1 or 2 streams,
  467. # "vids" optionally followed by "auds".
  468. # (Should cover 99.9% of all AVIs.)
  469. # assuming avih length = 56
  470. >>>88 string LIST
  471. >>>>96 string strlstrh
  472. >>>>>108 string vids video:
  473. >>>>>>&0 lelong 0 uncompressed
  474. # skip past vids strh
  475. >>>>>>(104.l+108) string strf
  476. >>>>>>>(104.l+132) lelong 1 RLE 8bpp
  477. >>>>>>>(104.l+132) string/c anim Intel RDX
  478. >>>>>>>(104.l+132) string/c aur2 AuraVision Aura 2
  479. >>>>>>>(104.l+132) string/c aura AuraVision Aura
  480. >>>>>>>(104.l+132) string/c bt20 Brooktree MediaStream
  481. >>>>>>>(104.l+132) string/c btcv Brooktree Composite Video
  482. >>>>>>>(104.l+132) string/c cc12 Intel YUV12
  483. >>>>>>>(104.l+132) string/c cdvc Canopus DV
  484. >>>>>>>(104.l+132) string/c cham Winnov Caviara Cham
  485. >>>>>>>(104.l+132) string/c cljr Proprietary YUV 4 pixels
  486. >>>>>>>(104.l+132) string/c cmyk Common Data Format in Printing
  487. >>>>>>>(104.l+132) string/c cpla Weitek 4:2:0 YUV Planar
  488. >>>>>>>(104.l+132) string/c cvid Cinepak
  489. >>>>>>>(104.l+132) string/c cwlt Microsoft Color WLT DIB
  490. >>>>>>>(104.l+132) string/c cyuv Creative Labs YUV
  491. >>>>>>>(104.l+132) string/c d261 H.261
  492. >>>>>>>(104.l+132) string/c d263 H.263
  493. >>>>>>>(104.l+132) string/c duck TrueMotion 1.0
  494. >>>>>>>(104.l+132) string/c dve2 DVE-2 Videoconferencing
  495. >>>>>>>(104.l+132) string/c fljp Field Encoded Motion JPEG
  496. >>>>>>>(104.l+132) string/c fvf1 Fractal Video Frame
  497. >>>>>>>(104.l+132) string/c gwlt Microsoft Greyscale WLT DIB
  498. >>>>>>>(104.l+132) string/c h260 H.260
  499. >>>>>>>(104.l+132) string/c h261 H.261
  500. >>>>>>>(104.l+132) string/c h262 H.262
  501. >>>>>>>(104.l+132) string/c h263 H.263
  502. >>>>>>>(104.l+132) string/c h264 H.264
  503. >>>>>>>(104.l+132) string/c h265 H.265
  504. >>>>>>>(104.l+132) string/c h266 H.266
  505. >>>>>>>(104.l+132) string/c h267 H.267
  506. >>>>>>>(104.l+132) string/c h268 H.268
  507. >>>>>>>(104.l+132) string/c h269 H.269
  508. >>>>>>>(104.l+132) string/c i263 Intel I.263
  509. >>>>>>>(104.l+132) string/c i420 Intel Indeo 4
  510. >>>>>>>(104.l+132) string/c ian Intel RDX
  511. >>>>>>>(104.l+132) string/c iclb CellB Videoconferencing Codec
  512. >>>>>>>(104.l+132) string/c ilvc Intel Layered Video
  513. >>>>>>>(104.l+132) string/c ilvr ITU-T H.263+
  514. >>>>>>>(104.l+132) string/c iraw Intel YUV Uncompressed
  515. >>>>>>>(104.l+132) string/c iv30 Intel Indeo 3
  516. >>>>>>>(104.l+132) string/c iv31 Intel Indeo 3.1
  517. >>>>>>>(104.l+132) string/c iv32 Intel Indeo 3.2
  518. >>>>>>>(104.l+132) string/c iv33 Intel Indeo 3.3
  519. >>>>>>>(104.l+132) string/c iv34 Intel Indeo 3.4
  520. >>>>>>>(104.l+132) string/c iv35 Intel Indeo 3.5
  521. >>>>>>>(104.l+132) string/c iv36 Intel Indeo 3.6
  522. >>>>>>>(104.l+132) string/c iv37 Intel Indeo 3.7
  523. >>>>>>>(104.l+132) string/c iv38 Intel Indeo 3.8
  524. >>>>>>>(104.l+132) string/c iv39 Intel Indeo 3.9
  525. >>>>>>>(104.l+132) string/c iv40 Intel Indeo 4.0
  526. >>>>>>>(104.l+132) string/c iv41 Intel Indeo 4.1
  527. >>>>>>>(104.l+132) string/c iv42 Intel Indeo 4.2
  528. >>>>>>>(104.l+132) string/c iv43 Intel Indeo 4.3
  529. >>>>>>>(104.l+132) string/c iv44 Intel Indeo 4.4
  530. >>>>>>>(104.l+132) string/c iv45 Intel Indeo 4.5
  531. >>>>>>>(104.l+132) string/c iv46 Intel Indeo 4.6
  532. >>>>>>>(104.l+132) string/c iv47 Intel Indeo 4.7
  533. >>>>>>>(104.l+132) string/c iv48 Intel Indeo 4.8
  534. >>>>>>>(104.l+132) string/c iv49 Intel Indeo 4.9
  535. >>>>>>>(104.l+132) string/c iv50 Intel Indeo 5.0
  536. >>>>>>>(104.l+132) string/c mpeg MPEG 1 Video Frame
  537. >>>>>>>(104.l+132) string/c mjpg Motion JPEG
  538. >>>>>>>(104.l+132) string/c mp42 Microsoft MPEG-4 v2
  539. >>>>>>>(104.l+132) string/c mp43 Microsoft MPEG-4 v3
  540. >>>>>>>(104.l+132) string/c mrca MR Codec
  541. >>>>>>>(104.l+132) string/c mrle Run Length Encoding
  542. >>>>>>>(104.l+132) string/c msvc Microsoft Video 1
  543. >>>>>>>(104.l+132) string/c phmo Photomotion
  544. >>>>>>>(104.l+132) string/c qpeq QPEG 1.1 Format Video
  545. >>>>>>>(104.l+132) string/c rgbt RGBT
  546. >>>>>>>(104.l+132) string/c rle4 Run Length Encoded 4
  547. >>>>>>>(104.l+132) string/c rle8 Run Length Encoded 8
  548. >>>>>>>(104.l+132) string/c rt21 Intel Indeo 2.1
  549. >>>>>>>(104.l+132) string/c rvx Intel RDX
  550. >>>>>>>(104.l+132) string/c sdcc Sun Digital Camera Codec
  551. >>>>>>>(104.l+132) string/c sfmc Crystal Net SFM Codec
  552. >>>>>>>(104.l+132) string/c smsc SMSC
  553. >>>>>>>(104.l+132) string/c smsd SMSD
  554. >>>>>>>(104.l+132) string/c splc Splash Studios ACM Audio Codec
  555. >>>>>>>(104.l+132) string/c sqz2 Microsoft VXtreme Video Codec
  556. >>>>>>>(104.l+132) string/c sv10 Sorenson Video R1
  557. >>>>>>>(104.l+132) string/c tlms TeraLogic Motion Intraframe Codec A
  558. >>>>>>>(104.l+132) string/c tlst TeraLogic Motion Intraframe Codec B
  559. >>>>>>>(104.l+132) string/c tm20 TrueMotion 2.0
  560. >>>>>>>(104.l+132) string/c tmic TeraLogic Motion Intraframe Codec 2
  561. >>>>>>>(104.l+132) string/c tmot TrueMotion Video Compression
  562. >>>>>>>(104.l+132) string/c tr20 TrueMotion RT 2.0
  563. >>>>>>>(104.l+132) string/c ulti Ultimotion
  564. >>>>>>>(104.l+132) string/c uyvy UYVY 4:2:2 byte ordering
  565. >>>>>>>(104.l+132) string/c v422 24-bit YUV 4:2:2 format
  566. >>>>>>>(104.l+132) string/c v655 16-bit YUV 4:2:2 format
  567. >>>>>>>(104.l+132) string/c vcr1 ATI VCR 1.0
  568. >>>>>>>(104.l+132) string/c vcr2 ATI VCR 2.0
  569. >>>>>>>(104.l+132) string/c vcr3 ATI VCR 3.0
  570. >>>>>>>(104.l+132) string/c vcr4 ATI VCR 4.0
  571. >>>>>>>(104.l+132) string/c vcr5 ATI VCR 5.0
  572. >>>>>>>(104.l+132) string/c vcr6 ATI VCR 6.0
  573. >>>>>>>(104.l+132) string/c vcr7 ATI VCR 7.0
  574. >>>>>>>(104.l+132) string/c vcr8 ATI VCR 8.0
  575. >>>>>>>(104.l+132) string/c vcr9 ATI VCR 9.0
  576. >>>>>>>(104.l+132) string/c vdct Video Maker Pro DIB
  577. >>>>>>>(104.l+132) string/c vids YUV 4:2:2 CCIR 601 for V422
  578. >>>>>>>(104.l+132) string/c vivo Vivo H.263
  579. >>>>>>>(104.l+132) string/c vixl VIXL
  580. >>>>>>>(104.l+132) string/c vlv1 VLCAP.DRV
  581. >>>>>>>(104.l+132) string/c wbvc W9960
  582. >>>>>>>(104.l+132) string/c x263 mmioFOURCC('X','2','6','3')
  583. >>>>>>>(104.l+132) string/c xlv0 XL Video Decoder
  584. >>>>>>>(104.l+132) string/c y211 YUV 2:1:1 Packed
  585. >>>>>>>(104.l+132) string/c y411 YUV 4:1:1 Packed
  586. >>>>>>>(104.l+132) string/c y41b YUV 4:1:1 Planar
  587. >>>>>>>(104.l+132) string/c y41p PC1 4:1:1
  588. >>>>>>>(104.l+132) string/c y41t PC1 4:1:1 with transparency
  589. >>>>>>>(104.l+132) string/c y42b YUV 4:2:2 Planar
  590. >>>>>>>(104.l+132) string/c y42t PC1 4:2:2 with transparency
  591. >>>>>>>(104.l+132) string/c yc12 Intel YUV12 Codec
  592. >>>>>>>(104.l+132) string/c yuv8 Winnov Caviar YUV8
  593. >>>>>>>(104.l+132) string/c yuv9 YUV9
  594. >>>>>>>(104.l+132) string/c yuy2 YUY2 4:2:2 byte ordering packed
  595. >>>>>>>(104.l+132) string/c yuyv BI_YUYV, Canopus
  596. >>>>>>>(104.l+132) string/c fmp4 FFMpeg MPEG-4
  597. >>>>>>>(104.l+132) string/c div3 DivX 3
  598. >>>>>>>>112 string/c div3 Low-Motion
  599. >>>>>>>>112 string/c div4 Fast-Motion
  600. >>>>>>>(104.l+132) string/c divx DivX 4
  601. >>>>>>>(104.l+132) string/c dx50 DivX 5
  602. >>>>>>>(104.l+132) string/c xvid XviD
  603. >>>>>>>(104.l+132) string/c h264 H.264
  604. >>>>>>>(104.l+132) string/c wmv3 Windows Media Video 9
  605. >>>>>>>(104.l+132) string/c h264 X.264 or H.264
  606. >>>>>>>(104.l+132) lelong 0
  607. ##>>>>>>>(104.l+132) string x (%.4s)
  608. # skip past first (video) LIST
  609. >>>>(92.l+96) string LIST
  610. >>>>>(92.l+104) string strlstrh
  611. >>>>>>(92.l+116) string auds \b, audio:
  612. # auds strh length = 56:
  613. >>>>>>>(92.l+172) string strf
  614. >>>>>>>>(92.l+180) leshort 0x0001 uncompressed PCM
  615. >>>>>>>>(92.l+180) leshort 0x0002 ADPCM
  616. >>>>>>>>(92.l+180) leshort 0x0006 aLaw
  617. >>>>>>>>(92.l+180) leshort 0x0007 uLaw
  618. >>>>>>>>(92.l+180) leshort 0x0050 MPEG-1 Layer 1 or 2
  619. >>>>>>>>(92.l+180) leshort 0x0055 MPEG-1 Layer 3
  620. >>>>>>>>(92.l+180) leshort 0x2000 Dolby AC3
  621. >>>>>>>>(92.l+180) leshort 0x0161 DivX
  622. ##>>>>>>>>(92.l+180) leshort x (%#.4x)
  623. >>>>>>>>(92.l+182) leshort 1 (mono,
  624. >>>>>>>>(92.l+182) leshort 2 (stereo,
  625. >>>>>>>>(92.l+182) leshort >2 (%d channels,
  626. >>>>>>>>(92.l+184) lelong x %d Hz)
  627. # auds strh length = 64:
  628. >>>>>>>(92.l+180) string strf
  629. >>>>>>>>(92.l+188) leshort 0x0001 uncompressed PCM
  630. >>>>>>>>(92.l+188) leshort 0x0002 ADPCM
  631. >>>>>>>>(92.l+188) leshort 0x0055 MPEG-1 Layer 3
  632. >>>>>>>>(92.l+188) leshort 0x2000 Dolby AC3
  633. >>>>>>>>(92.l+188) leshort 0x0161 DivX
  634. ##>>>>>>>>(92.l+188) leshort x (%#.4x)
  635. >>>>>>>>(92.l+190) leshort 1 (mono,
  636. >>>>>>>>(92.l+190) leshort 2 (stereo,
  637. >>>>>>>>(92.l+190) leshort >2 (%d channels,
  638. >>>>>>>>(92.l+192) lelong x %d Hz)
  639. # From: Joerg Jenderek
  640. # URL: http://fileformats.archiveteam.org/wiki/VDR_(VirtualDub)
  641. # Reference: http://sourceforge.net/projects/virtualdub/files/virtualdub-win/
  642. # 1.10.4.35491/VirtualDub-1.10.4-src.7z/src/vdremote/Main.cpp
  643. # VirtualDub link handler
  644. >8 string VDRM \b, VirtualDub link
  645. !:mime video/x-vdr
  646. !:ext vdr
  647. >>12 string PATH \b, PATH
  648. # remote-path to video file
  649. >>16 pstring/l x %s
  650. # Animated Cursor format
  651. # Update: Joerg Jenderek
  652. # URL: http://fileformats.archiveteam.org/wiki/Windows_Animated_Cursor
  653. # Reference: https://www.gdgsoft.com/anituner/help/aniformat.htm
  654. >8 string ACON \b, animated cursor
  655. !:mime application/x-navi-animation
  656. # http://extension.nirsoft.net/ani
  657. #!:mime image/ani
  658. !:ext ani
  659. # INAM tag followed by length of title
  660. >>24 string INAM
  661. >>>28 pstring/l x "%s"
  662. # IART tag followed by length of author
  663. >>>(28.l+32) ubelong 0x49415254
  664. >>>>&0 pstring/l x %s
  665. # SoundFont 2 <mpruett@sgi.com>
  666. # URL: http://fileformats.archiveteam.org/wiki/SoundFont_2.0
  667. >8 string sfbk \b, SoundFont/Bank
  668. !:mime audio/x-sfbk
  669. !:ext sf2
  670. # MPEG-1 wrapped in a RIFF, apparently
  671. # URL: http://file.fyicenter.com/17_Video_.DAT_File_Extension_for_VCD_Files.html
  672. >8 string CDXA \b, wrapped MPEG-1 (CDXA)
  673. !:mime video/x-cdxa
  674. !:ext mpg/dat
  675. # URL: http://fileformats.archiveteam.org/wiki/4X_IMA_ADPCM
  676. >8 string 4XMV \b, 4X Movie file
  677. !:mime video/x-4xmv
  678. !:ext 4xm/4xa
  679. # AMV-type AVI file: https://wiki.multimedia.cx/index.php?title=AMV
  680. >8 string AMV\040 \b, AMV
  681. # http://fileformats.archiveteam.org/wiki/MTV_Video_(.AMV)
  682. !:mime video/x-amv
  683. !:ext amv
  684. #!:ext amv/mtv
  685. # URL: http://fileformats.archiveteam.org/wiki/WebP
  686. >8 string WEBP \b, Web/P image
  687. !:mime image/webp
  688. !:ext webp
  689. >>12 use riff-walk
  690. # From: Joerg Jenderek
  691. # URL: http://fileformats.archiveteam.org/wiki/RIFF_MIDS
  692. >8 string MIDS \b, MIDI Stream
  693. !:mime audio/x-mids
  694. !:ext mds
  695. # From: Joerg Jenderek
  696. # URL: http://mark0.net/soft-trid-e.html
  697. # Reference: http://fileformats.archiveteam.org/wiki/Trd_(TRID)
  698. >8 string TRID \b, TrID defs package
  699. !:mime application/x-trid-trd
  700. !:ext trd
  701. # From: Joerg Jenderek
  702. # URL: http://fileformats.archiveteam.org/wiki/Easy_CD_Creator
  703. # https://en.wikipedia.org/wiki/Roxio
  704. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/i/img-cif.trid.xml
  705. # Note: called "Easy CD Creator disk image" by TrID,
  706. # "Adaptec CD Image File" by Adaptec CD Creator 2.1.082 1995-1996 and
  707. # "Easy CD/DVD Creator image" by PowerISO 8.5
  708. >8 string imag \b, Easy CD Creator disk image
  709. #!:mime application/octet-stream
  710. #!:mime application/x-riff
  711. !:mime application/x-corel-cif
  712. !:ext cif
  713. # contains also 2 strings disc info
  714. # look for ISO 9660 CD-ROM tag handled by ./filesystems
  715. >>32769 search/4565/s CD001 \b; with
  716. >>>&-32769 use cdrom
  717. # From: Joerg Jenderek
  718. # URL: https://en.wikipedia.org/wiki/CorelDRAW
  719. # Reference: http://fileformats.archiveteam.org/wiki/CorelDRAW
  720. # Note: Since version 3 CorelDraw Pictures are RIFF based
  721. # but data chunks remain proprietary.
  722. # Since version 14 til 15 packed as "content/riffData.cdr" and
  723. # since 16 "content/root.dat" in ZIP container
  724. # TODO: distinguish templates with version 12.5 from Designer illustration 12
  725. # display information of RIFF based Corel Draw pictures, templates and patterns
  726. 0 name corel-draw
  727. # display second chunk for debugging
  728. #>8 string x \b, [8]=%.8s
  729. >0 string x \b, Corel Draw
  730. #!:mime image/x-coreldraw
  731. !:mime application/vnd.corel-draw
  732. # used by newer pictures templates
  733. >>8 string CDT
  734. # used by templates with newer versions since 16
  735. >>>12 string =fver Picture template (root.dat)
  736. !:ext dat
  737. # used by templates with older versions with vrsn tag
  738. >>>12 string !fver
  739. # used by templates with older versions 14-15
  740. >>>>11 string >E Picture template (riffData.cdr)
  741. !:ext cdr
  742. # used by templates with older versions 11-13
  743. >>>>11 string <F Picture template
  744. !:ext cdt/cdrt
  745. # used by older templates with version 4.4
  746. >>8 string CDST Picture template
  747. !:ext cdt
  748. # used by templates with version 12.5
  749. >>8 string DESC Picture template
  750. !:ext cdt
  751. # used by newer patterns with version 22
  752. >>8 string PAT Pattern
  753. !:ext dat
  754. # remaining older templates, patterns, drawings
  755. >>8 default x
  756. # pattern with old version 4.y
  757. >>>26 ulelong =0x0000206C Pattern
  758. !:ext pat
  759. # pattern with newer versions
  760. >>>26 ulelong =0x00000D2C Pattern
  761. !:ext pat
  762. # remaining older templates or pictures
  763. >>>26 default x
  764. # used by older versions 5 - 15
  765. >>>>12 string =vrsn
  766. # 4th chunk size unequal 282Ch only found for CDR
  767. >>>>>26 ulelong !0x0000282c Picture
  768. !:ext cdr
  769. >>>>>26 default x Picture or template
  770. !:ext cdr/cdt
  771. # used by newer versions since 16
  772. >>>>12 string =fver Picture (root.dat)
  773. !:ext dat
  774. # version marked by 1 ASCII char: space~3, ... , F~15, ... , N~22, ... R~22 template
  775. >11 string x \b, version
  776. >11 string >\040 '%-.1s'
  777. >0 use corel-version
  778. >4 ulelong+8 x \b, %u bytes
  779. #
  780. # display numeric version of RIFF based Corel after 3rd RIFF tag
  781. 0 name corel-version
  782. # for debugging purpose; vrsn for short content; fver for 16 byte size
  783. #>12 string x \b, TAG "%-4.4s"
  784. # 1st data chunk length 2 implies short content version
  785. >16 ulelong 2
  786. # vrsn chunk short content interpreted by MajorVersion * 100 + MinorVersion
  787. >>20 uleshort/100 x %u
  788. >>20 uleshort%100 >0 \b.%u
  789. # for debugging purpose display next chunk like: DISP LIST
  790. #>>22 string x \b, 4th "%-4.4s"
  791. #>>26 ulelong x \b, 4th SIZE %#x
  792. # for debugging purpose display 5th chunk like: LIST DISP ccmm osfp
  793. #>>(26.l+30) string x \b, 5th "%-4.4s"
  794. # 1st data chunk length 10h implies 16 byte content with version info
  795. >16 ulelong 0x10
  796. >>34 ubyte x %u
  797. >>>33 ubyte >0 \b.%u
  798. # display information of RIFF based Corel Design formats
  799. 0 name corel-des
  800. # display second chunk for debugging
  801. #>8 string x \b, [8]=%.8s
  802. >12 string x \b, Corel DESIGNER
  803. !:mime image/x-corel-des
  804. #!:mime application/x-vnd.corel.designer.document
  805. # used by Corel Designer with newer versions since 16
  806. >12 string =fver graphics (root.dat)
  807. !:ext dat
  808. # used by Corel Designer templates with older versions with vrsn tag
  809. >12 string !fver
  810. # used by Corel Designer with versions 14-15
  811. >>11 string >D graphics (riffData.cdr)
  812. !:ext cdr
  813. # used by Corel Designer with versions 10-12
  814. >>11 string <E graphics
  815. !:ext des
  816. # version indicated by last ASCII char of second chunk tag
  817. >11 string x \b, version '%-.1s'
  818. # but vrsn short content is not always version indicator
  819. # exceptions: 'A'~11.4 'B'~12 'C'~12.5
  820. >11 string >D
  821. >>0 use corel-version
  822. # for debugging purpose display next chunk like: DISP LIST
  823. #>>22 string x \b, 4th "%-4.4s"
  824. #>>26 ulelong x \b, 4th SIZE %#x
  825. # for debugging purpose display 5th chunk like: LIST osfp
  826. #>>(26.l+30) string x \b, 5th "%-4.4s"
  827. >4 ulelong+8 x \b, %u bytes
  828. #
  829. # XXX - some of the below may only appear in little-endian form.
  830. #
  831. # Also "MV93" appears to be for one form of Macromedia Director
  832. # files, and "GDMF" appears to be another multimedia format.
  833. #
  834. 0 string RIFX RIFF (big-endian) data
  835. # RIFF Palette format
  836. >8 string PAL \b, palette
  837. >>16 beshort x \b, version %d
  838. >>18 beshort x \b, %d entries
  839. # RIFF Device Independent Bitmap format
  840. >8 string RDIB \b, device-independent bitmap
  841. >>16 string BM
  842. >>>30 beshort 12 \b, OS/2 1.x format
  843. >>>>34 beshort x \b, %d x
  844. >>>>36 beshort x %d
  845. >>>30 beshort 64 \b, OS/2 2.x format
  846. >>>>34 beshort x \b, %d x
  847. >>>>36 beshort x %d
  848. >>>30 beshort 40 \b, Windows 3.x format
  849. >>>>34 belong x \b, %d x
  850. >>>>38 belong x %d x
  851. >>>>44 beshort x %d
  852. # RIFF MIDI format
  853. >8 string RMID \b, MIDI
  854. # RIFF Multimedia Movie File format
  855. >8 string RMMP \b, multimedia movie
  856. # Microsoft WAVE format (*.wav)
  857. >8 string WAVE \b, WAVE audio
  858. >>20 leshort 1 \b, Microsoft PCM
  859. >>>34 leshort >0 \b, %d bit
  860. >>22 beshort =1 \b, mono
  861. >>22 beshort =2 \b, stereo
  862. >>22 beshort >2 \b, %d channels
  863. >>24 belong >0 %d Hz
  864. # Corel Draw Picture big endian not tested by real examples
  865. #>8 string CDRA \b, Corel Draw Picture
  866. #>8 string CDR6 \b, Corel Draw Picture, version 6
  867. >8 string CDR
  868. >>0 use \^corel-draw
  869. # AVI == Audio Video Interleave
  870. >8 string AVI\040 \b, AVI
  871. # Animated Cursor format
  872. >8 string ACON \b, animated cursor
  873. # Notation Interchange File Format (big-endian only)
  874. >8 string NIFF \b, Notation Interchange File Format
  875. # SoundFont 2 <mpruett@sgi.com>
  876. >8 string sfbk SoundFont/Bank
  877. #------------------------------------------------------------------------------
  878. # Sony Wave64
  879. # see http://www.vcs.de/fileadmin/user_upload/MBS/PDF/Whitepaper/Informations_about_Sony_Wave64.pdf
  880. # 128 bit RIFF-GUID { 66666972-912E-11CF-A5D6-28DB04C10000 } in little-endian
  881. 0 string riff\x2E\x91\xCF\x11\xA5\xD6\x28\xDB\x04\xC1\x00\x00 Sony Wave64 RIFF data
  882. # 128 bit + total file size (64 bits) so 24 bytes
  883. # then WAVE-GUID { 65766177-ACF3-11D3-8CD1-00C04F8EDB8A }
  884. >24 string wave\xF3\xAC\xD3\x11\x8C\xD1\x00\xC0\x4F\x8E\xDB\x8A \b, WAVE 64 audio
  885. !:mime audio/x-w64
  886. # FMT-GUID { 20746D66-ACF3-11D3-8CD1-00C04F8EDB8A }
  887. >>40 search/256 fmt\x20\xF3\xAC\xD3\x11\x8C\xD1\x00\xC0\x4F\x8E\xDB\x8A \b
  888. >>>&10 leshort =1 \b, mono
  889. >>>&10 leshort =2 \b, stereo
  890. >>>&10 leshort >2 \b, %d channels
  891. >>>&12 lelong >0 %d Hz
  892. #------------------------------------------------------------------------------
  893. # MBWF/RF64
  894. # see EBU TECH 3306 https://tech.ebu.ch/docs/tech/tech3306-2009.pdf
  895. 0 string RF64\xff\xff\xff\xffWAVEds64 MBWF/RF64 audio
  896. !:mime audio/x-wav
  897. >40 search/256 fmt\x20 \b
  898. >>&6 leshort =1 \b, mono
  899. >>&6 leshort =2 \b, stereo
  900. >>&6 leshort >2 \b, %d channels
  901. >>&8 lelong >0 %d Hz