[
https://issues.apache.org/jira/browse/TIKA-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16832460#comment-16832460
]
Tim Allison commented on TIKA-2861:
-----------------------------------
I'm not having much luck...
I can't find gps coordinates with our current mp4parser, and I get a runtime
exception with:
{noformat}
<dependency>
<groupId>org.mp4parser</groupId>
<artifactId>isoparser</artifactId>
<version>1.9.36</version>
</dependency>
{noformat}
I am able to get the coordinates with:
{noformat}
<dependency>
<groupId>org.jcodec</groupId>
<artifactId>jcodec</artifactId>
<version>0.2.3</version>
</dependency>
{noformat}
{noformat}
com.apple.quicktime.location.ISO6709: -35.2844+149.1214+573.764/
com.apple.quicktime.make: Apple
com.apple.quicktime.model: iPad Pro
com.apple.quicktime.software: 12.2
com.apple.quicktime.creationdate: 2019-05-01T10:42:08+1000
{noformat}
The bsd2 license is compatible with Apache...yay!, but I'd need to figure out
how to get all the other metadata we're getting with our mp4parser...
> MP4Parser not getting gps metadata
> ----------------------------------
>
> Key: TIKA-2861
> URL: https://issues.apache.org/jira/browse/TIKA-2861
> Project: Tika
> Issue Type: Bug
> Components: metadata
> Reporter: Junran
> Priority: Major
> Attachments: 1.mp4, 2.MOV
>
>
> Hello, MP4Parser is not getting video GPS metadata which is extracted for
> images such as jpeg. I have checked both MP4 and MOV files, the files I
> checked all have GPS Exif data embedded in the same fields as image. Any
> idea? Thanks!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)