You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/29 17:41:18 UTC

[jira] [Commented] (NIFI-615) Create a processor to extract WAV file characteristics

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

ASF GitHub Bot commented on NIFI-615:
-------------------------------------

GitHub user jskora opened a pull request:

    https://github.com/apache/nifi/pull/252

    NIFI-615 - Create a processor to extract WAV file characteristics.

    * Created 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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jskora/nifi NIFI-615

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/252.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 #252
    
----
commit 319d4e4643a9958e196c7226155c25c74371137c
Author: Joe Skora <js...@gmail.com>
Date:   2016-02-26T20:33:40Z

    NIFI-615 - Create a processor to extract WAV file characteristics.
    * Created 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.

----


> 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
>
> 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)