Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header.
The following are the steps to read the header of an FLV file.
Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Learn how to compare multiple documents and customize options (e.g., styles, sensitivity) using GroupDocs.Comparison for Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Add text or image watermarks to images embedded in documents using Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Let's swiftly grasp how to convert CSV to MD using Java without extra software installations. We will present you key steps and Java code to export CSV to MD....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This article provides instructions on how to convert TXT to DOCX using Java, complete with a code sample to export TXT to DOCX in Java on any operating system....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This short article explains the process to convert PDF to Text using Java and produces the sample code for PDF to Text converter Java functionality....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This quick tutorial provides thorough instructions to convert Text to PDF in C# and a working example to demonstrate the implementation of C# Text to PDF capability....Find Answers by API GroupDocs.Total Product Family GroupDocs...
Learn the complete workflow of how to convert PNG to JPG using Java and how to implement this guide for the development of the Java convert PNG to JPG application....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This short article provides thorough information to convert HTML to RTF in Java and how to use it for the development of the Java HTML to RTF application....Find Answers by API GroupDocs.Total Product Family GroupDocs...
Quickly review the detailed instructions to compare Excel files in Java without MS Office and easily develop a Java program to compare two Excel files....Find Answers by API GroupDocs.Total Product Family GroupDocs...