Hi,
I'm try to write a little script to fix the timestamps of my video files taken from Sony A7R2 camera (basically fix the GMT with local time to make LR happy).
When I run the following
exiftool -G GVOF2879.MP4
I can see there is a tag showing the camera model:
[XML] Device Manufacturer : Sony
[XML] Device Model Name : ILCE-7RM2
But I couldn't seem to read the value from the tag, I have tried -Model, -"Device Model Name" without luck. Any suggestion?
Thanks in advance
Run the exiftool command with -s, that will tell you the "true" tag name instead of its description.
For more details, see FAQ #2 (https://exiftool.org/faq.html#Q2).
Thank you both! The tag is called DeviceModelName :)