ExifTool Forum

ExifTool => Newbies => Topic started by: eyedear on April 13, 2020, 11:55:20 AM

Title: changing hasselblad fff files date time causes erors
Post by: eyedear on April 13, 2020, 11:55:20 AM
hi I am trying to change the date time of some of my hasselblad files executing the commands cause error can some one help
here is the terminal output

exiftool A_8411005.fff -ModifyDate -datecreated -datetimeoriginal -createdate
Modify Date                     : 2052:05:02 00:00:07
Date Created                    : 2052:05:02 00:00:07
Date/Time Original              : 2016-02-03T13:13:07
Create Date                     : 2016-02-03T13:13:07
Tehs-MacBook-Pro:ana exif young-sun$ exiftool A_8411005.fff -ModifyDate="2016:02:03 13:13:07"  -datecreated="2016:02:03 13:13:07"
Error: [minor] Phocus may not properly update previews of edited FFF images - A_8411005.fff
    0 image files updated
    1 files weren't updated due to errors


thanks
Title: Re: changing hasselblad fff files date time causes erors
Post by: StarGeek on April 13, 2020, 12:03:01 PM
See this thread (https://exiftool.org/forum/index.php?topic=10848.msg57809#msg57809).

Basically, if you edit FFF files with exiftool, due to the weird way those files are written, the Phocus program may not be able to load the files anymore. 

As long as you're aware of the problems that can follow, you can force the editing of the files by adding the -m (ignoreMinorErrors) option (https://sno.phy.queensu.ca/~phil/exiftool/exiftool_pod.html#m--ignoreMinorErrors).