-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Add Projection flags for 360° Videos #189
Comments
This is the fit.sh output for the 360° video file as an example output.txt |
This is the complete exiftool output for the same video exiftools_output.txt |
Don, I’ve taken a look at your output and, hopefully, this extensive explanation will help resolve some of your questions. There are a few different things going on with FITS when processing MP4 files, not necessarily ideal from the FITS perspective.
The MediaInfo tool identifies the file format as “Quicktime” whereas the file utility identifies the format as “ISO Media, MPEG v4 system, version 1” even though both identify the mimetype as “video/mp4”. Thus there is the status=”CONFLICT” attribute in the
Because of this “CONFLICT” situation, an action item on our end is to consult with our file metadata expert to see if we can normalize tool format output in a consistent manner to avoid the conflict situation seen here as it results in less accurate or less complete metadata from FITS.
Thank you for contacting us about this issue you are having since it is helpful in improving FITS in the future. Given development time constraints we cannot promise a fix/improvement in a specific timeframe. However, by keeping track of future releases and checking release notes, it will be possible for you to see when the issues raised here are addressed. |
When fits is ran on 360° Videos the output leaves out the projection key value. If I run exiftools on the video file it output everything including the "projection type"
Projection value are one of these; equirectangular, cubemap, cubestrip, panorama, and stereoequip.
I believe it's just missing from this "exiftool_video_to_fits.xslt" but I'm honestly out of my depth with fits.
Is it possible to have this included?
The text was updated successfully, but these errors were encountered: