Hi.
When I copy exif all good, exept RAW
in first file
00 00 00 18 66 74 79 70 6D 70 34 32 00 00 00 00 6D 70 34 32 6D 70 34 31 00 00 2A 5A 6D 6F 6F 76 00 00 00 6C 6D 76 68 64 00 00 00 00 DF B7 C2 D0 DF B7 C2 D0 00 01 5F 90 00 1B F3 00 00 01 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
in second
00 00 00 18 66 74 79 70 6D 70 34 32 00 00 00 00 6D 70 34 32 6D 70 34 31 00 00 2A E1 6D 6F 6F 76 00 00 00 6C 6D 76 68 64 00 00 00 00 DF B7 C2 D0 DF B7 C2 D0 00 01 5F 90 00 1B F3 00 00 01 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
all match, exept 1
00 00 00 18 66 74 79 70 6D 70 34 32 00 00 00 00 6D 70 34 32 6D 70 34 31 00 00 2A 5A
00 00 00 18 66 74 79 70 6D 70 34 32 00 00 00 00 6D 70 34 32 6D 70 34 31 00 00 2A E1
how i can copy this data correctly?
also, how i could copy only raw data?
Look at the file using exiftool -htmldump to see what is going on.
- Phil
you mean file that i copy, or file where i copy?
when i use this command
exiftool -htmldump
i get info about how it work
Redirect the output from the -htmlDump option (https://exiftool.org/exiftool_pod.html#htmlDump-OFFSET) into a file and load that file into a browser
exiftool -htmlDump file.jpg >file.html
Then you will be able to look at each part of the file like this
(https://i.imgur.com/2A3tEr8.gif)
But I'm guessing that your question can be answered by FAQ #13 (https://exiftool.org/faq.html#Q13).
thanks
maybe you know how to add junk data to a file so that it can be played on the player, but the file size has increased?