Skip to content

Instantly share code, notes, and snippets.

@hkskoglund
Created October 31, 2018 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkskoglund/3f9c1c57f779cfd9040a0a9d0e80e097 to your computer and use it in GitHub Desktop.
Save hkskoglund/3f9c1c57f779cfd9040a0a9d0e80e097 to your computer and use it in GitHub Desktop.
Fix DJI Mavic Air 360 panorama for upload to google photo
exiv2 -M"set Xmp.GPano.CaptureSoftware DJI" -M"set Xmp.GPano.CroppedAreaImageHeightPixels 4096" -M"set Xmp.GPano.CroppedAreaImageWidthPixels 8192" -M"set Xmp.GPano.CroppedAreaLeftPixels 0" -M"set Xmp.GPano.CroppedAreaTopPixels 0" -M"set Xmp.GPano.FullPanoHeightPixels 4096" -M"set Xmp.GPano.FullPanoWidthPixels 8192" -M"set Xmp.GPano.ProjectionType equirectangular" ~/Bilder/DJI_0178.JPG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment