ExifTool Forum

ExifTool => Newbies => Topic started by: am3ncorn3r on May 08, 2018, 08:32:39 PM

Title: Batch copy all exif data from JPG to DNG for multiple images
Post by: am3ncorn3r on May 08, 2018, 08:32:39 PM
Is this possible? I have about 30 or so images I need to copy all the exif data from the JPG's to the DNG files. When doing this on my Mac I can copy the entire string exiftool -tagsfromfile Image01.jpg image02.dng then run and then paste this string in the next line but its tedious to have to click and delete each image number to go copy the next image. I was hoping for a way to tell exiftool to look in the folder then copy all exif data from the jpg images and paste it on the cooresponding DNG images.
Title: Re: Batch copy all exif data from JPG to DNG for multiple images
Post by: StarGeek on May 08, 2018, 10:49:10 PM
What are the names of the files.  If you're trying to copy from Image01.jpg to image02.dng (different numbers), then that would be hard.  If it's from Image01.jpg to image01.dng, then that's much easier.  Something like this copying example (https://exiftool.org/exiftool_pod.html#exiftool--tagsfromfile-d-f.CR2--r--ext-JPG-dir).

exiftool -ext dng -tagsfromfile %d%f.jpg /path/to/target/files/
Title: Re: Batch copy all exif data from JPG to DNG for multiple images
Post by: am3ncorn3r on May 09, 2018, 07:39:06 AM
Yes sorry it would be image01.jpg to image01.dng and so forth down the line.
Title: Re: Batch copy all exif data from JPG to DNG for multiple images
Post by: popotato on July 29, 2018, 05:35:46 PM
Following this guide i have successfully copied the exif data from .mov to .mp4 files on my mac, but how do I copy the location and camera information as well in batch?
Title: Re: Batch copy all exif data from JPG to DNG for multiple images
Post by: Phil Harvey on July 30, 2018, 07:33:12 AM
That command should already copy EXIF GPS location and camera information.

- Phil
Title: Re: Batch copy all exif data from JPG to DNG for multiple images
Post by: popotato on July 30, 2018, 10:36:19 AM
I tried but i dont know why when I import the files to the mac Photos App it does not show any camera or geotag information, and due to time zone differences the date and time is also different from the original. Does the photos app use another set of information?
Title: Re: Batch copy all exif data from JPG to DNG for multiple images
Post by: Phil Harvey on July 30, 2018, 10:50:52 AM
Sorry, I can't answer about which software uses what metdata.  That is a question for the other software's forum.

- Phil