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....Assembly Product Solution GroupDocs...
This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...
This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Assembly Product Solution GroupDocs...
Explore as novidades do GroupDocs.Parser para .NET 25.12. Disponível agora no NuGet e no site da GroupDocs.... Download direto – Assemblies para .NET e .NET Framework...
Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Assembly Product Solution GroupDocs...
Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Assembly Product Solution GroupDocs...
GroupDocs.Conversion for Python via .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Assembly Product Solution GroupDocs...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Assembly Product Solution GroupDocs...
GroupDocs.Merger for Node.js via Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Assembly Product Solution GroupDocs...