Find videos taken from Sony Camera

Started by somy, July 15, 2019, 10:52:10 AM

Previous topic - Next topic

somy

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

Hayo Baan

Run the exiftool command with -s, that will tell you the "true" tag name instead of its description.
Hayo Baan – Photography
Web: www.hayobaan.nl

StarGeek

* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).

somy

Thank you both! The tag is called DeviceModelName :)