ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: canjmp on December 07, 2022, 01:13:00 PM

Title: Adding Tags to Metadata
Post by: canjmp on December 07, 2022, 01:13:00 PM
Earlier version able to add tags version 12.51 cannot.

Exif version 0.6.22 on MacOS (understood to be Perl version) successful to run:

Tag as equirectangular, eg: for FaceBook
   exiftool -ProjectionType="equirectangular" imagefilename.jpg

Tag as cylindrcial panorama, eg: for faceBook
   exiftool -FullPanoWidthPixels=8192 -FullPanoHeightPixels=4096
            -CroppedAreaLeftPixels=0 -CroppedAreaTopPixels=1195
            -CroppedAreaImageWidthPixels=8192 -CroppedAreaImageHeightPixels=1707
            -ProjectionType=cylindrical imagefilename.jpg

Reference: http://paulbourke.net/miscellaneous/ffmpeg/


Windows based Exiftool version 12.51 does not recognize the example Exiftool commands.

Title: Re: Adding Tags to Metadata
Post by: Phil Harvey on December 07, 2022, 03:22:11 PM
To figure out the problem, I need more details:

You san that ExifTool 12.51 doesn't recognize these commands.  What message is returned?

(Also, I don't know what Exif version 0.6.22 is.  This isn't ExifTool.)

- Phil