Author Topic: Need help with an AVI  (Read 10930 times)

JimmyW

  • Newbie
  • *
  • Posts: 2
Need help with an AVI
« on: September 26, 2007, 06:53:20 PM »
I just gave TrID a try, and it promises to be quite useful!  I'm stumped, however, on one file.  Its extension is AVI, and it plays fine in any common viewer.  The header is not a standard AVI signature, and I've been unable to find the file type that matches the signature.  The first eight bytes are 0x96924E52A5CCC90F.  Thanks.

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2743
    • Mark0's Home Page
Re: Need help with an AVI
« Reply #1 on: September 26, 2007, 07:15:06 PM »
Hi!

It's surely isn't an AVI file, but probably common enough to be recognized and played anyway.
Maybe you can post a bigger dump using MiniDumper, and also try to se what GSpot think of that file.
In addition to that, if the file is playable by VLC, it can surely provide some info about the kind of stream it's playing.

Thanks for the feedback,
Bye!

JimmyW

  • Newbie
  • *
  • Posts: 2
Re: Need help with an AVI
« Reply #2 on: September 27, 2007, 06:47:28 PM »
Thanks very much for the suggestions.  GSpot and VLC report that the CODEC is MPEG-1.  The header isn't standard for an MPEG.  The first 256 bytes are as follows:

Code: [Select]
Offset      0  1  2  3  4  5  6  7   8  9 10 11 12 13 14 15

00000000   96 92 4E 52 A5 CC C9 0F  35 A9 19 37 29 93 39 C9   ??NR??? 5? 7)?9?
00000016   1F 95 28 78 FE C0 09 40  A6 77 9C 38 0B D4 40 0D    ?(x?? @?w?8 ?@
00000032   6C 10 A8 6C 40 0D B3 E0  89 7F 00 64 63 E0 0F 9A   l ?l@ ??? dc? ?
00000048   E5 4F 80 FF C7 18 86 B7  9E 8A 07 82 4F 52 6F 16   ?O??? ???? ?ORo
00000064   55 82 58 19 9F 56 29 8B  5D 36 79 ED 89 9F 28 51   U?X ?V)?]6y?(Q
00000080   66 02 E7 48 03 2A 52 FF  09 8C 67 49 83 53 89 53   f ?H *R? ?gI?S?S
00000096   B3 85 3A 11 87 12 C9 B8  0F D8 15 68 0C 1A 97 11   ??: ? ? ? h  ?
00000112   3A A1 14 5A A1 51 00 01  0F 30 09 D7 22 0B 33 30   :? Z?Q   0 ?" 30
00000128   00 34 32 09 C1 E7 03 09  69 37 31 D0 00 EF E8 86    42 ??  i71? ???
00000144   DB F7 A2 55 40 06 34 90  08 5F D0 03 B1 66 A3 36   ???U@ 4? _? ?f?6
00000160   5A 05 40 F0 08 B5 A0 0B  37 20 02 76 B0 99 69 28   Z @? ?  7  v??i(
00000176   74 6A 18 46 D3 40 AC EB  D3 00 AA 00 00 0D 00 30   tj F?@??? ?    0
00000192   DA A2 87 78 D1 87 42 32  A5 8E 51 A5 57 DA 19 D5   ??x?B2??Q?W? ?
00000208   F6 88 FD 69 92 91 21 67  B7 C9 18 73 10 9C 15 14   ???i??!g?? s ? 
00000224   82 A6 31 4F 96 35 4F 9D  03 B0 28 21 67 A8 F8 24   ??1O?5O? ?(!g??$
00000240   6E CA 9C 71 FA 2E D1 09  50 0A 18 05 D8 99 02 B3   n?q?.? P   ? ?
« Last Edit: September 27, 2007, 06:52:22 PM by Mark0 »

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2743
    • Mark0's Home Page
Re: Need help with an AVI
« Reply #3 on: September 28, 2007, 12:26:06 AM »
Thanks for the additional infos!