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....app conholdate.com conholdate.cloud conholdate.app containerize...
Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Add watermarks to a particular worksheet, and work with shapes, backgrounds, and headers/footers using GroupDocs.Watermark for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.
Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors
JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iconholdate.com conholdate.cloud conholdate.app containerize...
Lock a watermark in a Word document to restrict editing, optionally with a password, using GroupDocs.Watermark for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Add watermarks to single or multi-framed images (such as TIFF and GIF) using GroupDocs.Watermark for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Add metadata properties — one of the most powerful features of the GroupDocs.Metadata for Python via .NET search engine....app conholdate.com conholdate.cloud conholdate.app containerize...
This guide explains how to install GroupDocs.Signature for Python via .NET to your environment...app conholdate.com conholdate.cloud conholdate.app containerize...
Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size.
You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index.
A list of stop words to use during indexing can be specified in the stop word dictionary....app conholdate.com conholdate.cloud conholdate.app containerize...