When using the Tika Detector, the returned media type is "video/quicktime" but not "image/heif" as expected.
new Tika().detect(heifFile);
If I try with one example of the following page https://nokiatech.github.io/heif/examples.html, I get the media type "video/quicktime". I expect to get the correct MIME-type of HEIF (image/heif).
- is duplicated by
-
TIKA-2942 HEIC files are detected as "video/quicktime" media type
-
- Resolved
-