Skip to main content
Participant
January 27, 2024
Question

How can I keep metadata when exportin from RAW to JPG?

  • January 27, 2024
  • 2 replies
  • 281 views

Hi guys,

I am struggling with keeping date and time when exportin from raw to jpg. Basiclly I took photo on my Sony camera - in Adobe Bride i can see all the information but when i export to jpg, even though i have all metadata checked, I see in finder on my mac time and date of when i exported the jpg, not when i took the raw photo. If i go to Picture viewer app - tools - show inspector - exif - The informations are there, but somehow hiden inside of the file - not usable for me. 

Even if I air drop the jpg to my iphone there is time and date of the export, not the when the photo was taken.

I couldnt find help anywhere, what would you recommend to me ?

This topic has been closed for replies.

2 replies

Legend
January 30, 2024

Image files can contain multiple times. File system creation/modification and when the image was taken. Changing file creation date can mess with backup software, if you use (say) Time Machine.

Stephen Marsh
Community Expert
Community Expert
January 27, 2024

For derivative images The file system date and time created is different to the original images. Is that right and you want them the same?

Participant
January 27, 2024

Yess. There is time of when jpg was created/exported.

Stephen Marsh
Community Expert
Community Expert
January 30, 2024

I only know of using ExifTool to modify this data, however, any tool designed to modify file information could probably do the same.

 

To set the file created and file modified date to the original date/time of capture –

 

Windows:

exiftool "-filecreatedate<datetimeoriginal" "-filemodifydate<datetimeoriginal" "C:\Path to file or folder"

 

Mac:

exiftool '-filecreatedate<datetimeoriginal' '-filemodifydate<datetimeoriginal' 'Path to file or folder'

 

Good luck!