You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (JIRA)" <ji...@apache.org> on 2015/05/27 13:18:18 UTC

[jira] [Comment Edited] (TIKA-1639) Add EXIFTool as an ExternalParser

    [ https://issues.apache.org/jira/browse/TIKA-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560782#comment-14560782 ] 

Tim Allison edited comment on TIKA-1639 at 5/27/15 11:17 AM:
-------------------------------------------------------------

[~chrismattmann], thank you for adding this capability.  The aliasing mod is important.  

More broadly, do you happen to know what file formats/metadata keys we'd get with the EXIFTool that we aren't currently pulling?

It looks like you've chosen to trigger it for only the following now:
{noformat}
video/avi
video/mpeg
video/x-msvideo
video/mp4
{noformat}

[~rgauss], clearly you saw the same need... Do you have any documentation on the benefits over what we had?  Thank you! 




was (Author: tallison@mitre.org):
[~chrismattmann], thank you for adding this capability.  The aliasing mod is important.  

More broadly, do you happen to know what file formats/metadata keys we'd get with the EXIFTool that we aren't currently pulling?

It looks like you've chosen to trigger it for only the following now:
{noformat}
video/avi
video/mpeg
video/x-msvideo
video/mp4
{noformat}



> Add EXIFTool as an ExternalParser
> ---------------------------------
>
>                 Key: TIKA-1639
>                 URL: https://issues.apache.org/jira/browse/TIKA-1639
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>            Reporter: Chris A. Mattmann
>            Assignee: Chris A. Mattmann
>             Fix For: 1.9
>
>
> EXIFTool is a great Perl tool to extract metadata from tons of different media formats, in particular video, audio and images:
> http://www.sno.phy.queensu.ca/~phil/exiftool/
> Now that ExternalParser works, it's fairly easy to support this.
> EXIFTool can be installed on Mac with:
> {noformat}
> $ brew install exiftool
> {noformat}
> On CentOS Linux, you can do:
> {noformat}
> $ sudo yum install perl-Image-ExifTool
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)