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 FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Install libgdiplus for GroupDocs.Metadata for Python via .NET. Resolves image processing issues on Ubuntu, CentOS, and macOS....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article shows the use of aliases which allows you to reduce the length of search queries in text form....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
With GroupDocs.Viewer for Java you can render documents to PNG and JPEG formats....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This tutorial will show you how to convert JPG to XLSX using C#. Also, code example will be provided to export JPG to XLSX using C# without installing extra software....Merger Product Family GroupDocs.Redaction Product Family Convert...
Let's quickly learn how to convert CSV to XML using C# without installing extra software. We will provide you key steps along with C# code to export CSV to XML....Merger Product Family GroupDocs.Redaction Product Family Convert...
Let's learn the knowledge of how to read metadata from DOCX using Java. Master the skill to read metadata of DOCX using Java without installing extra software....Merger Product Family GroupDocs.Redaction Product Family Read Metadata...
In this article, you will learn how to convert MSG to MHTML using C# without installing third party software. Also, we will provide code to export MSG to MHTML in C#....Merger Product Family GroupDocs.Redaction Product Family How to...
In this guide, we will provide simple steps to convert DOCX to OTT using C#. Moreover, we will furnish a code example demonstrating how to export DOCX to OTT in C#....Merger Product Family GroupDocs.Redaction Product Family How to...