-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
heif-convert Windows versus maOS #71
Comments
I did a quick check on Linux and looked at the file structure. Cannot see anything special so far. |
I've attached a file with the build commands since it retains formatting. We are cross compiling from macOS ... |
Please let me know what else I can provide or test to try to figure this out. I lost on why it might not see the box tag on Windows versus Linux and macOS. |
I can replicate vicodark's problem using a heic file taken on an Apple iPhone. |
Confirmed, running in |
Should be fixed with commit 4c989e5. |
On behalf of vicodark I have confirmed that the change seems to resolve the issue, thanks for the quick resolution. |
Thanks for confirming the fix, closing. |
The attached file (and others) convert fine using the sample heif-convert program (to png) on macOS (10.12.6
IMG_4453.HEIC.zip), but give "Could not read HEIF file: Invalid input: No 'meta' box" on Windows (7 and 10). I can clearly see the "meta" box tag in a hex editor:
bbmbp081:~ vico$ xxd -l 128 projects/apple_formats/media/Archive_from_MikeH/Archive/IMG_4453.HEIC
00000000: 0000 0018 6674 7970 6865 6963 0000 0000 ....ftypheic....
00000010: 6d69 6631 6865 6963 0000 0f74 6d65 7461 mif1heic...tmeta
00000020: 0000 0000 0000 0022 6864 6c72 0000 0000 ......."hdlr....
Any ideas? (I had to zip the file to attach it.)
The text was updated successfully, but these errors were encountered: