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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article provides stepwise instructions to extract images from PowerPoint in C# and a sample working code on how to get images from PowerPoint using C#....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
Get familiar yourself with stepwise instructions to extract Text from PowerPoint using Java and how to develop the functionality to extract Text from PPTX in Java....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
This article describes a step-by-step procedure to extract text from HTML in Java and how to use these steps for developing the Java get Text from HTML application....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
This article is designed to assist you how to add distance annotation in PDF using C# along with comprehensive steps to insert distance annotation to PDF in C#....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
This tutorial offers guidance on how to add replacement annotation in PDF using C#. Also, it includes code and steps to insert replacement annotation to PDF in C#....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
You will find guidance on how to add watermark to excel worksheets using Java, along with working code example to insert watermark in xlsx using Java on any system....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
Discover how to swiftly remove metadata from PDF using Java. Plus, get code example to clean metadata from PDF in Java, all without additional software installations....Total Product Family GroupDocs.Conversion Product Family GroupDocs...