cannot write gpstimestamp

Started by jseto, April 27, 2018, 05:21:56 PM

Previous topic - Next topic

jseto

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

StarGeek

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.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype