We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please, add photo projection support to detect spherical & cylindrical photos.
https://exiftool.org/TagNames/XMP.html#GPano https://exiftool.org/TagNames/Matroska.html https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md
e.g.
TAGS['Matroska'] = { 0x7671: {'name': 'ProjectionType', 'type': TYPES.Long}, 0x7673: {'name': 'ProjectionPosYaw', 'type': TYPES.Float}, 0x7674: {'name': 'ProjectionPosPitch', 'type': TYPES.Float}, 0x7675: {'name': 'ProjectionPosRoll', 'type': TYPES.Float}, } class Matroska: # https://exiftool.org/TagNames/Matroska.html ProjectionType = 0x7671 ProjectionPosYaw = 0x7673 ProjectionPosPitch = 0x7674 ProjectionPosRoll = 0x7675
not sure how to add XMP GPano Tags
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please, add photo projection support to detect spherical & cylindrical photos.
https://exiftool.org/TagNames/XMP.html#GPano
https://exiftool.org/TagNames/Matroska.html
https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md
e.g.
not sure how to add XMP GPano Tags
Thanks!
The text was updated successfully, but these errors were encountered: