Warning: Tag 'Nikon:CreateDate' does not exist

Started by spanocchio, April 13, 2016, 10:13:12 AM

Previous topic - Next topic

spanocchio


Hi all,

I'm new using exiftool and I need to edit some values on a .mov file.
In particular when I try to edit the Nikon:DateTimeOriginal and Nikon:CreateDate return a Warning.


vspa@vspa-PC:~/test$ exiftool -Nikon:DateTimeOriginal="2007:02:18 09:07:22" -Nikon:CreateDate="2007:02:18 09:07:22"  DSC_0221-1_test.mov
Warning: Tag 'Nikon:DateTimeOriginal' does not exist
Warning: Tag 'Nikon:CreateDate' does not exist
Nothing to do.



I don't understand why if I would like to read that value there is any problem.


vspa@vspa-PC:~/test$ exiftool -Nikon:DateTimeOriginal DSC_0221-1_test.mov
Date/Time Original              : 2015:11:01 18:07:01

vspa@vspa-PC:~/test$ exiftool -s -G1 -a DSC_0221-1_test.mov | grep -i date
[System]        FileModifyDate                  : 2016:04:13 15:35:56+02:00
[System]        FileAccessDate                  : 2016:04:13 15:35:55+02:00
[System]        FileInodeChangeDate             : 2016:04:13 15:35:56+02:00
[QuickTime]     CreateDate                      : 2007:02:18 09:07:22
[QuickTime]     ModifyDate                      : 2007:02:18 09:07:22
[Track1]        TrackCreateDate                 : 2007:02:18 09:07:22
[Track1]        TrackModifyDate                 : 2007:02:18 09:07:22
[Track1]        MediaCreateDate                 : 2007:02:18 09:07:22
[Track1]        MediaModifyDate                 : 2007:02:18 09:07:22
[Track2]        TrackCreateDate                 : 2007:02:18 09:07:22
[Track2]        TrackModifyDate                 : 2007:02:18 09:07:22
[Track2]        MediaCreateDate                 : 2007:02:18 09:07:22
[Track2]        MediaModifyDate                 : 2007:02:18 09:07:22
[Nikon]         CreateDate                      : 2015:11:01 18:07:01
[Nikon]         DateTimeOriginal                : 2015:11:01 18:07:01
[Nikon]         DateDisplayFormat               : Y/M/D
[XMP-exif]      DateTimeOriginal                : 2007:02:18 09:07:22
[XMP-xmp]       CreateDate                      : 2007:02:18 09:07:22
[XMP-xmp]       ModifyDate                      : 2007:02:18 09:07:22




Also it seems to be a problem with al the Nikon attributes.


vspa@vspa-PC:~/test$ exiftool -Nikon:Model="NIKOND3300" DSC_0221-1_test.mov
Warning: Tag 'Nikon:Model' does not exist
Nothing to do.



Thank you in advance

Phil Harvey

ExifTool has only limited write ability for video files.  It can't currently write any of the Nikon tags in these files.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Hayo Baan

The problem is that exiftool (at the moment at least) does not support writing to the makernotes in .mov files :(

I have written a little script that does enable one to update the datetime contained within .mov files. Have a look at this discussion to find it (and see if it may fit your need). Note that the discussion is about .mts video files, the script, however, supports (Nikon) mov files too.

Hope this helps,
Hayo

P.S. Here's a direct link to the post with the script (saves you having to read the whole discussion): post with script
Hayo Baan – Photography
Web: www.hayobaan.nl

spanocchio


Hi guys,

both tools are very powerfull!!!

@Hayo: with your script I'm able to perform all changes to Nikon dates.

Thank you very much for the help!!!

Hayo Baan

Quote from: spanocchio on April 14, 2016, 08:23:17 AM
@Hayo: with your script I'm able to perform all changes to Nikon dates.

Thank you very much for the help!!!

Excellent and your welcome 8)
Hayo Baan – Photography
Web: www.hayobaan.nl