ExifTool Forum

General => Metadata => Topic started by: jseto on April 27, 2018, 05:21:56 PM

Title: cannot write gpstimestamp
Post by: jseto on April 27, 2018, 05:21:56 PM
Hi,

I'm trying to set gpstimestamp and gpsdatestamp but it will not change at all.
Following output of execution


$ exiftool '-gpstimestamp=1:0:0' -v DJI_0071-s.mp4
======== DJI_0071-s.mp4
Rewriting DJI_0071-s.mp4...
  FileType = MP4
  FileTypeExtension = MP4
  MIMEType = video/mp4
  Editing tags in: GPS
  Rewriting Movie
  Rewriting MovieHeader
  Rewriting Track
  Rewriting TrackHeader
  Rewriting Media
  Rewriting MediaHeader
  Rewriting UserData
  Rewriting XMP
Nothing changed in DJI_0071-s.mp4
    0 image files updated
    1 image files unchanged


I also tried
exiftool '-GPSTimeStamp<createdate' -v DJI_0071-s.mp4
and got same results

Thanks
Title: Re: cannot write gpstimestamp
Post by: StarGeek on April 27, 2018, 06:01:26 PM
GPSDateStamp and GPSTimeStamp are EXIF tags and exiftool is unable to create an EXIF block in an MP4 file.  It should be able to write XMP:GPSDateTime, though.