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

"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

somy

Thank you both! The tag is called DeviceModelName :)