Now I'm trying to recover my tv recordings (rec files from PVR). They are mpeg2 ts streams with Topfield header. I made a signature file, but Photorec recognizes the video and as a result the header and ts parts get separated.
The header begins with "TFrc". It contains the recording date, the program name and some other data. The ts stream begins after the header at 0xE80.
Here's the beginning of the header:
Code: Select all
00000000 54 46 72 63 50 00 00 00 00 03 00 00 00 00 00 00 |TFrcP...........|
00000010 04 30 00 11 01 00 02 00 02 00 82 8b 54 56 31 00 |.0..........TV1.|
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000030 00 00 00 00 00 04 2e 50 1a f4 00 01 a5 09 03 00 |.......P........|
00000040 80 00 00 32 00 00 00 f2 d5 55 06 0f d5 55 07 05 |...2.....U...U..|
00000050 04 11 00 05 53 79 64 e4 6e 20 70 61 69 6b 61 6c |....Syd.n paikal|
00000060 6c 61 61 6e 05 54 6f 73 69 20 6b 79 73 79 6d 79 |laan.Tosi kysymy|
00000070 6b 73 65 73 73 e4 2e 20 41 6e 6e 61 6e 20 76 61 |ksess.. Annan va|
00000080 75 76 61 6c 6c 61 20 74 6f 64 65 74 61 61 6e 20 |uvalla todetaan |
Or better still, is it possible to bring the hfs+ partition back with Testdisk?
-sam