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....Search Product Solution GroupDocs.Parser 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....Search Product Family GroupDocs.Parser 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....Search Product Family GroupDocs.Parser 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#....Search Product Family GroupDocs.Parser 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....Search Product Family GroupDocs.Parser 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....Search Product Family GroupDocs.Parser 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#....Search Product Family GroupDocs.Parser 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....Search Product Family GroupDocs.Parser 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....Search Product Family GroupDocs.Parser Product Family GroupDocs...
This article helps you learn the process to convert HTML to PDF using C#. Also, take a look at the sample code for the PDF to HTML C# capability....Search Product Family GroupDocs.Parser Product Family GroupDocs...