Tika MP4 File ExtractionIn Tika, MP4Parser is a class which is used to extract content and data from the Mp4 file. This class is located inside the org.apache.tika.parser.mp4 package. It contains the various constructors and methods. See the following tables. Tika MP4Parser ConstructorFollowing are the constructors of MP4Parser class.
Tika MP4Parser MethodsFollowing are the methods of MP4Parser class.
Tika MP4 Parse ExampleIn the following example, we are extracting a MP4 media file. See the example. Output:
Next TopicTika Extracting Text File
|