Phtcache.bin: Difference between revisions
Matyapiro31 (talk | contribs) find myself mistaken but not resolve it. |
No edit summary |
||
Line 2: | Line 2: | ||
00000-00007: Header 1UJQ00_1 | 00000-00007: Header 1UJQ00_1 | ||
00008-0000B: Number of pictures plus 1 (why?) | 00008-0000B: Number of pictures plus 1 (why?) | ||
0000C-00011: Unknown value | 0000C-00011: Unknown static value : B8-0B-01-00-00-00 | ||
00012-00013: Total number of photos (excluding 2D dups) | 00012-00013: Total number of photos (excluding 2D dups) | ||
00014-00017: Appears to be file size. It's only 32 bits = 4GB max. A few hundred K | 00014-00017: Appears to be file size. It's only 32 bits = 4GB max. A few hundred K | ||
Line 13: | Line 13: | ||
( I have no clue, all these notes were probably worthless) | ( I have no clue, all these notes were probably worthless) | ||
From 0x0018, one block per picture. Each block is | From 0x0018, one block per picture. Each block is 0x152 bytes long and formatted as such: | ||
00000-00003: Preferred image file format. Should be MPO\x00 or | 00000-00003: Preferred image file format. Should be MPO\x00, JPG\x00 or AVI\x00. | ||
00004-0000B: Name of image | 00004-0000B: Name of image | ||
0000C-00013: Subfolder of image | 0000C-00013: Subfolder of image | ||
Line 45: | Line 44: | ||
|- | |- | ||
| Unknown | | Unknown | ||
| | | 0x06 | ||
| seems to be static? | | seems to be static? | ||
|- | |- | ||
| Total number of photos | | Total number of photos | ||
| | | 0x02 | ||
| excluding 2D dups | | excluding 2D dups | ||
|- | |- | ||
| Unknown | | Unknown | ||
| | | 0x06 | ||
| File size? | | File size? | ||
|- | |- | ||
| Pictures Property | | Pictures Property | ||
| | | 0x152 * Number of Pictures | ||
| Index refereed by 3DS Camera | | Index refereed by 3DS Camera | ||
|- | |- | ||
Line 74: | Line 73: | ||
|- | |- | ||
|} | |} | ||