Files
photoprism/internal/meta/testdata
Michael Mayer c819e9159c Metadata: Fix time zone for MP4 videos #1388
As it turned out, the exiftool -api QuickTimeUTC parameter converts
CreateDate to local time using the server's time zone. This doesn't
help as it's technically still a local time and not UTC. Had to
implement this manually in our Exiftool JSON parser for MP4 videos only.
2021-07-13 17:56:26 +02:00
..
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-01-19 13:27:15 +01:00
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-09-21 17:40:58 -04:00
2020-10-27 09:30:20 +01:00
2020-10-27 09:30:20 +01:00
2020-09-21 17:40:58 -04:00

Metadata Test Files

You may use ImageMagick to create smaller versions of images to be stored in this repository:

convert original.JPG -resize 500 small.JPG

JSON sidecar files for testing can be created with exiftool:

exiftool -j example.jpg > example.json