ExifTool Forum

ExifTool => Newbies => Topic started by: somy on July 15, 2019, 10:52:10 AM

Title: Find videos taken from Sony Camera
Post by: somy on July 15, 2019, 10:52:10 AM
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
Title: Re: Find videos taken from Sony Camera
Post by: Hayo Baan on July 15, 2019, 10:55:32 AM
Run the exiftool command with -s, that will tell you the "true" tag name instead of its description.
Title: Re: Find videos taken from Sony Camera
Post by: StarGeek on July 15, 2019, 10:56:30 AM
For more details, see FAQ #2 (https://exiftool.org/faq.html#Q2).
Title: Re: Find videos taken from Sony Camera
Post by: somy on July 16, 2019, 03:32:06 AM
Thank you both! The tag is called DeviceModelName :)