ExtractMediaMetadata 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-media-nar
Description
Extract the content metadata from flowfiles containing audio, video, image, and other file types. This processor relies on the Apache Tika project for file format detection and parsing. It extracts a long list of metadata types for media files including audio, video, and print media formats.NOTE: the attribute names and content extracted may vary across upgrades because parsing is performed by the external Tika tools which in turn depend on other projects for metadata extraction. For the more details and the list of supported file types, visit the library's website at http://tika.apache.org/.
Tags
audio, document, file, format, image, media, metadata, pdf, video
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Any FlowFile that successfully has media metadata extracted will be routed to success
failure Any FlowFile that fails to have media metadata extracted will be routed to failure
Writes Attributes
Name Description
<Metadata Key Prefix><attribute> The extracted content metadata will be inserted with the attribute name "<Metadata Key Prefix><attribute>", or "<attribute>" if "Metadata Key Prefix" is not provided.