Phantom_E
10th January 2009, 05:56
I have some old .AVI video clips that a friend took for me years ago.
The last time I played them I was running Windows NT. The file date is 4/2003, but may be older.
Binary edit of the file shows data organized in blocks with text in the block headers referencing Quicktime and JPEG decompresion.
There seems to be a valid jpeg type 4cc code of JFIF at offset x'0ADD' not the offset x'00BC' where something like AVIC.exe wants to put the codec type.
GSpot will not recognize this file either.
Here is the first 16 bytes if it helps.
The .MOV files I have seem to have 'skip' where the BOBO is.
This one has a .AVI extension, but other avi files seem to start with 'RIFF'.
06 07 AC 00 42 4F 42 4F 06 07 AC 00 00 00 00 00 ....BOBO........
Any ideas on what might use to read this file?
Despite the header comment I think it used to play in WMP. :confused:
TIA
The last time I played them I was running Windows NT. The file date is 4/2003, but may be older.
Binary edit of the file shows data organized in blocks with text in the block headers referencing Quicktime and JPEG decompresion.
There seems to be a valid jpeg type 4cc code of JFIF at offset x'0ADD' not the offset x'00BC' where something like AVIC.exe wants to put the codec type.
GSpot will not recognize this file either.
Here is the first 16 bytes if it helps.
The .MOV files I have seem to have 'skip' where the BOBO is.
This one has a .AVI extension, but other avi files seem to start with 'RIFF'.
06 07 AC 00 42 4F 42 4F 06 07 AC 00 00 00 00 00 ....BOBO........
Any ideas on what might use to read this file?
Despite the header comment I think it used to play in WMP. :confused:
TIA