Created
October 31, 2018 16:58
-
-
Save hkskoglund/3f9c1c57f779cfd9040a0a9d0e80e097 to your computer and use it in GitHub Desktop.
Fix DJI Mavic Air 360 panorama for upload to google photo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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