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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
By carefully following this tutorial, you'll learn how to efficiently convert JPG to DOCX using C#. Also, we'll furnish you with code to export JPG to DOCX using C#....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
In this topic, you will learn how to convert DOCX to RTF using Java. Additionally, we will assist you in creating an application to export DOCX to RTF using Java....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This post provides the process of how to convert PPT to PPTX using Java and demonstrates the working of the feature with Java PPT to PPTX converter application....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This post discusses the workflow to convert SVG to JPG using C# and how to consume the information for creating the ability for an SVG file converter to JPG in C#....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This topic provides a detail on how to convert HTML to MHTML using Java on various operating systems. It also includes code to generate MHTML from HTML in Java....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Quickly learn how to convert MSG to HTML using Java without relying on external tools. Furthermore, we will furnish you with a code to export MSG to HTML in Java....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...