[
https://issues.apache.org/jira/browse/NIFI-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15342697#comment-15342697
]
ASF GitHub Bot commented on NIFI-615:
-------------------------------------
GitHub user jskora opened a pull request:
https://github.com/apache/nifi/pull/556
NIFI-615 - Create a processor to extract WAV file characteristics
* Create new ExtractMediaMetadata processor using Apache Tika Detector and
Parser.
* Refactored nifi-image-bundle, nifi-image-nar, and nifi-image-processors
to nifi-media-bundle, nifi-media-nar, and nifi-media-processors to reflect
broader media related purpose.
* Preserved existing ExtractImageMetadata and ResizeImage processors as
well as existing ImageViewerController components to prevent impact on existing
uses.
* Resolved collision between ExtractImage and ExtractMedia processors due
to common dependency on Noakes' Metadata Extractor project.
- Updated bundle's Tika dependency from 1.7 to 1.8 and Drew Noakes'
Metadata Extractor from 2.7.2 to 2.8.0.
- Adjusted ExtractImageMetadata tests for enhanced attribute names in new
Noakes' Metadata Extractor version.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jskora/nifi NIFI-615-v2b
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/556.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #556
----
commit 236266c9e4ed89b4c78438f36408b5f6e0b0c488
Author: Joe Skora <[email protected]>
Date: 2016-02-26T20:33:40Z
NIFI-615 - Create a processor to extract WAV file characteristics.
* Create new ExtractMediaMetadata processor using Apache Tika Detector and
Parser.
* Refactored nifi-image-bundle, nifi-image-nar, and nifi-image-processors
to nifi-media-bundle, nifi-media-nar, and nifi-media-processors to reflect
broader media related purpose.
* Preserved existing ExtractImageMetadata and ResizeImage processors as
well as existing ImageViewerController components to prevent impact on existing
uses.
* Resolved collision between ExtractImage and ExtractMedia processors due
to common dependency on Noakes' Metadata Extractor project.
- Updated bundle's Tika dependency from 1.7 to 1.8 and Drew Noakes'
Metadata Extractor from 2.7.2 to 2.8.0.
- Adjusted ExtractImageMetadata tests for enhanced attribute names in new
Noakes' Metadata Extractor version.
commit 8b06ae648b6b541735c950b200dd61a097a3dd4a
Author: Joe Skora <[email protected]>
Date: 2016-06-21T19:32:10Z
* Fix assembly POM to remove duplicate reference to site-to-site nar and
change nifi-image-nar reference to nifi-media-nar.
commit 85387332e7a25ea5b264d070fadaac14543c9725
Author: Joe Skora <[email protected]>
Date: 2016-06-21T19:56:37Z
* Fix artifactId in media nar pom.
commit 5fc18b157d8b4d9cf617dcafadf5f62104214306
Author: Joe Skora <[email protected]>
Date: 2016-06-21T20:56:20Z
* Fix pom references within the nifi-media-bundle to match bundle rename.
----
> Create a processor to extract WAV file characteristics
> ------------------------------------------------------
>
> Key: NIFI-615
> URL: https://issues.apache.org/jira/browse/NIFI-615
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Brandon DeVries
> Assignee: Joe Skora
> Priority: Minor
> Fix For: 1.0.0, 0.7.0
>
>
> Create a processor to extract information from a WAV file, including
> encoding, bit rate, metadata, etc...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)