You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1005 B
25 lines
1005 B
#------------------------------------------------------------------------------
|
|
# File: iptc2exif.args
|
|
#
|
|
# Description: Tag name translations for converting IPTC to EXIF
|
|
#
|
|
# Usage: exiftool -tagsFromFile SRCFILE -@ iptc2exif.args DSTFILE
|
|
#
|
|
# Requires: ExifTool version 7.98 or later
|
|
#
|
|
# Revisions: 2011/09/13 - P. Harvey Created
|
|
# 2017/07/06 - PH Set new EXIF OffsetTime tags
|
|
#
|
|
# Notes: These arguments will not delete existing EXIF tags which are
|
|
# missing from the IPTC. The EXIF tags should be deleted
|
|
# beforehand if required.
|
|
#------------------------------------------------------------------------------
|
|
-EXIF:Artist < IPTC:By-line
|
|
-EXIF:Copyright < IPTC:CopyrightNotice
|
|
-EXIF:ImageDescription < IPTC:Caption-Abstract
|
|
-EXIF:DateTimeOriginal < Composite:DateTimeCreated
|
|
-EXIF:CreateDate < Composite:DigitalCreationDateTime
|
|
-EXIF:OffsetTimeOriginal < IPTC:TimeCreated
|
|
-EXIF:OffsetTimeDigitized < IPTC:DigitalCreationTime
|
|
# end
|