getalobi.blogg.se

Exiftool mac copy filedatetime to datetimeoriginal
Exiftool mac copy filedatetime to datetimeoriginal











exiftool mac copy filedatetime to datetimeoriginal

You can simply edit the file date to reflect the Exif date using an app like A Better Finder Attributes To sort on the Photo date you'll need to use a photo app. So, your photo has the correct date, and so does the file, but they are different things. Photo applications like Photos, Aperture, Lightroom, Picasa, Photoshop etc get their date and time from the Exif metadata. Regardless if what the file date says, this is the actual time recorded by the camera. The date and time that your camera snapped the Photograph is recorded in the Exif metadata. Photographs have also got both Exif and IPTC metadata. The problem with File metadata is that it can easily change as the file is moved from place to place or exported, e-mailed, uploaded etc., and so this is why you're seeing this date. This tells you nothing about the contents of the file, just the File itself. There are two kinds of metadata involved when you consider jpeg or other image file. To explain what it's happening: you're seeing the file date and not the photo date. and with ExifTool, do this: exiftool -r -DateTimeOriginal>FileModifyDate. FileCreateDate : 2020:01:01 12:00:00+02:00 (2) Transfer EXIF date / time to file saved date time Or to move all times. Įxiftool -a -G1 -s -api QuickTimeUTC=1 -time:all -api RequestAll=2 iphone4s_ios9.3.2.mov Įxiftool -a -G1 -s -api QuickTimeUTC=1 -time:all -api RequestAll=2. Show only the date tags (-time:all), actual tag names (-s), what "family 1 group" they belong to (-G1), duplicate tags (-a) and QuickTime tags with system timezone (-api QuickTimeUTC=1):Įxiftool -a -G1 -s -api QuickTimeUTC=1 -time:all. There are numerous other date tags and when troubleshooting you can use GraphicConverter or exiftool to check and correct them: iOS devices override that with Keys:CreationDate in Photos.app. QuickTime based movies (mp4, m4v, mov) should have the date in QuickTime:CreateDate. Jpg images should have the date in ExifIFD:DateTimeOriginal. PNG files still need to use PNG:CreationTime.Thanks for that handy command, VikingOSX! DateTimeOriginal and CreateDate are EXIF tags that are much more likely to be in most files. DateCreated is an IPTC legacy tag, is less likely to be in your file, and only holds the Date value and not the Time value.

exiftool mac copy filedatetime to datetimeoriginal

Most other filetypes, Jpgs, Tiffs, RAW files, support EXIF metadata and you could use this command in those cases exiftool -TagsFromFile SourceFile -DateCreated TargetFileĪctually, I suggest that you use either DateTimeOriginal or CreateDate instead of DateCreated. This is pretty much a special case for PNG files. I have this as an Automator workflow (Folder Action) therefore, these actions are performed on all image files in the specified directory (/Users/username.

exiftool mac copy filedatetime to datetimeoriginal

You can do that with this command exiftool -TagsFromFile SourceFile "-PNG:CreationTime

Exiftool mac copy filedatetime to datetimeoriginal windows#

This will set the FileModifyDate by trying all the various metadata Windows uses for the 'Date Taken. So the best command for you to try would be: ExifTool '-FileModifyDatefills the DateTaken value from a variety of tags. DateTaken is a Windows properties, not a tag in a file.













Exiftool mac copy filedatetime to datetimeoriginal